Python
Full Record|PyCon LT 2025 Day Two - Charmed by Several Female Developers
Today was Data Day at PyCon LT 2025, focusing on Dataframes, Databases, and Orchestration. While not deeply familiar with these areas, I was deeply impressed by several female speakers and gained a lot.
pip vs pipx Differences
This article introduces the differences between pip and pipx, helping developers choose the right tool to manage Python packages and command-line tools.
Is Your Python Code Pythonic Enough?
This article introduces the concept of Pythonic code and demonstrates through examples how to write more concise and elegant Python code, helping developers improve code quality and readability.
Publishing a Python Project on GitHub — Things to Note
This article introduces the important aspects to consider when publishing a Python project on GitHub, including project structure, dependency management, and version control.