Explore >> Select a destination


You are here

stribny.name
| | www.blog.pythonlibrary.org
1.1 parsecs away

Travel
| | You can use many great tools to help you in your software development journey. One such tool is pre-commit, aframework for managing and maintaining
| | johnfraney.ca
1.1 parsecs away

Travel
| | Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package.
| | geoff.tuxpup.com
1.1 parsecs away

Travel
| | For the first time in quite a while, I caught the urge to publish a package to pypi today. The happy path for publishing a pure python package felt less obvious than I think it should've. Here's what I did. The package in question is published here, and the source code is available on sr.ht. It's the beginning of a youth baseball season. One of the things I do is help our commissioners get all the information our families need to the right places where families will find it.
| | wittchen.io
4.2 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 ...