Whiteout wrote: » Notepad++
ptilsen wrote: » I'm a fan of Notepad++, but it's a Windows program.
wes allen wrote: » This. Or, a couple of my programer friends swear by Sublime Text: The text editor you'll fall in love with I use vim or gedit on linux, both give you some color coding and help make sure your basic syntax is correct. Many of the classes/sites on python recommend not using an IDE.
ptilsen wrote: » He's using SUSE as a VM which I feel safe in assuming is running on a Windows host. Using WINE in his Linux VM on his Windows computer just to use Notepad++ would be silly at best. Google tells of many Python-specific IDEs, but my theory is that as long as you're learning Linux and Python at once, you might as well learn Emacs.
ptilsen wrote: » RDP from the nested virtual Windows machine to the host Windows machine. Basically, divide by zero.
Kreken wrote: » I second Sublime recommendation.
wes allen wrote: » Sublime looks pretty cool to, so I will be checking that out as well - it runs on windows/mac/linux.