|
|
Line 1: |
Line 1: |
| == Sonstiges ==
| | #REDIRECT [[Pythonfoo#Sonstiges]] |
| | |
| === interesting ===
| |
| Shell öffnen und folgendes eingeben:
| |
| python
| |
| import antigravity
| |
| antigravity
| |
| | |
| === IDEs ===
| |
| | |
| {| class="wikitable sortable"
| |
| |-
| |
| ! name+url !! license !! lang !! used by
| |
| |-
| |
| | [https://github.com/mbrochh/vim-as-a-python-ide Vim as a Python IDE] || free || multi || -
| |
| |-
| |
| | [http://www.geany.org/ Geany] || GPLv2 || multi || {{U|bison}}, Mechtilde, Michael
| |
| |-
| |
| | [http://www.sublimetext.com/ Sublime Text 2] || commercial || multi || -
| |
| |-
| |
| | [http://www.jetbrains.com/pycharm/ PyCharm] || commercial || Python || {{U|bison}}
| |
| |-
| |
| | [http://wingware.com/ Wing IDE] || commercial || Python || -
| |
| |-
| |
| | [http://eric-ide.python-projects.org/ Eric] || GPLv3 || Python || -
| |
| |-
| |
| |}
| |
| | |
| More at: [http://wiki.python.org/moin/IntegratedDevelopmentEnvironments IntegratedDevelopmentEnvironments]
| |
| | |
| === Frameworks ===
| |
| '''Multimedia''':<br />
| |
| * SFML - Simple and Fast Multimedia Library: [[PySFML]]
| |
| | |
| '''Web''':<br />
| |
| * [http://bottlepy.org/docs/dev/ BottlePy]
| |
| * [http://www.cherrypy.org/ CherryPy]
| |
| | |
| === HowTos ===
| |
| Einen kleinen Einstieg in die Programmiersprache gibt es hier: [http://de.wikibooks.org/wiki/Python_unter_Linux Wikibooks]
| |
| | |
| Zu empfehlen ist auch das [http://openbook.galileocomputing.de/python/ openbook] von Galileo Computing
| |
| | |
| Auch nicht schlecht: http://www.tutorialspoint.com/python/python_basic_syntax.htm
| |
| | |
| Ein kleiner Crashkurs von bison steht auf [https://github.com/chaosdorf/pythonfoo/tree/master/beginnerscorner/crashcourse-0 GitHub] zur Verfügung.
| |
| | |
| ... der von Oerb um einen Teil Objektorientierte Programmierung (OOP) mit Python ausgebaut wurde (noch nicht vollständig): [https://github.com/chaosdorf/pythonfoo/tree/master/beginnerscorner/crashcourse-2 GitHub]
| |
| | |
| === Links ===
| |
| * [http://pypi.python.org/pypi PyPI - the Python Package Index]
| |
| * [http://doda.co/7-python-libraries-you-should-know-about doda.co - 7 schicke Libs für Python]
| |
| * [http://www.python.org/dev/peps/pep-0008/ Recommendations for code formatting in Python (in English)]
| |
| * [http://wiki.python-forum.de/PEP%208%20%28%C3%9Cbersetzung%29 Empfehlung für die Art der Code Formatierung in Python (in Deutsch)]
| |