Fun with Functional Context Values in Django
Posted by
Here, a Fusionbox developer writes about a new trick he learned recently: using functional values in a template context to avoid unnecessary database hits.

"Why Are You Guys Using Django?": A Response
Posted by
We get asked why we choose to program in Python and Django. Here are some of the reasons we think Django is the best.
Posted by
Fusionbox hosted the first ever Django Girls Denver workshop on Saturday, October 3rd, 2015.

Creating Conditionally Required Fields in Django Forms
Posted by
To improve usability, you sometimes want to hide form fields from users unless they answer in a particular way. Here is how we make that happen with Django.
Fusionbox to Host Django Girls Programming Workshop for Women
Posted by
This free programming workshop will guide attendees through building a blog using Python, Django, HTML, and CSS. Apply by September 15th.

EcmaScript 6 Classes: Potential Pitfalls for the Python Programmer
Posted by
With JavaScript's new features in EcmaScript 2015, here are some ways to limit large amounts of debugging that may result.
Using django-importcsvadmin to Streamline Excel Imports
Posted by
django-importcsvadmin is a tool to help non-programmer admins of a site easily upload data from an Excel sheet.

How to Use django-compressor Offline Compression with Widgy
Posted by
With django-compressor, we normally use in-request compression, but that doesn't work for multi-server setups, so that's when you need offline compression.
Why and How You Should Write Progressively Enhanced Idempotent (Stateless) JavaScript
Posted by
Don't underestimate your number of users without JavaScript enabled. Write progressively enhanced idempotent JavaScript for them.

Problems with Computer Science Education
Posted by
Computer Science degrees don't adequately prepare students to work as programmers. Here is what students need in order to connect the dots.