Explore >> Select a destination


You are here

geoff.tuxpup.com
| | www.blog.pythonlibrary.org
1.7 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
| | www.rasulkireev.com
0.8 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.
| | johnfraney.ca
0.6 parsecs away

Travel
| | Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package.
| | wittchen.io
3.1 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 ...