September 24th, 2009 @ 5:46pm | njames | Categories Teaching-activities |
No Comments »
Cette année je suis assistant d'enseignement pour le cours Algorithmique - Programmation (en python), et dans ce cadre je cherchais un éditeur Python se rapprochant de (l'horrible, il faut bien le dire) IDLE.De plus, IDLE n'est habituellement pas inclus dans les packages python sous GNU/Linux (sous Ubuntu par exemple, idle se trouve dans le paquet
idle non installé en dépendance par le paquet de la distribution python).gedit
- Il y a le plugin Python Console intégré à gedit, qui apporte une console python (le shell interactif de python de base), mais ce n'est pas très utile. Le plugin Embedded Terminal est plus utile...
- Installer le paquet gedit-plugins qui apporte les plugins suivant:
gedit-plugins contain a set of plugins for gedit, GNOME's text editor. The following plugins are included: * Bookmarks: Easy document navigation with bookmarks * Bracket Completion: Automatically adds closing brackets. * Character Map: Insert special characters just by clicking on them. * Code comment: Comment out or uncomment a selected block of code. * Color Picker: Pick a color from a dialog and insert its hexadecimal representation. * Draw Spaces: Draw Spaces and Tabs * Join/Split Lines: Join several lines or split long ones * Session Saver: Save and restore your working sessions * Show/Hide Tabbar: Add a menu entry to show/hide the tabbar. * Smart Spaces: Forget you're not using tabulations. * Embedded Terminal: Embed a terminal in the bottom pane.
- le plugin BetterPythonConsole.
- le plugin class browser.


