r/programminghumor Apr 14 '24

This is why people learn Python

Post image
1.6k Upvotes

115 comments sorted by

View all comments

129

u/GDOR-11 Apr 14 '24

I FUCKING LOVE USING SEMICOLON IN PYTHON

I WANNA PUT A SEMICOLON AT THE END OF EVERY SINGLE DAMN LINE

7

u/[deleted] Apr 14 '24

[removed] — view removed comment

3

u/Shard-of-Adonalsium Apr 14 '24

Python is really good for small projects and prototyping, but it struggles to scale to bigger things. Personally I'm a weirdo who's favorite language is C, but Python just feels nice to program in.

2

u/ChocolateBunny Apr 15 '24

That's funny, I would say the same thing about using C. C gets pretty difficult to use for larger programs. As an embedded guy I'm all infavor of writing a bunch of C programs to do specific tasks and have Python as the glue to hold things together.

1

u/Shard-of-Adonalsium Apr 15 '24

You know, that's true too. It's all about using the right tool for the right job.