Showing 25 to 30 of 174 blog posts tagged with "python".
-
We're Eagerly Preparing for PyCon 2019!
We're excited to continue to sponsor PyCon 2019, the premier event for the Python community, which takes place in Cleveland, OH, from May 1 - 9. PyCon attracts attendees from ar... Read more
April 11, 2019 -
Coding for Time Zones & Daylight Saving Time — Oh, the Horror
In this post, I review some reasons why it's really difficult to program correctly when using times, dates, time zones, and daylight saving time, and then I'll give some advice... Read more
March 21, 2019 -
Caktus Blog: Top 18 Posts of 2018
In 2018, we published 44 posts on our blog, including technical how-to’s, a series on UX research methods, web development best practices, and tips for project management. Among... Read more
January 1, 2019 -
My New Year’s Resolution: Work Less to Code Better
You may look at my job title (or picture) and think, “Oh, this is easy, he’s going to resolve to stand up at his desk more.” Well, you’re not wrong, that is one of my resolution... Read more
December 27, 2018 -
How to Fix your Python Code's Style
Sometimes we inherit code that doesn't follow the style guidelines we prefer when we're writing new code. We could just run flake8 on the whole codebase and fix everything befo... Read more
December 10, 2018 -
Better Python Dependency Management with pip-tools
I recently looked into whether I could use pip-tools to improve my workflow around projects' Python dependencies. My conclusion was that pip-tools would help on some projects, ... Read more
September 18, 2018