Συντονιστής: konnn
Dimitris έγραψε:... Στην python το identation είναι απαραίτητο.
έγραψε:Επί τη ευκαιρία, έχεις υπόψη κανένα IDE που να κάνει αυτόματα ident σε python?
sudo apt-get install gedit gedit-plugins
έγραψε:[...]Description: set of plugins for gedit
gedit-plugins contain a set of plugins for gedit, GNOME's text editor.
.
The following plugins are included:
* 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
* Session Saver: Save and restore your working sessions
* Bookmarks: Easy document navigation with bookmarks
* 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.
* Bracket Completion: Automatically adds closing brackets.
* Join/Split Lines: Join several lines or split long ones
* Character Map: Insert special characters just by clicking on them.
#!/usr/bin/python
#!/usr/bin/python
i=(1,2,3)
for x in i:
print str(x)
#!/usr/bin/python
i=(1,2,3)
for x in i:
print str(x)
|
sudo apt-get install geany
medigeek έγραψε:Συστήνω και το geany:
- Κώδικας: Επιλογή όλων
sudo apt-get install geany