<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=338168267432629&amp;ev=PageView&amp;noscript=1">

Get notified about the latest in Tech

Be the first to know about new tech from the experts at Bixly!

Programming

Django Messages

Displaying simple messages to users is an easy way to keep a user informed and confident while using your website or application. Throughout my time...

Programming

Context Processors within Django

Have you ever needed to include the same data on every template within a Django project? I recommend becoming familiar with Django’s custom context...

Programming

Debugging Python With PDB

Debugging code isn’t always fun but it doesn’t have to be difficult.