#profiling

[ follow ]
Python
fromRealpython
2 weeks ago

Profiling Performance in Python Quiz - Real Python

Use profiling and benchmarking tools like cProfile and timeit to identify hotspots and optimize Python code performance, comparing deterministic and statistical approaches.
Python
fromRealpython
2 months ago

Episode #257: Comparing Real-World Python Performance Against Big O - The Real Python Podcast

Real-world performance of algorithms often contradicts Big O expectations, with profiling revealing significant discrepancies.
[ Load more ]