美文网首页我爱编程
Python学习资源

Python学习资源

作者: 笛卡尔shun | 来源:发表于2018-04-06 23:17 被阅读0次

    >>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使用说明

    相关文章

      网友评论

        本文标题:Python学习资源

        本文链接:https://www.haomeiwen.com/subject/cnfehftx.html