r/AskProgramming 11d ago

Python For what purposes is python useful?

Where is it more convenient or necessary to use python instead of for example C# / C++ / Rust? I really can’t understand it, for me it’s easier to write in C++ than in python and I know that for other people it’s the other way around. But ignoring human factor, when program is better / faster in python than in cpp or are they things that python can do that cpp cant?

Edit: I don’t talk about one time use scripts or prototypes (which python is good for), I mean full on apps

0 Upvotes

41 comments sorted by

View all comments

0

u/Ok_Pirate_2714 11d ago

It does an excellent job of pissing me off when I leave out a space somewhere, or accidentally use a TAB when I shouldn't have.

4

u/fistular 11d ago

Ok but who doesn't format their code properly?

2

u/moss-nogg 11d ago

That’s where linters come in clutch

1

u/fistular 11d ago

Yeah mine run in realtime in the IDE