DEV Community

Discussion on: Why is artificial intelligence driven by Python and not C++?

Collapse
 
vharihar2 profile image
Skeynes Pronty • Edited

Indentation. I hate the "Indentation defines scope" paradigm of Python! I'd rather have the IDE beautify/indent the code rather than enforce it by having it imply scoping.

Collapse
 
evilprince2009 profile image
Ibne Nahian

Agree 😂😂
Curly braces are better than shitty indentations.

Collapse
 
misterscott profile image
MisterScott

As just a brainstorm, I wonder about a translation layer plugin for editors (and error reporting going back) that would indent guided by curly brackets.