pythondotorg
pythondotorg copied to clipboard
“Use Python for…” section contains outdated links
Describe the bug The “Use Python for…” section contains outdated links and links to libraries that aren’t the best choices in 2022.
To Reproduce Steps to reproduce the behavior:
- Scroll down to the “Use Python for…” section
- Try clicking on the links
Expected behavior Links point to the canonical sources and to libraries used in 2022.
For example:
- Pyramid: http://www.pylonsproject.org/ -> https://trypyramid.com/
- Flask: http://flask.pocoo.org/ -> https://flask.palletsprojects.com/
- PySide: https://wiki.qt.io/PySide -> https://wiki.qt.io/Qt_for_Python + consider renaming to “Qt for Python” and sorting before PyQt?
- IPython: it might be better to link to Jupyter and https://jupyter.org/
- web2py: does not seem to be very well maintained, is not pip installable, should be removed from the list
- fastapi: is very popular, asynchronous, should be added to the list
Screenshots
I'll work on that one, however the URL for Flask has been already fixed locally.
Can someone review this PR plz?