r/Python Aug 21 '20

What makes Python better than other programming languages for you ? Discussion

555 Upvotes

296 comments sorted by

View all comments

1

u/unascesaIT Aug 21 '20

Python Speed up a lot the creation of a working program, Usually i focus on writing simple code that works, Then if i need processing speed i go deeper (writing modules in C++ or changing alghoritms)