Explore >> Select a destination


You are here

www.joeltok.com
| | dominickm.com
1.7 parsecs away

Travel
| | Dependency management in software development is often akin to playing an elaborate game of Jenga where everyone involved is on their third IPA: every block you move introduces the risk of toppling the tower which is becoming more wobbly over time. Complexity Unchained Python prides itself on simplicity and readability, but as soon as you [...]
| | www.rasulkireev.com
1.9 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.
| | janakiev.com
1.4 parsecs away

Travel
| | Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.
| | danielms.site
6.2 parsecs away

Travel
| I build things and drink coffee.