Explore >> Select a destination


You are here

stribny.name
| | martinheinz.dev
10.0 parsecs away

Travel
| | Whether you are working on some machine learning/AI stuff, building web apps in Flask or just writing some quick Python script, it's always useful ...
| | www.thedigitalcatonline.com
12.9 parsecs away

Travel
| | A blog featuring in-depth posts about Python, Scala, TDD, devops, security and all things development
| | martinheinz.dev
7.7 parsecs away

Travel
| | Testing your code is integral part of development and quality tests can save you lots of headache down the road. There are plenty of guides on testing i...
| | vickiboykis.com
72.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.