This article covers how to package your Python code as a CLI application using just the official PyPA provided tools, without installing additional external dependencies. If you prefer reading code to reading words, you can find the full example demo code discussed in this article here: example repo of Python CLI packaged with PyPA setuptools… Continue reading How to package and deploy CLI applications with Python PyPA setuptools build
Articles on Devops
How to Write a Python Class
By Julian Sequeira on 25 May 2017
In this post I cover learning Python classes by walking through one of our 100 days of code submissions.