Explore >> Select a destination


You are here

ehmatthes.com
| | www.laceyhenschel.com
15.4 parsecs away

Travel
| | Every day is a new adventure in a new job. I came into my job at REVSYS with not much production Python experience and my colleagues have been kind enough to share some time-saving and frustration-reducing libraries with me as I've been learning. This Friday, I'm sharing five libraries (technically, four libraries and a repo) that I've learned about in the last three months and fallen pretty much in love with. Enjoy!
| | thepythoncorner.com
17.9 parsecs away

Travel
| | Hi guys, this week'shttps://thepythoncorner.com/posts/2022-06-26-the-sunday-tip-2-measuring-python-performance-with-timeit/ tip is about measuring the performance of your Python code. Maybe you left your cubicle last Friday with some piece of code that wasn't performing well? Well, today you will learn how to measure it! :) The timeit module We all know that Python comes with batteries included because in its standard library there are a lot of tools that you can easily use out of the box. One of theese tools is the timeit module. The timeit module allows you to measure how much time is taken for a specific python piece of code. In...
| | healeycodes.com
9.8 parsecs away

Travel
| | Rewriting library code to speed up my interpreter benchmark by 28%.
| | www.laac.dev
81.1 parsecs away

Travel
| Explore common mistakes made with the Django framework and how they introduce issues into your code.