You are here |
blog.koehntopp.info | ||
| | | |
gist.github.com
|
|
| | | | Code from Modern "Python Dictionaries A confluence of a dozen great ideas - Raymond Hettinger" - modern_python_dictionaries.py | |
| | | |
jacoby.github.io
|
|
| | | | Welcome to Weekly Challenge #300! I went searching for a word for 300th week, because 300 is a compound number and probably not the source for much interest, and found that no, there isn't a special word for 300 of a thing. 312 will be the 6th anniversary, though. | |
| | | |
thepythoncorner.com
|
|
| | | | 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... | |
| | | |
www.appveyor.com
|
|
| | A new Visual Studio 2022 image with Visual Studio 2022 and .NET 6 RTM is now available to all AppVeyor accounts: |