📄️ Python Cheatsheet for Returning Programmers
Quick syntax and language reference for experienced developers returning to Python. Covers list comprehensions, lambda, unpacking, reflection, scoping, and more.
📄️ Understanding the * Pattern in Function Definitions
Explanation of how Python’s * and ** argument patterns work, including keyword-only arguments and flexible function signatures.
📄️ interview-questions
These are some common interview questions.
📄️ My Thoughts
These are some of my thoughts about Python.
🗃️ pandas
1 item
🗃️ poetry
1 item
📄️ Why Python is the Language of MVPs and POCs (Even if You Used to Hate It)
A personal and technical reflection on how Python became my default language for MVPs — despite my early frustrations.
📄️ 🐍 How Python venv Works
venv (short for virtual environment) is Python’s built-in tool for creating isolated environments.