A library and tool for generating .pex (Python EXecutable) files...
Read more »
Book Python for Teenagers : Learn to Program like a Superhero! by James R. Payne... (more…)
Read more »
We're going to write a clone of Arkanoid (Breakout) using Python and PyGame Zero. In this post, I want to show you how easy it is to write a simple game. Let's get started! All the code is available here: https://github.com/shantnu/arkanoid-clone The imag... (more…)
Read more »
It's a fairly common scenario to subscribe to a Rabbit queue and process messages before acknowledging receipt. The pika package for dealing with RabbitMQ in Py... (more…)
Read more »
In this post, I'll walk you through the steps I followed to install OpenCV and Python using Homebrew on macOS Sierra (10.12.6). Install the Xcode Command Line Tools To install the Xcode Command Line Tools, enter the following command: sudo xcode-select --... (more…)
Read more »