Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.4 KB

python-resources.md

File metadata and controls

37 lines (18 loc) · 1.4 KB

Resources of Python

Life is short, you need Python .

Documentations

The Python Tutorial , python 官方文档。

Best Python Resources , python 教程。

The Python Tutorial: An informal introduction.https://docs.python.org/3/tutorial/

The Python Language Reference: Core syntax.https://docs.python.org/3/reference/index.html#reference-index

The Python Standard Library: The built-in functions and modules. https://docs.python.org/3/library/index.html#library-index

Code Exercise

practice makes perfect !

python challenge , http://www.pythonchallenge.com/

reddit/python , https://www.reddit.com/r/Python/

hackerrank , https://www.hackerrank.com/dashboard

Github Repository

Python 练习册,每天一个小程序,https://github.com/Yixiaohan/show-me-the-code.git

python Examples,https://github.com/geekcomputers/Python.git

A list of practical projects,https://github.com/karan/Projects.git

Code Python ,https://github.com/Show-Me-the-Code/python