Explore >> Select a destination


You are here

adamj.eu
| | scripter.co
2.6 parsecs away

Travel
| | How I generated the Python dependencies file requirements.txt so that Netlify can install and run the HTML5 Validator before deploying this site.
| | vickiboykis.com
1.4 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.
| | snarky.ca
1.8 parsecs away

Travel
| | There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version
| | blog.steveasleep.com
27.3 parsecs away

Travel
| This is the second post in a series about my new app Oscillator Drum Jams. Start here in Part 1. You can download Oscillator Drum Jams a...