This week’s article is about packaging your Python code. Sounds daunting? Actually it is pretty simple.
Articles on packaging
Building a Karma Bot with Python and the Slack API
By Bob Belderbos on 25 June 2017
We love Slack! But what if we can make it even cooler? Imagine: you are geeking out with your fellow developers on Slack and you want to give them credit. Or you can write “stupidsubject–” and it automagically shows “stupidsubject’s karma decreased to -2”. Enter Karma Bot. This is nothing new but building one myself was a great learning exercise and a fun tool we use on our Slack now.
Code Challenge 23 – Challenge Estimated Time API – Review
By PyBites Team on 18 June 2017
In this article we review last week’s Challenge Estimated Time API. This was a cool challenge and we implemented it using Github’s awesome platform and API.
Zip and ship, make an executable zipfile of your py project
By Bob Belderbos on 25 December 2016
In this post I show an example how you can distribute your code as an executable zipfile, a neat trick I discovered in Chapter 6 of The Hitchhiker’s Guide to Python