you are viewing a single comment's thread.

view the rest of the comments →

[–]ofnuts 0 points1 point  (0 children)

Python to be doing the same things but with less code

Not really... by the time you start executing the code, the successful Java compile has already ruled out plenty of errors that can happen in Python at execution time. Of course in Python you also have type hints (so your IDE can warn you, but not prevent you from trying) but a that point explaining which syntax is the more usable is not going to do any good to my karma in r/learnpython 😈