Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
Pythonfoo
From Chaosdorf Wiki
Views
Read
Edit with form
Edit
Edit source
View history
associated-pages
Page
Discussion
More actions
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.
Anti-spam check. Do
not
fill this in!
{{Event |Title=Pythonfoo |Description=Dinge in Python |Type=Meet-Up |Date=every Thursday |ExceptDates=2024-12-26 |Start=18:00 |Host=dodo,hwmrocker,ytvwld |Location=[[Hackcenter]] und [[VirtualSpace#Hackcenter]] (auf Nachfrage) |isRelevant=Yes }} {{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 Aufgaben, Projekte und in unregelmäßigen Abständen Vorträge über Projekte oder die Eigenheiten dieser Sprache. == Python lernen == Python ist eine leicht erlernbare Programmiersprache, da sie zum Beispiel auf manche komplizierte Eigenheiten anderer Sprachen verzichtet. Wir haben dazu einen kleinen Kurs entwickelt und 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. == Projekte == Für Menschen, die schon mehr Erfahrung haben (und gerade kein eigenes Projekt, an dem sie arbeiten wollen), gibt es immer wieder mal [https://github.com/pythonfoo/challenges challenges]. Aktuell ist dies unser [https://chaosdorf.de/2024/05/pythonfoo-textadventure/ Textadventure]. == 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/pythonfooLite Python-Kurs für Anfänger*innen auf GitHub] * [https://github.com/pythonfoo/fantasy_forge Fantasy Forge, unsers Textadventure-Baukasten] == CrashKurs Python == zusätzlich zu dem Hauptkurs, finden sich hier noch ein paar weitere Links: * [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): python import antigravity === Texteditoren / IDEs === {| class="wikitable sortable" |- ! name+url !! license !! lang !! used by |- | [http://thonny.org/ thonny] || MIT || Python > 3.4 || {{U|dodo}} |- |[https://code.visualstudio.com/ VS Code]||MIT||multi||{{U|hwmrocker}} |- | [http://www.jetbrains.com/pycharm/ PyCharm] || commercial + community ed. || Python || {{U|bison}} |- |[https://zed.dev/ Zed] || GPLv3 || multi || {{U|ytvwld}} |- | [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://wingware.com/ Wing IDE] || commercial || Python || - |- | [http://eric-ide.python-projects.org/ Eric] || GPLv3 || Python || - |- | [https://codewith.mu/ Mu] || GPLv3 || Python || - |- | [https://codelobster.com/ Codelobster] || commercial || multi || - |} More at: [http://wiki.python.org/moin/IntegratedDevelopmentEnvironments IntegratedDevelopmentEnvironments] ===Frameworks=== '''Multimedia''':<br /> *SFML - Simple and Fast Multimedia Library: [[PySFML]] '''Web''':<br /> *[http://flask.pocoo.org/ Flask] *[http://bottlepy.org/docs/dev/ BottlePy] *[http://www.cherrypy.org/ CherryPy] *[https://www.djangoproject.com/ Django] *[http://werkzeug.pocoo.org/ Werkzeug] '''Gaming''':<br /> *[http://www.pygame.org/news.html PyGame] '''SQL''':<br /> *sqlalchemy - ===HowTos === *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 Allerdings kann man da schlecht suchen, da empfiehlt sich zB google Suche mit der site: Klausel: site:<nowiki>https://openbook.rheinwerk-verlag.de/python</nowiki> "call by value" - hier gibt es wirklich nur Treffer aus dem Buch *Geht über einen Sprachkurs hinaus auch auf einige nützliche Module ein : [https://automatetheboringstuff.com Automatetheboringstuff.com] *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] *[https://pythontutor.com pythontutor.com] visualisiert den Ablauf von Programmen ganz gut in Verbindung mit der Darstellung Variablen und Listenverweisen und ihren SIchtbarkeiten ===Links=== *[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]
Summary:
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)
Templates used on this page:
Template:!-
(
edit
)
Template:Event
(
edit
)
Template:Ifnotempty
(
edit
)
Template:Infobox row
(
edit
)
Template:Infobox start
(
edit
)
Template:P1
(
edit
)
Template:P2
(
edit
)
Template:Project
(
edit
)
Template:U
(
edit
)