Resources

Curated references, code repositories, and tools that support PLEX articles.

GitHub repositories

Hands-on projects that mirror the walkthroughs published on PLEX. Each repository is paired with a long-form article so you can read, clone, and run the code.

GitHub repo

From Zero to Sign-In: A 10-Line Flask Auth Pattern You Can Reuse Anywhere

Most Flask auth tutorials either underbuild (insecure shortcuts) or overbuild (framework sprawl). Here’s the smallest correct baseline—10 .....

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

Your Flask App Is Probably Leaking Something — Run These 7 Commands

Seven quick commands to spot secrets, debug flags, exposed ports, and risky file perms in a Flask deploy.

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

How to Deploy Your App on Render — Free Tier, Step-by-Step Guide

A practical, beginner-friendly guide to deploying a real Flask app on Render’s free tier using GitHub and a correct render.yaml.

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

Build a Python PDF Encryptor in 20 Lines

Protect sensitive documents with a minimal Python PDF encryptor. Learn how to lock any PDF with a password in under 20 lines of code.

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

Build a Python Password Generator Module in Under 50 Lines

Build a tiny Python password generator module in under 50 lines that outputs strong random passwords and memorable passphrases, plus a PLEX .....

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

Build a Universal ETL Toolkit in Python in Under 100 Lines

Build a tiny, reusable ETL toolkit in pure Python: one pipeline, swappable steps, and a CSV-to-CSV demo you can adapt to databases or APIs .....

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

Building a Custom QR Generator Tool with Python in Less Than 5 Minutes

Learn how to build a tiny Python QR generator script from scratch, add a centre logo safely, or skip straight to a ready-made GitHub repo .....

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

Introduction to Null Hypothesis Testing with Python

Learn how to frame a null hypothesis, run t-tests in Python with SciPy on real Iris data, and correctly interpret p-values without falling .....

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

Migrating an Excel Spreadsheet into a Fully Fledged Operational Database with Python

Learn how to migrate a multi-sheet Excel workbook into a relational database using a config-driven Python pipeline with pandas, SQLAlchemy .....

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
GitHub repo

Build your first Python database interface.

Learn how to design a simple SQLite schema, write a reusable DatabaseInterface class, seed data from CSV and run a tested CRUD workflow in .....

This repository accompanies the related PLEX article. Clone it, run the code locally, and adapt the pattern to your own projects.
Stay in the loop

New repositories and tools will be added here as they’re published. If you’d like to be notified when fresh resources land, you can subscribe for occasional updates.