Python的一些学习资源[续]

之前整理过一些Python的一些学习资源,这里补充一些新的:

以下转自MIT Python课程6.00.1x

Documentation

  • Official Python 3 Documentation -

    "official"/technical explanation of what a particular function/operator does, examples of correct syntax, what the various libraries are, etc.

Textbooks/Tutorials

Debugging

  • Python Tutor - an excellent way to actually visualize how the interpreter actually reads and executes your code

  • DiffChecker - compares two sets of text and shows you which lines are different

  • Debugging in Python - steps you can take to try to debug your program

Software

Other Q&A

  • Stack Overflow - a large Q&A forum for programming concepts (not just Python). Try searching here before you post on the edX forum, and you may find that someone has already answered your question.

More practice problems

  • Python Challenge - a series of puzzles you can try to test your Python abilities

  • Project Euler - additional programming challenges you can try once your Python knowledge becomes stronger; problems are sorted by increasing difficulty

  • Coding Bat - problems you can solve within an online interpreter

  • Codewars - improve your skills by training on real code challenges

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容