Skip to content

Commit

Permalink
Create python-resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tagnja authored Mar 17, 2019
1 parent 5a76eca commit b246fa5
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions python-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

# Resources of Python

> Life is short, you need Python .
### Documentations

[The Python Tutorial](https://docs.python.org/3.7/tutorial/) , python 官方文档。

[Best Python Resources](http://www.fullstackpython.com/best-python-resources.html) , 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/](http://www.pythonchallenge.com/)

reddit/python , [https://www.reddit.com/r/Python/](https://www.reddit.com/r/Python/)

hackerrank , [https://www.hackerrank.com/dashboard](https://www.hackerrank.com/dashboard)

### Github Repository

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

python Examples,[https://github.com/geekcomputers/Python.git](https://github.com/geekcomputers/Python.git)

A list of practical projects,[https://github.com/karan/Projects.git](https://github.com/karan/Projects.git)

Code Python ,[https://github.com/Show-Me-the-Code/python](https://github.com/Show-Me-the-Code/python)

0 comments on commit b246fa5

Please sign in to comment.