'

See all posts related to '

Event Driven Programing In Django

Posted in python on Feb 26th, 2018

Event driven programming is an extremely powerful paradigm that allows you to perform some action because something else happened (the event). Django already has a rudimentary event system in its core, but it left things to be desired. Learn more about event driven programming in django and the inspiration behind django-event-system.

Read More->

Building An Arcade Controller

Posted in Raspberry Pi on Oct 17th, 2017

Last week, we built a retro-arcade console out of a Raspberry Pi. This week I am going to walk you through building a retro arcade controller to play your games!

Read More->