2022-03-29 18:45:14 -07:00
|
|
|
# Additional Resources for Python
|
2015-05-01 23:05:24 +02:00
|
|
|
|
2022-03-29 18:45:14 -07:00
|
|
|
- [Official Python 3 Documentation and Reference][python docs]
|
|
|
|
|
- [The Python Library Reference][The Python Library Reference]
|
|
|
|
|
- [The Docs on pip][pip]
|
|
|
|
|
- [Tall, Snarky Canadian (_The Blog of Core Python Developer Brett Cannon_)][Tall, Snarky Canadian]
|
|
|
|
|
- [Practical Python][practical python]
|
|
|
|
|
- [Python 3 Module of the Week (PyMOTW-3)][pymotw-3]
|
|
|
|
|
- [Beyond the Basic Stuff with Python][Beyond the Basic Stuff with Python]
|
|
|
|
|
- [The Big Book of Small Python Projects][The Big Book of Small Python Projects]
|
|
|
|
|
- [Data Structures and Information Retrieval in Python][Data Structures and Information Retrieval in Python]
|
|
|
|
|
- [python practice projects][python practice projects]
|
|
|
|
|
- [Python Courses eu][python-course.eu main]
|
|
|
|
|
- [Fluent Python Notebooks][fluent-notebooks]
|
2021-09-01 05:04:13 -07:00
|
|
|
|
|
|
|
|
|
2022-03-29 18:45:14 -07:00
|
|
|
[Beyond the Basic Stuff with Python]: https://inventwithpython.com/beyond/
|
|
|
|
|
[Data Structures and Information Retrieval in Python]: https://allendowney.github.io/DSIRP/
|
2021-09-01 05:04:13 -07:00
|
|
|
[Practical Python]: https://dabeaz-course.github.io/practical-python/
|
2022-03-29 18:45:14 -07:00
|
|
|
[Tall, Snarky Canadian]: https://snarky.ca/
|
|
|
|
|
[The Big Book of Small Python Projects]: http://inventwithpython.com/bigbookpython/
|
2021-09-01 05:04:13 -07:00
|
|
|
[The Python Library Reference]: https://docs.python.org/3/library/index.html
|
2022-03-29 18:45:14 -07:00
|
|
|
[fluent-notebooks]: https://github.com/AllenDowney/fluent-python-notebooks
|
|
|
|
|
[pip]: https://pip.pypa.io/en/stable/user_guide/
|
2021-09-01 05:04:13 -07:00
|
|
|
[pymotw-3]: https://pymotw.com/3/
|
2022-03-29 18:45:14 -07:00
|
|
|
[python docs]: https://docs.python.org/3/
|
|
|
|
|
[python practice projects]: http://pythonpracticeprojects.com/
|
|
|
|
|
[python-course.eu main]: https://python-course.eu/
|