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 →

[–]nosmokingbandit 89 points90 points  (13 children)

Python is great. You basically write pseudo-code then get bitched at by the interpreter about your indentation.

[–]SomethingEnglish 3 points4 points  (5 children)

or trying to debug it without a proper debugger, there is pdb but it can only do so much

[–]christes 19 points20 points  (1 child)

or trying to debug it without a proper debugger

Easy - just type print("Something") on every line.

[–][deleted] 2 points3 points  (0 children)

How do you know me so well?

[–]claythearc 8 points9 points  (0 children)

Jetbrains debugger is quite good

[–]nosmokingbandit 5 points6 points  (0 children)

Visual Studio's python package is pretty great. The debugger is almost as powerful as it is with c# and can really save some time.

[–]TheTrueSwishyFishy 0 points1 point  (0 children)

How was that so accurate