forked from taogen-docs/resources-of-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|