Python SQLModel: Typed CRUD with FastAPI
Model a table, run CRUD in short sessions, and separate persisted data from your API public contracts.
Scripts and automation for everyday tasks
Model a table, run CRUD in short sessions, and separate persisted data from your API public contracts.
A practical Python Playwright guide covering browser setup, robust locators, state-based waits, downloads, screenshots, pytest, and responsible use.
Build an SMTP sender with text and HTML alternatives, bounded attachments, STARTTLS, environment configuration, validation, and clear errors.
A practical pypdf automation guide covering merging, splitting, rotation, metadata, text extraction limits, encryption, and errors.
Build an installable task-management CLI using positional arguments, options, subcommands, entry points, and automated tests.
Master Python encapsulation: private attributes with __, @property decorator, name mangling, and OOP best practices for professional Python code.
Master task automation with Python. Learn to automate files, spreadsheets, browsers, emails, and daily scripts with practical examples.
Learn to automate repetitive tasks in Excel using Python. Discover how to read, write, and manipulate spreadsheets with Openpyxl and Pandas professionally.