Explore >> Select a destination


You are here

www.ethanrosenthal.com
| | www.rasulkireev.com
2.2 parsecs away

Travel
| | Poetry is relatively new packaging and dependency manager. It makes it very easy to upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I'm not going to do a deep dive into how Poetry works and all its features. Today I just want to focus on how to configure it for a Django project.
| | vickiboykis.com
1.0 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.
| | scripter.co
2.0 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.
| | hamvocke.com
18.0 parsecs away

Travel
| A simple setup to test Ansible provisioning on your machine using Vagrant and Serverspec