Showing 25 to 30 of 175 blog posts tagged with "python".
-
Be Quick or Eat Potatoes: A Newbie’s Guide to PyCon
This year I attended PyCon for the first time. It’s rather amazing that I haven’t been before, since I’ve been using Python professionally for over 15 years. PyCon 2019 was held... Read more
May 23, 2019 -
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