How to use git worktree effectively with Python projects
A guide to using git worktree with Python projects, including a helper script to automate virtual environment and dependency management.
A guide to using git worktree with Python projects, including a helper script to automate virtual environment and dependency management.
A tutorial on using the uv tool to install Python, create virtual environments, and manage packages, replacing traditional tools like pyenv and pip.
A developer's first impressions and practical guide to using uv, a fast Rust-based Python package manager, alongside existing pyenv and nox workflows.
A developer troubleshoots a broken Python virtual environment and dives deep into dependency installation issues in this coding screencast.
The developer works on small user-requested features for a SaaS app, taking a break between larger projects.
A guide to using Pipenv for managing Python virtual environments, focusing on deterministic dependency resolution with Pipfile.lock.
A beginner's guide to creating and managing Python virtual environments using pyenv and virtualenv to isolate project dependencies.
A guide comparing local development, Vagrant, and Docker for web projects, helping developers choose the right tool for their workflow.
A monthly review sharing useful Python articles, news about Google Code shutting down, a book recommendation, and a handy shell tip.
A guide to installing Python scientific libraries (NumPy, SciPy, matplotlib) on macOS 10.9, covering both Anaconda/Miniconda and manual pip installation methods.