Backend Development (Python) · Tutorial tracks

Python web development

HTTP mechanics, resilient APIs, async-capable deployments.

Sponsored

Lesson outline

  1. 49
    Connect Flask to SQLite

    Connect Flask to a SQLite database in this hands-on Python web development tutorial. Learn core concepts, step-by-step implementation, and troubleshooting tips.

  2. 50
    Python web development — Part 025

    Placeholder slot — edit in console (python-web-development-stub-025).

  3. 51
    Database Schema Setup

    Learn to create the database schema for your app in this Python web development tutorial—step-by-step guidance, practical examples, and next steps.

  4. 52
    Python web development — Part 026

    Placeholder slot — edit in console (python-web-development-stub-026).

  5. 53
    Perform CRUD with SQLite

    Master CRUD operations with SQLite in Python — insert, read, update, and delete data with step-by-step examples and practical tips for web development.

  6. 54
    Python web development — Part 027

    Placeholder slot — edit in console (python-web-development-stub-027).

  7. 55
    Flask SQLAlchemy Models

    Learn to define and use Flask SQLAlchemy models in this Python web development step-by-step tutorial. Master the core concept with hands-on code, compare approaches, and troubleshoot common issues—all within our progressive track.

  8. 56
    Python web development — Part 028

    Placeholder slot — edit in console (python-web-development-stub-028).

  9. 57
    Query & Filter Records

    Query and filter database records in Python web development.

  10. 58
    Python web development — Part 029

    Placeholder slot — edit in console (python-web-development-stub-029).

  11. 59
    Use Flask Migrate for schema changes

    Use Flask Migrate for schema changes — Python web development.

  12. 60
    Python web development — Part 030

    Placeholder slot — edit in console (python-web-development-stub-030).

    Python web development — step-by-step tutorials

    What you will find here

    This track walks through python web development in order — each lesson is server-rendered HTML you can read without JavaScript. Follow the outline, then practice in the browser IDE when a lesson links to runnable code.

    Tutorials vs quizzes and code samples

    Tutorials teach in sequence. For quick checks use quizzes. For copy-paste snippets see code samples. For deeper reading browse articles.