Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 2.27 KB

File metadata and controls

30 lines (20 loc) · 2.27 KB

Part I. Language

  1. Illustrated Guide to Python 3 (Matt Harrison)
  2. Intermediate Python Programming (Matt Harrison)
  3. Using Asyncio in Python (Caleb Hattingh)

Part II. Frameworks

  1. Python Testing with pytest (Brian Okken)
  2. Essential SQLAlchemy (Jason Myers, Rick Copeland) + SQLAlchemy 2 In Practice (Miguel Grinberg)
  3. Flask Web Development (Miguel Grinberg) + The New And Improved Flask Mega-Tutoria (Miguel Grinberg)

Part III. Architecture

  1. Architecture Patterns with Python (Harry Percival, Bob Gregory)
  2. Microservice APIs (Jose Haro Peralta)
  3. Data Visualization with Python and JavaScript (Kyran Dale)

Part IV. Artificial Intelligence