Skip to content

0.Learning Plan

  • [ ] Python Tutorial
    • [x] Whetting Your Appetite
    • [x] Using the Python Interpreter
    • [x] An Informal Introduction to Python
    • [x] More Control Flow Tools
    • [x] Data Structures
    • [x] Modules
    • [x] Input and Output
    • [x] Errors and Exceptions
    • [x] Classes
    • [ ] Brief Tour of the Standard Library
    • [ ] Brief Tour of the Standard Library — Part II
    • [x] Virtual Environments and Packages
    • [ ] What Now?
    • [ ] Interactive Input Editing and History Substitution
    • [ ] Floating Point Arithmetic: Issues and Limitations
    • [ ] Appendix
  • [x] Python Setup & Usage
  • [ ] Python & VS Code
  • [ ] Flask
    • [ ] User Guide
      • [ ] Foreword
      • [ ] Foreword for Experienced Programmers
      • [x] Installation
      • [x] Quickstart
      • [ ] Tutorial
      • [ ] Templates
      • [ ] Testing Flask Apps
      • [ ] Application Errors
      • [ ] Debugging Application Errors
      • [ ] Logging
      • [ ] Configuration Handling
      • [ ] Signals
      • [ ] Pluggable Views
      • [ ] The Application Context
      • [ ] The Request Context
      • [ ] Modular App with Blueprints
      • [ ] Extensions
      • [ ] Command Line Interface
      • [ ] Dev Server
      • [ ] Working with Shell
      • [ ] Patterns for Flask
      • [ ] Deployment Options
      • [ ] Becoming Big