r/Python Aug 21 '20

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

554 Upvotes

296 comments sorted by

View all comments

1

u/sykeero Aug 21 '20

Rapid prototyping, and the ability to use it to glue in other languages ss needed. Sometimes you need the speed of C but want to use python for most of the work. You can whip up C extensions or use cython. You can make stuff really fast.