- Web Page: https://docs.python.org/3/
- Description: Python documentation
- Web Page: https://www.djangoproject.com/
- Description: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Web Page: http://cherrypy.org/
- Description: CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program.
- Web Page: http://flask.pocoo.org/
- Description: Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.
- Web Page: https://falconframework.org
- Description: Falcon is a reliable, high-performance Python web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective.
- Web Page: https://graphene-python.org
- Description: Graphene-Python is a library for building GraphQL APIs in Python easily, its main goal is to provide a simple but extendable API for making developers' lives easier.
- Web Page: https://docs.pytest.org/en/latest
- Description: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.
- Web Page: https://tox.readthedocs.io/en/latest/
- Descritpion: tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software.