An open API service indexing awesome lists of open source software.

https://github.com/linzeyang/realpython-tutorials

A central place of code for RealPython tutorials
https://github.com/linzeyang/realpython-tutorials

django fastapi python

Last synced: 6 months ago
JSON representation

A central place of code for RealPython tutorials

Awesome Lists containing this project

README

          

# Code for RealPython.com tutorials
## Build a Hash Table in Python With TDD
hashtable/
## Build a URL Shortener With FastAPI and Python
url-shortener-fastapi/
## Manage Your To-Do Lists Using Python and Django
todo-list-django/
## Build a Site Connectivity Checker in Python
site-connectivity-checker/
## Python microservices with gRPC
grpc-microservices/
## Get Started With Django Part 1: Build a Portfolio App
portfolio-django/
## Build a Flashcards App With Django
flashcards-django/
## Generate Images With DALL·E 2 and the OpenAI API
openai-dall-e-2/
## Publish an Open-Source Python Package to PyPI
publish-package-to-pypi/
## Embeddings and Vector Databases With ChromaDB
vectordb-with-chromadb/