/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

kchodorow.com
| | vickiboykis.com
2.1 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.
| | www.jeremymorgan.com
2.3 parsecs away

Travel
| | This tutorial will show you exactly how to resize an image using OpenCV and Python
| | www.rasulkireev.com
2.3 parsecs away

Travel
| | How to set up a virtual environment for your Django Project, or any other Python project, for that matter.
| | geoff.tuxpup.com
7.4 parsecs away

Travel
| Carson Gross, Adam Stepinski and Deniz Ak?im?ek have recently published their work, Hypermedia Systems and have generously made its entire content available online without any fee. Over the past two years or so, I've found myself reaching for HTMX more often when I build sites. It's been a really nice way to work, but I've definitely learned it ad hoc. Since there's now this opportunity to directly see how its author thinks about using it, it seems worth taking a bit of time to work through the concepts ...