/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

dustingram.com
| | avilpage.com
3.5 parsecs away

Travel
| | How to build and distribute a Python C extension module using wheels
| | blog.thea.codes
1.3 parsecs away

Travel
| | The Python Package Index is now more approachable and beautiful.
| | yasoob.me
3.2 parsecs away

Travel
| | Oh hi there! Welcome to another useful post. This post is going to be about how to package your python scripts and packages for distribution on PyPI or some other place. Here I wont go too deep into explaining everything as most of us just need to know the basics of packaging. However i will provide you with different links for further study. Okay lets talk about setuptools first. What is it?
| | wittchen.io
5.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 ...