Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.7 KB

File metadata and controls

37 lines (28 loc) · 1.7 KB

Suggested Resources

Saint Louis Missouri Python Users Group

Python Documentation

Django

  • Web Page: https://www.djangoproject.com/
  • Description: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

CherryPy

  • 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.

Flask

  • Web Page: http://flask.pocoo.org/
  • Description: Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.

Falcon

  • 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.

Graphene

  • 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.

PyTest

  • 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.

Tox

  • 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.