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
{{Event
|Title=Pythonfoo
| Title = Pythonfoo
|Description=Dinge in Python
| Description = Dinge in Python
|Type=Meet-Up
| Type = Meet-Up
|Start=18:00
| Date = every thursday
|isRelevant=Yes
Start = 18:00
|Host=dodo,hwmrocker,ytvwld
}}
}}
{{Project
|name=Pythonfoo
|description=wöchentliches Treffen + Projekte
|project category=Meet-Up
|image=Pythonfoo.png
|source=https://github.com/pythonfoo{{!}}github
|status=stable
}}
[[File:Matrixfoo.png|right|thumb|Matrixfoo - Quelle: [[User:dodo|dodo]] ]]
Es passieren Dinge in Python <del>und keiner weiß was</del>. Jeden Donnerstagabend ab ca. 18 Uhr.
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.
== Pythonfoo Lite ==
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 ==
[[Pythonfoo/Installation| Installation von Python]]
== Projekte ==
* [[Pythonfoo/Projekte|Projekte]]
* [https://github.com/pythonfoo/ Pythonfoo-Projekte auf GitHub]
* [https://github.com/pythonfoo/pythonfoo/tree/master/beginnerscorner Python-Beispiele für Anfänger auf GitHub]
* [https://github.com/pythonfoo/Tkinterfoo Tkinter]
== CrashKurs Python ==
* Crashkurs für totale Neueinsteiger:
** [https://github.com/pythonfoo/pythonfoo/tree/master/beginnerscorner/crashcourse-0 crashcourse-0 auf GitHub]
* [http://pythonforbiologists.com/ Python for Biologists] - Helping biologists metamorphose into programmers
* [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 ==
=== interesting ===
Shell öffnen und folgendes eingeben (ab Python 2.1.2):
python
import this


Shell öffnen und folgendes eingeben (ab Python 2.7):
Es passieren Dinge in Python und keiner weiß was.<br>
python
Jeden Donnerstagabend ab ca. 18 Uhr.
import antigravity


=== IDEs ===
Ein tragbarer Computer mit Python 2.7 oder Python 3.0 ist empfehlenswert,
zur Not stehen auch Gastrechner zur Verfügung.


{| class="wikitable sortable"
== Pong ==
|-
! name+url !! license !! lang !! used by
|-
| [https://github.com/mbrochh/vim-as-a-python-ide Vim as a Python IDE] || free || multi || {{U|r4mp}}
|-
| [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.jetbrains.com/pycharm/ PyCharm] || commercial + community ed. || Python || {{U|bison}}
|-
| [http://wingware.com/ Wing IDE] || commercial || 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]
Im Moment spielen wir ein wenig mit SFML um zum Beispiel ein Pong 2.0 mit Python
programmieren zu können. Aber das soll Neulinge nicht abschrecken: <br>
Jeder hat mal klein angefangen!


===Frameworks===
Für die Planung des Projektes und  allgemeines Brainstorming wurde ein [http://piratenpad.de/ro/r.J1vN3Im0yJOATvMf pad] eingerichtet.
'''Multimedia''':<br />
Dort wird dann Pong 2.0 geplant.
*SFML - Simple and Fast Multimedia Library: [[PySFML]]


'''Web''':<br />
== SFML - Simple and Fast Multimedia Libary ==
*[http://bottlepy.org/docs/dev/ BottlePy]
*[http://www.cherrypy.org/ CherryPy]
*[http://flask.pocoo.org/ Flask]
*[https://www.djangoproject.com/ Django]
*[http://werkzeug.pocoo.org/ Werkzeug]


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


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


===HowTos ===
[[Image:Matrixfoo.png|thumb|c|right|Matrix]]
*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===
[[Category:Projects]]
*[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://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]
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)