Bester Python Editor für Linux?

Ich arbeite jetzt mit Komodo Edit.

Tipp: Ein debugger ist per default nicht aktivierbar. Das lässt sich ändern (damit man die python-files zB direkt ausführen kann):

1. go to Toolbox -> Add -> New Command...
2. in the top field enter the name 'Run Python file'
3. in the 'Command' field enter this text:

%(python) %F

3.a optionall click on the 'Key Binding' tab and assign a key command to this command

Ich habe F9 als Schnellstarttaste festgelegt (bin ich noch con CodeBlocks so gewöhnt).

Video2Brain unter Linux nutzen

Die Video2brain DVDs können unter Linux benutzt werden. Dafür muss die ISO aber manuell (mit optionen) gemountete werden, damit auch versteckte Dateien (=Verzeichnisse) sichtbar sind.

Verzeichnis erstellen:
mkdir /cd1

DVD mounten:
mount -o loop,unhide /home/film/video2brain/ISODATEI.iso /cd1

Danach einfach die Datei start.htm (zum Beispiel) in den Firefox ziehen. Fertig.
Da nun auf die Flash-Videos zugegriffen werden kann, wird nicht nur eine leere Seite im Browser angezeigt :)