Useful resources
The Web is full of useful resources for Python developers. The most important and obvious ones were already mentioned earlier but here they are repeated to keep this list consistent:
- Python documentation
- PyPI—Python Package Index
- PEP 0—Index of Python Enhancement Proposals
The other resources such as books and tutorials are useful but often get outdated very fast. What does not get outdated are the resources that are actively curated by the community or released periodically. The two that are mostly worth recommending are:
- Awesome-python (https://github.com/vinta/awesome-python), which includes a curated list of popular packages and frameworks
- Python Weekly (http://www.pythonweekly.com/) is a popular newsletter that delivers to its subscribers dozens of new and interesting Python packages and resources every week
These two resources will provide the reader with tons of additional reading for several months.