Tag: python
- FastAPI Local Development Guide · Backend Frameworks — Run high-performance Python APIs on localhost:8000 using FastAPI and Uvicorn, with built-in OpenAPI documentation.
- Flask Local Development Guide · Backend Frameworks — Run lightweight Python web applications and APIs using Flask on localhost:5000.
- Django Local Development Guide · Backend Frameworks — Run Python web applications on localhost:8000 using Django, configure SQLite or PostgreSQL databases.
- Gunicorn Local Python Web Development Guide · Web Servers — Run Django, Flask, and other Python WSGI applications on localhost using Gunicorn, default binding to 127.0.0.1:8000.
- Tornado Local Python Web Development Guide · Web Servers — Run Python applications on localhost using the Tornado asynchronous web framework, defaulting to http://localhost:8888.