DEV Community

Discussion on: Making Python Programs Blazing Fast

Collapse
 
tastyminerals profile image
tastyminerals • Edited

How to make my Python program faster -- rewrite it in C, Rust, D, Nim, Julia, finally Lua would be even faster :)
Also, you probably should use line_profiler and memory-profiler for code bottlenecks in Python.