Files
python/docs/RESOURCES.md

29 lines
1.5 KiB
Markdown
Raw Normal View History

# Additional Resources for Python
2015-05-01 23:05:24 +02: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
[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/
[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
[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/
[python docs]: https://docs.python.org/3/
[python practice projects]: http://pythonpracticeprojects.com/
[python-course.eu main]: https://python-course.eu/