Ask HN: Any tips for using Python Interactively?
https://news.ycombinator.com/item?id=437066I'm SSH'ing into a Ubuntu box using Putty.
I need to run Python in interactive mode and am finding it pretty frustrating.
How do I get the last command? (like using the up arrow at the command line, or in IDLE on Windows Alt-P)
Any other tips?
I'm trying to get IPython going right now but am having some difficulties.
Thanks!