{% extends "base.html" %} {% block meta_header %} {% endblock %} {% block title %}Table of Contents for {% endblock %} {% block css %}{% endblock %} {% block banner %} {% endblock %} {% block content %}

Table of Contents

1. Introduction

{% include "book-chapters.html" %}

Blog Post Tutorials

{% for a in articles %}

{{ a.title }}

{% endfor %}

Books & Videos

Each of these videos and books was recorded or written by me, Matt Makai.

Introduction to Ansible

Python for Entrepreneurs

Full Stack Python Supporter's Edition

Deploying Flask Web Apps


These books and courses were created by fellow Python developers. I have used each one myself and recommend them all if you are looking to buy high quality resources.

Developing a Real-Time Taxi App with Django Channels and Angular by Michael Herman

Test-Driven Development with Python, Flask, and Docker by Michael Herman

Deploying a Flask and React Microservice to AWS ECS by Michael Herman

Example Python Projects and Code

{% include "code-examples/django.html" %} {% include "code-examples/flask.html" %} {% include "code-examples/sqlalchemy.html" %} {% endblock %} {% block lower_banner %} {% endblock %}