Explore >> Select a destination


You are here

blog.randombits.host
| | humberto.io
0.8 parsecs away

Travel
| | Publish your first package to the Python Package Index (PyPI)
| | blog.meain.io
1.6 parsecs away

Travel
| | How to publish a console application to pypi
| | wittchen.io
1.3 parsecs away

Travel
| | Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ...
| | vxlabs.com
21.3 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...