Editing Pythonfoo

From Chaosdorf Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Event
|Title=Pythonfoo
|Description=Dinge in Python
|Type=Meet-Up
|Date=every Thursday
|Start=18:00
|isRelevant=Yes
|Host=dodo,hwmrocker,ytvwld
|Location=[[Hackcenter]] und [[VirtualSpace#Hackcenter]]
}}
{{Project
{{Project
|name=Pythonfoo
|name=Pythonfoo
Line 17: Line 7:
|status=stable
|status=stable
}}
}}
 
{{Event
|  Title = Pythonfoo
|  Description = Dinge in Python
|  Type = Meet-Up
|  Date = every Thursday
|  ExceptDates=2015-12-31
|  Start = 18:00
}}
[[File:Matrixfoo.png|right|thumb|Matrixfoo - Quelle: [[User:dodo|dodo]] ]]
[[File:Matrixfoo.png|right|thumb|Matrixfoo - Quelle: [[User:dodo|dodo]] ]]


Line 23: Line 20:


Wir versuchen uns mit mehr oder weniger nützlichen Projekten Python und die Programmierung an sich gegenseitig beizubringen.
Wir versuchen uns mit mehr oder weniger nützlichen Projekten Python und die Programmierung an sich gegenseitig beizubringen.
Leute, die Programmierung und/oder Python lernen wollen, sind deshalb jederzeit willkommen ;). Zur Erfüllung dieses Zieles gibt es in unregelmäßigen Abständen Vorträge über Projekte oder die Eigenheiten dieser Sprache.
[https://wiki.chaosdorf.de/Pythonfoo#Pythonfoo_f.C3.BCr_Anf.C3.A4nger Anfänger] in der Programmierung und/oder Python sind deshalb jederzeit willkommen ;). Zur Erfüllung dieses Zieles gibt es in unregelmäßigen Abständen Vorträge über Projekte oder die Eigenheiten dieser Sprache.
 
== Pythonfoo für Anfänger ==
Dies ist neu, die Zukunft™ und damit automagisch besser.


== Pythonfoo Lite ==
Wir (also [[User:dodo|dodo]] und [[User:YtvwlD|YtvwlD]]) machen ab jetzt (11.06.2015) den Pythonfoo am 1. und 2. Donnerstag im Monat. Hier sind Anfänger besonders wilkommen. ;-)


Seit 2015 machen wir (also [[User:dodo|dodo]] und [[User:YtvwlD|YtvwlD]]) am 1. und 2. Donnerstag im Monat einen Pythonfoo mit besonderem Fokus auf den Programmier- oder Pythoneinstieg. Daher sind Programmieranfänger*innen zu diesen Terminen besonders willkommen.
Wir haben die Themen in Level eingeteilt um dem ganzen eine Struktur zu geben und um an geeigneten Stellen Pausen machen zu können.


Python ist eine leicht erlernbare Programmiersprache, da sie zum Beispiel auf manche komplizierte Eigenheiten anderer Sprachen verzichtet.
Unser Plan zur Weltherrschaft:
https://github.com/pythonfoo/pythonfooLite/wiki/Pythonfoo-fuer-Anfaenger


Wir haben die Themen in Level eingeteilt um dem ganzen eine Struktur zu geben und um an geeigneten Stellen Pausen für Aufgaben machen zu können. Unsere Beispiele, Aufgaben und Anleitungstexte finden sich auf [https://github.com/pythonfoo/pythonfooLite GitHub].
GitHub: https://github.com/pythonfoo/pythonfooLite/


[https://chaosdorf.de/2015/06/pythonfoo-wie-geht-es-weiter/ Unsere Beweggründe für das alles] haben wir auch mal aufgeschrieben.
[https://chaosdorf.de/2015/06/pythonfoo-wie-geht-es-weiter/ Unsere Beweggründe für das alles] haben wir auch mal aufgeschrieben.


== "normaler" Pythonfoo ==
Wir benutzen Python 3.x, da es aus unserer Sicht am meisten Sinn macht, direkt mit der aktuellen Versionen einzusteigen.
 
== Pythonfoo für Fortgeschrittene ==


Am 3. und 4. (evtl. auch am 5.) Donnerstag im Monat treffen sich auch Fortgeschrittene.
Am 3. und 4. (evtl. auch am 5.) Donnerstag im Monat treffen sich auch Fortgeschrittene.
Line 42: Line 45:
== Generell ==
== Generell ==


Ein tragbarer Computer mit Python (>=3.6) ist empfehlenswert.
Ein tragbarer Computer mit Python 2.6, 2.7 oder Python 3.x ist empfehlenswert.


== Installation ==
== Installation ==
Line 49: Line 52:
== Projekte ==
== Projekte ==
* [[Pythonfoo/Projekte|Projekte]]
* [[Pythonfoo/Projekte|Projekte]]
* [https://github.com/pythonfoo/ Pythonfoo-Projekte auf GitHub]
* [https://github.com/pythonfoo/ Pythonfoo-Projekte auf Git-Hub]
* [https://github.com/pythonfoo/pythonfoo/tree/master/beginnerscorner Python-Beispiele für Anfänger auf GitHub]
* [https://github.com/pythonfoo/pythonfoo/tree/master/beginnerscorner Python Beispiele für Anfänger auf Git-Hub]
* [https://github.com/pythonfoo/Tkinterfoo Tkinter]
* [https://github.com/pythonfoo/Tkinterfoo Tkinter]


== CrashKurs Python ==
== CrashKurs Python ==
* Crashkurs für totale Neueinsteiger:
* Crashkurs für totale Neueinsteiger:
** [https://github.com/pythonfoo/pythonfoo/tree/master/beginnerscorner/crashcourse-0 crashcourse-0 auf GitHub]
** [https://github.com/pythonfoo/pythonfoo/tree/master/beginnerscorner/crashcourse-0 crashcourse-0 auf Git-Hub]
* [http://pythonforbiologists.com/ Python for Biologists] - Helping biologists metamorphose into programmers
* Python for Biologists - Helping biologists metamorphose into programmers
* [https://github.com/rbreu/python-course Kurs für Anfänger und Sprachwechsler]
** http://pythonforbiologists.com/
* [https://github.com/pythonfoo/pythonfoo/tree/master/beginnerscorner/crashcourse-2 Crashkurs der von Oerb um einen Teil der Objektorientierten Programmierung (OOP) erweitert wurde]
* Kurs für Anfänger und Sprachwechsler:
** https://github.com/rbreu/python-course/blob/master/vortrag.pdf
** https://github.com/rbreu/python-course
* Crashkurs der von Oerb um einen Teil der Objektorientierten Programmierung (OOP) erweitert wurde:
** [https://github.com/pythonfoo/pythonfoo/tree/master/beginnerscorner/crashcourse-2 crashcourse-2 auf Git-Hub]


== Sonstiges ==
== Sonstiges ==
Line 67: Line 74:
  import this
  import this


Shell öffnen und folgendes eingeben (ab Python 2.7):
Shell öffnen und folgendes eingeben (ab Python 3.x):
  python
  python
  import antigravity
  import antigravity
antigravity


=== IDEs ===
=== IDEs ===
Line 91: Line 99:
| [http://thonny.org/ thonny] || MIT || Python > 3.4 || {{U|dodo}}
| [http://thonny.org/ thonny] || MIT || Python > 3.4 || {{U|dodo}}
|-  
|-  
| [https://codewith.mu/ Mu] || GPLv3 || Python || -
|-
| [https://atom.io Atom] || MIT || multi  || {{U|ytvwld}}
|-
|[https://code.visualstudio.com/ VS Code]||MIT||multi||{{U|hwmrocker}}
|-
| [https://codelobster.com/ Codelobster] || commercial || multi || -
|}
|}


More at: [http://wiki.python.org/moin/IntegratedDevelopmentEnvironments IntegratedDevelopmentEnvironments]
More at: [http://wiki.python.org/moin/IntegratedDevelopmentEnvironments IntegratedDevelopmentEnvironments]


===Frameworks===
=== Frameworks ===
'''Multimedia''':<br />
'''Multimedia''':<br />
*SFML - Simple and Fast Multimedia Library: [[PySFML]]
* SFML - Simple and Fast Multimedia Library: [[PySFML]]


'''Web''':<br />
'''Web''':<br />
*[http://bottlepy.org/docs/dev/ BottlePy]
* [http://bottlepy.org/docs/dev/ BottlePy]
*[http://www.cherrypy.org/ CherryPy]
* [http://www.cherrypy.org/ CherryPy]
*[http://flask.pocoo.org/ Flask]
* [http://flask.pocoo.org/ Flask]
*[https://www.djangoproject.com/ Django]
*[http://werkzeug.pocoo.org/ Werkzeug]


'''Gaming''':<br />
'''Gaming''':<br />
*[http://www.pygame.org/news.html PyGame]
* [http://www.pygame.org/news.html PyGame]


'''SQL''':<br />
'''SQL''':<br />
*sqlalchemy -
* sqlalchemy -


===HowTos ===
=== HowTos ===
*Einen kleinen Einstieg in die Programmiersprache gibt es unter: [http://de.wikibooks.org/wiki/Python_unter_Linux Wikibooks]
* Einen kleinen Einstieg in die Programmiersprache gibt es unter: [http://de.wikibooks.org/wiki/Python_unter_Linux Wikibooks]
*Zu empfehlen ist auch das [http://openbook.galileocomputing.de/python/ openbook] von Galileo Computing
* 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
* Auch nicht schlecht: http://www.tutorialspoint.com/python/python_basic_syntax.htm
*Seems nice ;) http://www.dotnetperls.com/python
* Seems nice ;) http://www.dotnetperls.com/python
*Awesome quick reference (mit Übungsaufgaben) [http://anandology.com/python-practice-book/index.html Python Practice Book]
* Awesome quick reference (mit Übungsaufgaben) [http://anandology.com/python-practice-book/index.html Python Practice Book]
*Wie man format benutzt: [https://pyformat.info/ pyformat]
* Wie man format benutzt: [https://pyformat.info/ pyformat]


===Links===
=== Links ===
*[http://www.python.org/dev/peps/pep-0008/ Recommendations for code formatting in Python (in English)]
* [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)]
* [http://wiki.python-forum.de/PEP%208%20%28%C3%9Cbersetzung%29 Empfehlung für die Art der Code Formatierung in Python (in Deutsch)]
*[http://doda.co/7-python-libraries-you-should-know-about doda.co - 7 schicke Libs für Python]
* [http://doda.co/7-python-libraries-you-should-know-about doda.co - 7 schicke Libs für Python]
*[https://pypi.org/ PyPI - the Python Package Index]
* [http://pypi.python.org/pypi PyPI - the Python Package Index]
Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see Chaosdorf Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)