pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

“Use Python for…” section contains outdated links

Open Kwpolska opened this issue 2 years ago • 2 comments

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:

  1. Scroll down to the “Use Python for…” section
  2. 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 image

Kwpolska avatar Nov 27 '22 11:11 Kwpolska

I'll work on that one, however the URL for Flask has been already fixed locally.

tiidadavena avatar Dec 28 '22 19:12 tiidadavena

Can someone review this PR plz?

tiidadavena avatar May 15 '23 14:05 tiidadavena