You are here |
stribny.name | ||
| | | |
martinheinz.dev
|
|
| | | | 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
|
|
| | | | A blog featuring in-depth posts about Python, Scala, TDD, devops, security and all things development | |
| | | |
martinheinz.dev
|
|
| | | | 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
|
|
| | 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. |