Showing 43 to 48 of 172 blog posts tagged with "python".
-
ShipIt Day Recap Q2 2017
Once per quarter, Caktus employees have the opportunity to take a day away from client work to focus on learning or refreshing skills, testing out ideas, or working on open sour... Read more
May 3, 2017 -
Building a Custom Block Template Tag
Building custom tags for Django templates has gotten much easier over the years, with decorators provided that do most of the work when building common, simple kinds of tags. O... Read more
May 1, 2017 -
Digging Into Django QuerySets
Digging Into Django QuerySets Object-relational mappers (or ORMs for short), such as the one that comes built-in with Django, make it easy for even new developers to become pr... Read more
April 5, 2017 -
Come Visit Us at PyCon 2017
PyCon 2017 is fast approaching, and we’re excited to support the event this year as sponsors once again. It’s a great opportunity to meet new friends, exchange ideas and interac... Read more
March 29, 2017 -
Here's a Production-Ready Dockerfile for Your Python/Django App
Update (October 29, 2019): I updated this post with more recent Django and Postgres versions, to use Python and pip directly in the container (instead of in a separate virtual ... Read more
March 14, 2017 -
Python type annotations
When it comes to programming, I have a belt and suspenders philosophy. Anything that can help me avoid errors early is worth looking into. The type annotation support that's be... Read more
February 22, 2017