|
You are here |
alexanderganderson.github.io | ||
| | | | |
lukeplant.me.uk
|
|
| | | | | The flows I use for exploratory programming using a REPL and their advantages. | |
| | | | |
www.pydev.org
|
|
| | | | | ||
| | | | |
danigm.net
|
|
| | | | | [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
|
|
| | | 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. | ||