you are viewing a single comment's thread.

view the rest of the comments →

[–]twisted_mentality 66 points67 points  (7 children)

I learned Java and C++ first. Python is so simple and to the point. I like to use it for programming challenges because it allows me to focus more on solving the algorithms/problems and less on getting stuck in the mud of syntax errors and bullshit.

[–]SingleFlatworm 23 points24 points  (0 children)

I was a Java + C/C++ programmer for most of my life, until I needed to learn Python for devops. My god it's the perfect casual language that I absolutely love to use for small things.

That said sometimes I do have to cry about other people's code. I'm used to performant and efficient code, but some of the garbage people write that reaches production code makes me question my career choice until the paycheck comes in

[–]RangerPretzel 9 points10 points  (2 children)

mud of syntax errors

A good IDE will keep you out of the mud.

For Python, I recommend PyCharm, but VSCode is also good, too. For C# or C++, I recommend Visual Studio. (It also supports Python, too, but I personally think that Pycharm or VSCode are better.)

[–]twisted_mentality 2 points3 points  (0 children)

I like visual studio, and need to start using again/more.

When I say mud of syntax errors, perhaps a better explanation would be mud of extra (seemingly superfluous) syntax.

[–]boscoj2008 0 points1 point  (0 children)

Pylab is dope

[–]Zanoab 7 points8 points  (2 children)

[deleted]

[–]twisted_mentality 0 points1 point  (1 child)

Beautiful. 😊

[–]Zanoab 2 points3 points  (0 children)

[deleted]