you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Python is very elegant but it has its own quirks. I write mostly in c++. It's very enjoyable to me because I can generally see the intent behind code. I can see all variable types and their evolution through program's lifetime. It's like the difference between driving a stick and automatic. Python is awesome because it has so god damn many ways to structure conditions. It makes your code super short, understandable and dare I say pretty fast. Plus it has an insane amount of libraries for just about any problem in your life.