Pythonfoo: Difference between revisions

From Chaosdorf Wiki
Jump to navigation Jump to search
(→‎Projekte: Projekte - Github - Crashcourses organized)
Line 37: Line 37:
* [https://github.com/chaosdorf/pythonfoo/tree/master/beginnerscorner/crashcourse-2 crashcourse-2]
* [https://github.com/chaosdorf/pythonfoo/tree/master/beginnerscorner/crashcourse-2 crashcourse-2]


== Sonstiges ==
== [[Pythonfoo/Sonstiges| 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)]

Revision as of 18:09, 26 April 2013

Pythonfoo unknown
Pythonfoo.png
wöchentliches Treffen + Projekte
Quelltext github


Pythonfoo
Dinge in Python
Art Meet-Up
Datum every Thursday
Start 18:00
Matrixfoo - Quelle: dodo

Es passieren Dinge in Python und keiner weiß was. Jeden Donnerstagabend ab ca. 18 Uhr.

Wir versuchen uns mit mehr oder weniger nützlichen Projekten Python und die Programmierung an sich gegenseitig beizubringen. Anfänger in der Programmierung und/oder Python sind deshalb jederzeit willkommen ;). Zur Erfüllung dieses Zieles gibt es neuerdings in unregelmässigen Abständen Vorträge über Projekte oder die Eigenheiten dieser Sprache.

Ein tragbarer Computer mit Python 2.6, 2.7 oder Python 3.x ist empfehlenswert; zur Not stehen auch Gastrechner zur Verfügung.

Installation

Installation von Python

Projekte

CrashKurs Python

Sonstiges