SQLAlchemy 2 In Practice - Chapter 1 - Database Setup
First chapter of a hands-on book on SQLAlchemy 2, guiding readers through initial Python project and database setup.
First chapter of a hands-on book on SQLAlchemy 2, guiding readers through initial Python project and database setup.
Author introduces his book 'SQLAlchemy 2 In Practice', sharing the preface and outlining chapters on the popular Python ORM.
Using Ruff to ban SQLAlchemy dialect-specific imports, ensuring database portability in Python projects.
Introducing sql-compare, a tool for managing and testing SQL database migrations, born from the challenges of evolving PostgreSQL schemas at Mergify.
Author discusses writing a technical article on using Alembic for database migrations in Python, published on TestDriven.io.
A technical guide on building a YouTube-to-Twitter bot, focusing on moving channel data into a database and extracting recent video uploads.
A developer documents building a Flask web app with user authentication and a code diary feature as part of the #100DaysOfCode challenge.
A developer shares a curated list of useful Python tutorials covering topics like memory leaks, Flask APIs, and command-line libraries.
Strategies for writing integration tests in Python to validate database interactions with real backends like SQL and NoSQL.
Announcing a Google Moderator page for submitting and voting on questions for a Python ORM panel at PyCon 2009.