Flask - Noob Question

This page summarizes the projects mentioned and recommended in the original post on /r/flask

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • httpx

    A next generation HTTP client for Python. 🦋

  • I like the answers that u/NoDadYouShutUp and u/boutiflet gave. I would say at least understanding a little about web API will help you. Knowing/learning how to test them without a UI is helpful as well. OpenAPI (formerly Swagger) helps to test it and helps understand ease of integration with front-ends and other systems. Flask has a couple OpenAPI package options; but, I prefer FastAPI's and Quart's (related to Flask) myself. Though, using requests or httpx make it fairly easy to test your API as well.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts