Explore >> Select a destination


You are here

martinheinz.dev
| | adamj.eu
10.3 parsecs away

Travel
| | When trying to improve a slow function or module, it's always a good idea to profile it. Here's a snippet for quickly profiling a section of code with Python's cProfile module, in two flavours. It's adapted from the cProfile documentation's Profile example. I have used versions of this snippet over the years to narrow in on performance issues.
| | gouthamanbalaraman.com
8.1 parsecs away

Travel
| | Some notes on profiling python code in the Jupyter notebook environment
| | blog.arjunv.net
10.8 parsecs away

Travel
| |
| | simpleprogrammer.com
37.9 parsecs away

Travel
| The Rust programming language is growing in popularity every year. It even topped StackOverflow's Developer Survey as the most-loved programming language by those using it regularly-7 years in a row. So, if you're an aspirant looking to get a Rust developer position, or a hiring manager looking for questions to test your candidates' Rust knowledge, [...]