Now that we’ve got Eclipse up and running it is time to create our empty Python project. In our case we want the project to be ready for some automated package building so that we can deploy it to PyPi.org or other Python package providers. To set up an empty project the process is pretty […]