Unit 6: APIs and Flask
======================

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, web-based software application. The particular web framework 
we will be working with most is called Flask.

.. toctree::
   :maxdepth: 1

   intro_to_apis
   intro_to_flask
   advanced_flask
   flask_docker
   flask_special_topics

