Explore >> Select a destination


You are here

alexanderganderson.github.io
| | lukeplant.me.uk
2.6 parsecs away

Travel
| | The flows I use for exploratory programming using a REPL and their advantages.
| | www.pydev.org
3.1 parsecs away

Travel
| |
| | danigm.net
3.5 parsecs away

Travel
| | [AI summary] The article explains how Python modules are managed in Linux systems, covering PYTHONPATH, package installation with pip, virtual environments, and tools like pipx and poetry for dependency management.
| | vickiboykis.com
16.5 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.