How to Package Python Code
With Python distributions such as Enthought and Anaconda, its never been easier to create and install python packages. In this post I show you how to build your own python packages and publish them on the PyPI python package index. Step 1. Create PyPI Account Before we can upload our package to the Python Packageā¦ Read More »