Overwhelmed by the Simplicity of Python. Any Recommendation?

Lie Ryan lie.1296 at gmail.com
Tue Nov 6 16:51:47 EST 2018


> I like to step through my code line by line,
> it's impossible to do it with
> object-oriented programming language.

I suggest pudb, it's a curses based debugger, which is nicer than pdb, but doesn't require tedious IDE setup.

> Also, there's no good REPL IDE. 

Not quite sure what you meant by REPL IDE, but did you try IPython



More information about the Python-list mailing list