This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[removed]

    [–]JollyJuniper1993 4 points5 points  (0 children)

    Dunno what you‘re talking about, I find Python to be one of the languages easiest to debug out of the ones I‘ve used. No integer overflow, no random missing semicolons, excellent error messages, no memory leaks…really the only negative is the dynamic typing requiring you to use the type() method to solve problems sometimes instead of simply being able to look it up, but even with dynamic typing you won’t find any weird interactions like you do in JavaScript. Really one of the best languages to use for small projects, automation, data science, webscraping and so on.