For python: just copy your python scripts to something linux can read (mount the windows partition, put it on a floppy, email it to yourself, whatever). May need to run a 'dos2unix' tool on it to get the end-of-line characters right (windows does CR+LF, *nix does LF i believe). Then '
Code:
python <your script file>
' should do it.
I'll try quick-n-dirty.
1) hit
2) login as root on the console there
3) as root, issue the command:
this will take you to runlevel 3. redhat/mandrake/etc
this means network is up, but GUI/X display manager
isn't running.
4) now, as root, issue the command:
'startx' will usually 'Start X' ;-) there's probably some config option in kdm (KDE's display manager) preventing root from being a displayed, available user to login. Not sure how to fix that right now, as my Mandrake box hasn't had a monitor for so long, I forget how to use (x,k,g)dm.
X as root is frowned on by the "gurus" and such. Probably a bad idea until you are comfy with Linux. However, busting your box by a badly formed command as root, then reinstalling the OS, can really help you get more aquainted with Linux (albeit the hard way ;-) ).
--
JR