|
You are here |
blog.fahhem.com | ||
| | | | |
wittchen.io
|
|
| | | | | 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 ... | |
| | | | |
www.pither.com
|
|
| | | | | The simple way to build a Python script and dependencies into a portable binary. | |
| | | | |
yasoob.me
|
|
| | | | | Hi there fellow coders. This post will go over the basics of packaging and deploying your python libraries. So without wasting a minute lets get started.. Folder structure So first thing first. What should be your folder structure? At minimum you can have only two files. The first one should be the setup.py file and the second one should be your module file. But today I am not going to talk about the very basics. | |
| | | | |
blog.ganssle.io
|
|
| | | The setup.py interface is an old convention from distutils, one that has bugs that cannot be fixed to bring it into line with modern Python packaging approaches. As a result, all direct... | ||