Unit 6: APIs and FastAPI ======================== In this unit, we will be introduced to Application Programming Interfaces (APIs). This introduction will form the foundation of our ultimate goal to create large, complex, Python-based applications that are accessible through the web. The particular Python web framework we will be working with most is called FastAPI. .. toctree:: :maxdepth: 1 intro_to_apis intro_to_fastapi advanced_fastapi fastapi_docker fastapi_testing exam_guide