Blog

Thoughts on backend development, AI, and everything in between.

Python Dataclasses: Shortcut to Simpler Data Handling

5 min read
November 7, 2024
python
dataclasses
data structures

Partial Functions in Python

5 min read
October 5, 2024
python
functools

Object-Oriented Programming (OOP) in Python

5 min read
September 27, 2024
python
oop

Python Virtual Environments: Guide to Organized Development

3 min read
September 17, 2024
python
virtual environments
best practices