Articles & Guides

julian.a

Fun with Functional Context Values in Django

Posted by julian.a

Here, a Fusionbox developer writes about a new trick he learned recently: using functional values in a template context to avoid unnecessary database hits.

django

gavin

"Why Are You Guys Using Django?": A Response

Posted by gavin

We get asked why we choose to program in Python and Django. Here are some of the reasons we think Django is the best.

django

fusionbox

Django Girls Workshop!

Posted by fusionbox

Fusionbox hosted the first ever Django Girls Denver workshop on Saturday, October 3rd, 2015.

alex

Creating Conditionally Required Fields in Django Forms

Posted by alex

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.

django

fusionbox

Fusionbox to Host Django Girls Programming Workshop for Women

Posted by fusionbox

This free programming workshop will guide attendees through building a blog using Python, Django, HTML, and CSS. Apply by September 15th.

django

nolan

EcmaScript 6 Classes: Potential Pitfalls for the Python Programmer

Posted by nolan

With JavaScript's new features in EcmaScript 2015, here are some ways to limit large amounts of debugging that may result.

django

julian.a

Using django-importcsvadmin to Streamline Excel Imports

Posted by julian.a

django-importcsvadmin is a tool to help non-programmer admins of a site easily upload data from an Excel sheet.

django

gavin

How to Use django-compressor Offline Compression with Widgy

Posted by gavin

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.

django

antoine

Why and How You Should Write Progressively Enhanced Idempotent (Stateless) JavaScript

Posted by antoine

Don't underestimate your number of users without JavaScript enabled. Write progressively enhanced idempotent JavaScript for them.

alex

Problems with Computer Science Education

Posted by alex

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

django

Page 8 of 11