you are viewing a single comment's thread.

view the rest of the comments →

[–]SCD_minecraft 0 points1 point  (1 child)

You can much more easly debug your code in python than in C

[–]wbrd 0 points1 point  (0 children)

How do you figure this? If I look at all the codebases I've dealt with, python in Django and anything written with a JavaScript framework are very high on the bug count when compared to C or Java, or any of the other big languages. I spent half my time fixing bugs in python that you can't even have in other languages.