/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

geoff.tuxpup.com
| | www.blog.pythonlibrary.org
1.8 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.
| | humberto.io
1.1 parsecs away

Travel
| | Publish your first package to the Python Package Index (PyPI)
| | wittchen.io
3.7 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 ...