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
|Start=18:00
|isRelevant=Yes
|Host=dodo,hwmrocker,ytvwld
}}
{{Project
{{Project
|name=Pythonfoo
|name=Pythonfoo
Line 12: Line 4:
|project category=Meet-Up
|project category=Meet-Up
|image=Pythonfoo.png
|image=Pythonfoo.png
|source=https://github.com/pythonfoo{{!}}github
|source=https://github.com/chaosdorf/pythonfoo{{!}}github
|status=stable
}}
{{Event
|  Title = Pythonfoo
|  Description = Dinge in Python
|  Type = Meet-Up
|  Date = every Thursday
| Start = 18:00
}}
}}
[[File:Matrixfoo.png|right|thumb|Matrixfoo - Quelle: [[User:dodo|dodo]] ]]
[[File:Matrixfoo.png|right|thumb|Matrixfoo - Quelle: [[User:dodo|dodo]] ]]


Line 21: Line 18:


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.
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.


== Pythonfoo Lite ==
Ein tragbarer Computer mit Python 2.6, 2.7 oder Python 3.x ist empfehlenswert; zur Not stehen auch Gastrechner zur Verfügung.
 
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.
 
Python ist eine leicht erlernbare Programmiersprache, da sie zum Beispiel auf manche komplizierte Eigenheiten anderer Sprachen verzichtet.
 
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].
 
[https://chaosdorf.de/2015/06/pythonfoo-wie-geht-es-weiter/ Unsere Beweggründe für das alles] haben wir auch mal aufgeschrieben.
 
== "normaler" Pythonfoo ==
 
Am 3. und 4. (evtl. auch am 5.) Donnerstag im Monat treffen sich auch Fortgeschrittene.
Für diese $Menschen gibt es derzeit immer wieder [https://github.com/pythonfoo/challenges challenges].
 
== Generell ==
 
Ein tragbarer Computer mit Python (>=3.6) ist empfehlenswert.


== Installation ==
== Installation ==
Line 46: Line 26:


== 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/chaosdorf/ chaosdorf Projekte auf Git-Hub]
* [https://github.com/pythonfoo/Tkinterfoo Tkinter]
* [https://github.com/chaosdorf/pythonfoo/tree/master/beginnerscorner beginning Python Examples]


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


== Sonstiges ==
== Sonstiges ==


=== interesting ===
=== interesting ===
Shell öffnen und folgendes eingeben (ab Python 2.1.2):
Shell öffnen und folgendes eingeben:
python
import this
 
Shell öffnen und folgendes eingeben (ab Python 2.7):
  python
  python
  import antigravity
  import antigravity
antigravity


=== IDEs ===
=== IDEs ===
Line 75: Line 51:
! name+url !! license !! lang !! used by
! name+url !! license !! lang !! used by
|-
|-
| [https://github.com/mbrochh/vim-as-a-python-ide Vim as a Python IDE] || free || multi || {{U|r4mp}}
| [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.geany.org/ Geany] || GPLv2 || multi || {{U|bison}}, Mechtilde, Michael
|-
|-
| [http://www.sublimetext.com/ Sublime Text 2] || commercial || multi || {{U|marudor}}, {{U|r4mp}}
| [http://www.sublimetext.com/ Sublime Text 2] || commercial || multi || -
|-
|-
| [http://www.jetbrains.com/pycharm/ PyCharm] || commercial + community ed. || Python || {{U|bison}}
| [http://www.jetbrains.com/pycharm/ PyCharm] || commercial || Python || {{U|bison}}
|-
|-
| [http://wingware.com/ Wing IDE] || commercial || Python || -
| [http://wingware.com/ Wing IDE] || commercial || Python || -
Line 87: Line 63:
| [http://eric-ide.python-projects.org/ Eric] || GPLv3 || Python || -
| [http://eric-ide.python-projects.org/ Eric] || GPLv3 || Python || -
|-
|-
| [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}}
|}
|}


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]
 
*[https://www.djangoproject.com/ Django]
=== HowTos ===
*[http://werkzeug.pocoo.org/ Werkzeug]
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


'''Gaming''':<br />
Auch nicht schlecht: http://www.tutorialspoint.com/python/python_basic_syntax.htm
*[http://www.pygame.org/news.html PyGame]


'''SQL''':<br />
Ein kleiner Crashkurs von bison steht auf [https://github.com/chaosdorf/pythonfoo/tree/master/beginnerscorner/crashcourse-0 GitHub] zur Verfügung.
*sqlalchemy -


===HowTos ===
... 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]
*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
*Auch nicht schlecht: http://www.tutorialspoint.com/python/python_basic_syntax.htm
*Seems nice ;) http://www.dotnetperls.com/python
*Awesome quick reference (mit Übungsaufgaben) [http://anandology.com/python-practice-book/index.html Python Practice Book]
*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://pypi.python.org/pypi PyPI - the Python Package Index]
*[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]
* [http://www.python.org/dev/peps/pep-0008/ Recommendations for code formatting in Python (in English)]
*[https://pypi.org/ PyPI - the Python Package Index]
* [http://wiki.python-forum.de/PEP%208%20%28%C3%9Cbersetzung%29 Empfehlung für die Art der Code Formatierung in Python (in Deutsch)]
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)