How to create your own local Python package

Programming is fun! But it happens so fast that the code gets messy, and I'll spend a lot of time tidying up everything. Do you know this problem? It's easy to code but hard to write good code (and I'm really far from writing good code). If you want to make your code more sustainable and reuse it easily, you could try writing your own Python packages.

http://nekotron.com/2024/05/10/how-to-create-your-own-local-python-package/

How to create your own local Python package

Programming is fun! But it happens so fast that the code gets messy, and I’ll spend a lot of time tidying up everything. Do you know this problem? It’s easy to code but hard to write go…

Nekotron Home