我爱编程

Python学习资源

2018-04-06  本文已影响0人  笛卡尔shun

>>import this

The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

工具

文本工具:Atom
IDE: PyCharm
命令行:PowerShell

科学计算

  1. Numpy
  2. Numpy Manual
  3. Matplotlib
  4. Anaconda

学习资源

  1. The Python Tutorial
  2. 廖雪峰的Python教程
  3. PEP 8, for Humans
  4. Scipy Lecture Notes
  5. The Hitchhiker’s Guide to Python
  6. Google's Python Class

相关博文

  1. http://wiki.seisman.info/python/
  2. autodoc使用说明
上一篇下一篇

猜你喜欢

热点阅读