/python-blog

Articles and notes about Python with code examples.

Primary LanguageTypeScriptMIT LicenseMIT

Python Blog

Webpage here.

Glob Generators

Exploring glob patterns and generators in order to find images in a directory using pathlib and PIL.

Glob v.s. OS Walk

Follow-up to “Glob generators in Python”, comparing the os.walk and Path.glob methods in the context of generators.

SQL Converter

Using Regex and string processing to convert multiple SQL statements to Python classes (SQLAlchemy and Pydantic models) for using with FastAPI.

Python Modules with Poetry

Going over the steps for setting up a Poetry project for creating a Python module and starting a development cycle.