Profiling, timeit, algorithm efficiency.
Caching your program's output can increase significantly. Using Python's functools.lru_cache decorator makes creating caches easy.
Jun 18, 2025
•
6 min read
Practical tips to speed up your Python code and make your loops more efficient.
Sep 25, 2024
9 min read