You are here |
codeinthehole.com | ||
| | | |
stribny.name
|
|
| | | | ||
| | | |
osc.garden
|
|
| | | | In order to keep the 'Last updated' field of posts always accurate, I automated its modification with a custom Git pre-commit hook. | |
| | | |
kewah.com
|
|
| | | | How we use ESLint and Prettier to share the same coding style across repositories | |
| | | |
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. |