/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ariya.io
| | vickiboykis.com
1.8 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.
| | vsupalov.com
1.5 parsecs away

Travel
| | Notes on how to set up the right python version and and isolated development environments.
| | newcome.wordpress.com
2.6 parsecs away

Travel
| | I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed....
| | ankane.org
6.4 parsecs away

Travel
| Jupyter notebooks are a great alternative to the Rails console for doing exploratory data analysis and building predictive models. Here's how to...