|
|
|
|
|
by juanbyrge
1246 days ago
|
|
Python is great for small scripts or explorations. You can't use it for anything serious that needs to scale due to the lack of concurrency and significant memory overhead. If you need something to scale you use something like C++, Java, Go, Rust, etc. |
|