Skip to main content
Background Image

Python

Full Record|PyCon LT 2025 Day Three - Can AI Replace You?
·832 words·2 mins
Today was the final day of PyCon LT 2025, themed AI and ML Day. It featured several excellent talks by female speakers and provided new insights into data science and AI.
Full Record|PyCon LT 2025 Day Two - Charmed by Several Female Developers
·891 words·2 mins
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.
Full Record|PyCon LT 2025 Day One - My Experiences at an International Python Conference
·1005 words·3 mins
Sharing my experiences, presentation content, and thoughts on the Python community from the first day of PyCon LT 2025.
pip vs pipx Differences
·418 words·2 mins
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?
·673 words·4 mins
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
·845 words·4 mins
This article introduces the important aspects to consider when publishing a Python project on GitHub, including project structure, dependency management, and version control.
About Python pip install and versioning
·739 words·4 mins
Explains the behavior of pip install commands with different versioning schemes, including how to handle beta versions and the implications of using --upgrade with specific version numbers.