Explore >> Select a destination


You are here

www.jennapederson.com
| | www.rasulkireev.com
3.1 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.
| | vxlabs.com
1.7 parsecs away

Travel
| | The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the...
| | newcome.wordpress.com
1.7 parsecs away

Travel
| | I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed....
| | btxx.org
17.6 parsecs away

Travel
| [AI summary] The article explains how to create a macOS Automator Quick Action to convert text-based documents to HTML using Homebrew and Pandoc, offering a free and efficient method without requiring additional software.