2021-02-12 15:08:36 +01:00
|
|
|
# Recommended learning resources
|
2015-05-01 23:05:24 +02:00
|
|
|
|
2021-09-01 05:04:13 -07:00
|
|
|
* [The Python Tutorial][The Python Tutorial]
|
|
|
|
|
* [The Python Library Reference][The Python Library Reference]
|
|
|
|
|
* [The Python Docs][python docs]
|
|
|
|
|
* [Practical Python][practical python]
|
|
|
|
|
* [Think Python][think python]
|
|
|
|
|
* [PyMOTW-3][pymotw-3]
|
|
|
|
|
* [automate the boring stuff][automate the boring stuff]
|
|
|
|
|
* [Googles Python Class][Googles Python Class]
|
|
|
|
|
* [pycharm edu][pycharm edu]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Practical Python]: https://dabeaz-course.github.io/practical-python/
|
|
|
|
|
[The Python Tutorial]: https://docs.python.org/3/tutorial/index.html
|
|
|
|
|
[The Python Library Reference]: https://docs.python.org/3/library/index.html
|
|
|
|
|
[Googles Python Class]: https://developers.google.com/edu/python
|
|
|
|
|
[Think Python]: http://www.greenteapress.com/thinkpython/html/index.html
|
|
|
|
|
[automate the boring stuff]: https://automatetheboringstuff.com/
|
|
|
|
|
[pycharm edu]: https://www.jetbrains.com/pycharm-edu/
|
|
|
|
|
[python docs]: https://docs.python.org/3/
|
|
|
|
|
[pymotw-3]: https://pymotw.com/3/
|