A Simple Guide for Python Packaging – Small Things about Python

Posted on March 2, 2017. Filed under: Uncategorized | Tags: , , , |

A Simple Guide for Python Packaging – Small Things about Python

Code reuse is a very common need. It saves you time for writing the same code multiple times, enables leveraging other smart people’s work to make new things happen. Even just for one project, it helps organize code in a modular way so you can maintain each part separately. When it comes to python, it means format your project so it can be easily packaged. This is a simple instruction on how to go from nothing to a package that you can proudly put it in your portfolio to be used by other people.

Direct link

Liked it here?
Why not try sites on the blogroll...