<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.pflebit.de/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>PflebIT - Pflegeinformatik in der Praxis - kb:s:0123:www</title>
        <description></description>
        <link>https://www.pflebit.de/</link>
        <lastBuildDate>Sat, 23 May 2026 02:16:29 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://www.pflebit.de/lib/exe/fetch.php?media=wiki:logo.png</url>
            <title>PflebIT - Pflegeinformatik in der Praxis</title>
            <link>https://www.pflebit.de/</link>
        </image>
        <item>
            <title>Programmierung Python - WWW</title>
            <link>https://www.pflebit.de/doku.php?id=kb:s:0123:www:start</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;programmierung_python_-_www&quot;&gt;Programmierung Python - WWW&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Programmierung Python - WWW&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;programmierung_python_-_www&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-43&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;allgemeines&quot;&gt;Allgemeines&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;strong&gt;Automate the Boring Stuff with Python&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://automatetheboringstuff.com/&quot; class=&quot;urlextern&quot; title=&quot;https://automatetheboringstuff.com/&quot; rel=&quot;ugc nofollow&quot;&gt;https://automatetheboringstuff.com/&lt;/a&gt;&lt;br/&gt;

Komplettes Buch (gibt es auch auf deutsch als Print-Ausgabe) ist auf der Internet-Seite online verfügbar.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Chaquopy (Python for Android)&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://chaquo.com/chaquopy/&quot; class=&quot;urlextern&quot; title=&quot;https://chaquo.com/chaquopy/&quot; rel=&quot;ugc nofollow&quot;&gt;https://chaquo.com/chaquopy/&lt;/a&gt;&lt;br/&gt;

Android-App mit Python erstellen. Dieses Framework dient dazu, mit Hilfe von Android Studio eine Python App zu erstellen.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Codecademy&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://www.codecademy.com/&quot; class=&quot;urlextern&quot; title=&quot;http://www.codecademy.com/&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.codecademy.com/&lt;/a&gt;&lt;br/&gt;

Online-Lernplattform zum Erlernen von Programmier-Grundlagen. Folgende Kurse werden angeboten: Web Fundamentals, jQuery, JavaScript, Projects (Kombination von &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt;, &lt;abbr title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/abbr&gt;, JavaScript und jQuery), Python, Ruby und Verwendung von APIs. Sehr empfehlenswert &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Codeclub projects&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://codeclubprojects.org/en-GB/python/&quot; class=&quot;urlextern&quot; title=&quot;https://codeclubprojects.org/en-GB/python/&quot; rel=&quot;ugc nofollow&quot;&gt;https://codeclubprojects.org/en-GB/python/&lt;/a&gt;&lt;br/&gt;

Verschiedene Code-Beispiele in Python.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Deutsches Python Forum&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://www.python-forum.de/&quot; class=&quot;urlextern&quot; title=&quot;http://www.python-forum.de/&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.python-forum.de/&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Django girls&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://tutorial.djangogirls.org/&quot; class=&quot;urlextern&quot; title=&quot;https://tutorial.djangogirls.org/&quot; rel=&quot;ugc nofollow&quot;&gt;https://tutorial.djangogirls.org/&lt;/a&gt;&lt;br/&gt;

Das Webframework Django für Python wird auf dieser Seite (deutschsprachig) erläutert.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Eric Python IDE&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://eric-ide.python-projects.org/index.html&quot; class=&quot;urlextern&quot; title=&quot;http://eric-ide.python-projects.org/index.html&quot; rel=&quot;ugc nofollow&quot;&gt;http://eric-ide.python-projects.org/index.html&lt;/a&gt;&lt;br/&gt;

Kostenfreie Entwicklungsumgebung für Python und Ruby.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Flask - web framework (alternative zu Django)&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.fullstackpython.com/flask.html&quot; class=&quot;urlextern&quot; title=&quot;https://www.fullstackpython.com/flask.html&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.fullstackpython.com/flask.html&lt;/a&gt;&lt;br/&gt;

&lt;a href=&quot;http://flask.pocoo.org/docs/1.0/installation/&quot; class=&quot;urlextern&quot; title=&quot;http://flask.pocoo.org/docs/1.0/installation/&quot; rel=&quot;ugc nofollow&quot;&gt;http://flask.pocoo.org/docs/1.0/installation/&lt;/a&gt;&lt;br/&gt;

&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Fullstack Python&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.fullstackpython.com/&quot; class=&quot;urlextern&quot; title=&quot;https://www.fullstackpython.com/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.fullstackpython.com/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2023 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt; Weiterführende Seite für Python-Programmierer.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;GDB Online Compiler&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.onlinegdb.com/&quot; class=&quot;urlextern&quot; title=&quot;https://www.onlinegdb.com/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.onlinegdb.com/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt; Online-Compiler Python, Online-Compiler C++, Online-Compiler Java, Online-Compiler PHP, Online-Compiler C#, Online-Compiler VB, Online-Compiler &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt;, Online-Compiler JS, Online-Compiler Ruby, Online-Compiler Perl, Online-Compiler Pascal, Online-Compiler R, Online-Compiler Fortran, Online-Compiler Haskell, Online-Compiler Assembly, Online-Compiler Objective C, Online-Compiler SQLite, Online-Compiler Javascript, Online-Compiler Prolog, Online-Compiler Swift, Online-Compiler Rust, Online-Compiler Go, Online-Compiler Bash.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;GeeksForGeeks - Python Tutorial&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.geeksforgeeks.org/python-programming-language/?ref=leftbar99ßß 
Empfehlung 2020 :!: Die Internet-Seite beinhaltet sehr viele Codeschnipsel in Python und anderen Programmiersprachen. 

**Get into Python - Jobtensor**\\ 
[[https://jobtensor.com/Tutorial/Python/en/Introduction&quot; class=&quot;urlextern&quot; title=&quot;https://www.geeksforgeeks.org/python-programming-language/?ref=leftbar99ßß 
Empfehlung 2020 :!: Die Internet-Seite beinhaltet sehr viele Codeschnipsel in Python und anderen Programmiersprachen. 

**Get into Python - Jobtensor**\\ 
[[https://jobtensor.com/Tutorial/Python/en/Introduction&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.geeksforgeeks.org/python-programming-language/?ref=leftbar99ßß 
Empfehlung 2020 :!: Die Internet-Seite beinhaltet sehr viele Codeschnipsel in Python und anderen Programmiersprachen. 

**Get into Python - Jobtensor**\\ 
[[https://jobtensor.com/Tutorial/Python/en/Introduction&lt;/a&gt;&lt;br/&gt;

Eine kurze Einführung in Python.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Hacking with Python – 6 best online courses for ethical hackers&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.comparitech.com/blog/information-security/hacking-python-courses-online/&quot; class=&quot;urlextern&quot; title=&quot;https://www.comparitech.com/blog/information-security/hacking-python-courses-online/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.comparitech.com/blog/information-security/hacking-python-courses-online/&lt;/a&gt;&lt;br/&gt;

&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Learn Python the hard way - Free book for beginners&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://learnpythonthehardway.org/book/&quot; class=&quot;urlextern&quot; title=&quot;http://learnpythonthehardway.org/book/&quot; rel=&quot;ugc nofollow&quot;&gt;http://learnpythonthehardway.org/book/&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Learn Python - Online Kurs mit Live-Testing&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://www.learnpython.org/&quot; class=&quot;urlextern&quot; title=&quot;http://www.learnpython.org/&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.learnpython.org/&lt;/a&gt;&lt;br/&gt;

Der Kurs ist kostenfrei. Jeder Lernschritt kann live getestet werden.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Linkliste zu Python&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://www.way2python.de/themen/links.html&quot; class=&quot;urlextern&quot; title=&quot;http://www.way2python.de/themen/links.html&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.way2python.de/themen/links.html&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;PEP 8 - Python Styleguide (Programmierrichtlinien)&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.python.org/dev/peps/pep-0008/&quot; class=&quot;urlextern&quot; title=&quot;https://www.python.org/dev/peps/pep-0008/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.python.org/dev/peps/pep-0008/&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python Kurs&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://www.python-kurs.eu/index.php&quot; class=&quot;urlextern&quot; title=&quot;http://www.python-kurs.eu/index.php&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.python-kurs.eu/index.php&lt;/a&gt;&lt;br/&gt;

Deutschsprachiger Kurs für Anfänger.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;PyGTK&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://www.pygtk.org/&quot; class=&quot;urlextern&quot; title=&quot;http://www.pygtk.org/&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.pygtk.org/&lt;/a&gt;&lt;br/&gt;

Kostenfreie Grafische Entwicklungsumgebung zur Entwicklung von graphical user interfaces mit Python.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;PyGTK - Übersichtsseite&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://wiki.python.org/moin/PyGtk&quot; class=&quot;urlextern&quot; title=&quot;http://wiki.python.org/moin/PyGtk&quot; rel=&quot;ugc nofollow&quot;&gt;http://wiki.python.org/moin/PyGtk&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python-lernen.de&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.python-lernen.de/&quot; class=&quot;urlextern&quot; title=&quot;https://www.python-lernen.de/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.python-lernen.de/&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python Packaging Authority&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.pypa.io/en/latest/&quot; class=&quot;urlextern&quot; title=&quot;https://www.pypa.io/en/latest/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.pypa.io/en/latest/&lt;/a&gt;&lt;br/&gt;

&lt;a href=&quot;https://packaging.python.org/en/latest/tutorials/installing-packages/&quot; class=&quot;urlextern&quot; title=&quot;https://packaging.python.org/en/latest/tutorials/installing-packages/&quot; rel=&quot;ugc nofollow&quot;&gt;https://packaging.python.org/en/latest/tutorials/installing-packages/&lt;/a&gt;&lt;br/&gt;

Installation und Upgrade mit PIP durchführen.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python.org&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://www.python.org/&quot; class=&quot;urlextern&quot; title=&quot;http://www.python.org/&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.python.org/&lt;/a&gt;&lt;br/&gt;

Englischsprachige Hauptseite der Programmiersprache.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python Recipes / Cookbook&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://code.activestate.com/recipes/langs/python/&quot; class=&quot;urlextern&quot; title=&quot;http://code.activestate.com/recipes/langs/python/&quot; rel=&quot;ugc nofollow&quot;&gt;http://code.activestate.com/recipes/langs/python/&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Stefan Ram: Python-Kurs Programmieren mit der Programmiersprache Python&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht81Ht/&quot; class=&quot;urlextern&quot; title=&quot;http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht81Ht/&quot; rel=&quot;ugc nofollow&quot;&gt;http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht81Ht/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2019 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Video-Kurse zu Python&lt;/strong&gt;&lt;br/&gt;

Python Kurs (60 deutschsprachige Videos)&lt;br/&gt;

&lt;a href=&quot;https://www.youtube.com/playlist?list=PLNmsVeXQZj7q0ao69AIogD94oBgp3E9Zs&quot; class=&quot;urlextern&quot; title=&quot;https://www.youtube.com/playlist?list=PLNmsVeXQZj7q0ao69AIogD94oBgp3E9Zs&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.youtube.com/playlist?list=PLNmsVeXQZj7q0ao69AIogD94oBgp3E9Zs&lt;/a&gt;&lt;br/&gt;

Python Kurs (30 deutschsprachige Videos)&lt;br/&gt;

&lt;a href=&quot;https://www.youtube.com/playlist?list=PL_tdPUem3eE_k40i65IdRPWrAZxoHcN4o&quot; class=&quot;urlextern&quot; title=&quot;https://www.youtube.com/playlist?list=PL_tdPUem3eE_k40i65IdRPWrAZxoHcN4o&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.youtube.com/playlist?list=PL_tdPUem3eE_k40i65IdRPWrAZxoHcN4o&lt;/a&gt;&lt;br/&gt;

Python Kurs (15 englischsprachige Videos)&lt;br/&gt;

&lt;a href=&quot;https://www.youtube.com/playlist?list=PL_tdPUem3eE_k40i65IdRPWrAZxoHcN4o&quot; class=&quot;urlextern&quot; title=&quot;https://www.youtube.com/playlist?list=PL_tdPUem3eE_k40i65IdRPWrAZxoHcN4o&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.youtube.com/playlist?list=PL_tdPUem3eE_k40i65IdRPWrAZxoHcN4o&lt;/a&gt;&lt;br/&gt;

&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wikipedia-Eintrag: Python&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://de.wikipedia.org/wiki/Python_(Programmiersprache)&quot; class=&quot;urlextern&quot; title=&quot;http://de.wikipedia.org/wiki/Python_(Programmiersprache)&quot; rel=&quot;ugc nofollow&quot;&gt;http://de.wikipedia.org/wiki/Python_(Programmiersprache)&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;wxPython&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://wxpython.org/&quot; class=&quot;urlextern&quot; title=&quot;https://wxpython.org/&quot; rel=&quot;ugc nofollow&quot;&gt;https://wxpython.org/&lt;/a&gt;&lt;br/&gt;

Sehr umfangreiche grafische Benutzeroberfläche für Python.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Youtoube-Videos und -kanäle zu Python&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://beta.heyskill.me/search?q=Python&amp;amp;&amp;amp;Highlights=For%20beginner&quot; class=&quot;urlextern&quot; title=&quot;https://beta.heyskill.me/search?q=Python&amp;amp;&amp;amp;Highlights=For%20beginner&quot; rel=&quot;ugc nofollow&quot;&gt;https://beta.heyskill.me/search?q=Python&amp;amp;&amp;amp;Highlights=For%20beginner&lt;/a&gt;&lt;br/&gt;

&lt;a href=&quot;https://beta.heyskill.me/video-tutorial/n6bghzuflig-intro-to-data-science-crash-course-for-beginners&quot; class=&quot;urlextern&quot; title=&quot;https://beta.heyskill.me/video-tutorial/n6bghzuflig-intro-to-data-science-crash-course-for-beginners&quot; rel=&quot;ugc nofollow&quot;&gt;https://beta.heyskill.me/video-tutorial/n6bghzuflig-intro-to-data-science-crash-course-for-beginners&lt;/a&gt;&lt;br/&gt;

&lt;a href=&quot;https://beta.heyskill.me/video-tutorial/rfscvs0vtbw-learn-python-full-course-for-beginners-tutorial&quot; class=&quot;urlextern&quot; title=&quot;https://beta.heyskill.me/video-tutorial/rfscvs0vtbw-learn-python-full-course-for-beginners-tutorial&quot; rel=&quot;ugc nofollow&quot;&gt;https://beta.heyskill.me/video-tutorial/rfscvs0vtbw-learn-python-full-course-for-beginners-tutorial&lt;/a&gt;&lt;br/&gt;

&lt;a href=&quot;https://beta.heyskill.me/online-course/programming-foundations-with-python&quot; class=&quot;urlextern&quot; title=&quot;https://beta.heyskill.me/online-course/programming-foundations-with-python&quot; rel=&quot;ugc nofollow&quot;&gt;https://beta.heyskill.me/online-course/programming-foundations-with-python&lt;/a&gt;&lt;br/&gt;

&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Zen of Python&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;http://python.org/dev/peps/pep-0020/&quot; class=&quot;urlextern&quot; title=&quot;http://python.org/dev/peps/pep-0020/&quot; rel=&quot;ugc nofollow&quot;&gt;http://python.org/dev/peps/pep-0020/&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Allgemeines&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;allgemeines&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;44-5117&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;distributionen&quot;&gt;Distributionen&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;strong&gt;Anaconda&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.anaconda.com/&quot; class=&quot;urlextern&quot; title=&quot;https://www.anaconda.com/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.anaconda.com/&lt;/a&gt;&lt;br/&gt;

OpenSource Python-Distribution, die auch Django enthält.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python.org&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.python.org/&quot; class=&quot;urlextern&quot; title=&quot;https://www.python.org/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.python.org/&lt;/a&gt;&lt;br/&gt;

Standard-Distribution von Python.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Distributionen&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;distributionen&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;5118-5337&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;installation&quot;&gt;Installation&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;strong&gt;Installation von Python in Linux&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://wiki.ubuntuusers.de/Python/&quot; class=&quot;urlextern&quot; title=&quot;https://wiki.ubuntuusers.de/Python/&quot; rel=&quot;ugc nofollow&quot;&gt;https://wiki.ubuntuusers.de/Python/&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Installation&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;installation&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;5338-5445&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit5&quot; id=&quot;tutorials&quot;&gt;Tutorials&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;strong&gt;Delft Stack&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.delftstack.com/de/&quot; class=&quot;urlextern&quot; title=&quot;https://www.delftstack.com/de/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.delftstack.com/de/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt; Deutsches Tutorial mit guten Erklärungen. Auch Tutorial für TKinter.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Djangogirls&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://djangogirls.org/resources/&quot; class=&quot;urlextern&quot; title=&quot;https://djangogirls.org/resources/&quot; rel=&quot;ugc nofollow&quot;&gt;https://djangogirls.org/resources/&lt;/a&gt;&lt;br/&gt;

Deutschsprachiges Tutorial zum Einstieg in Python mit Django.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Official Python Tutorial&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://docs.python.org/3/tutorial/&quot; class=&quot;urlextern&quot; title=&quot;https://docs.python.org/3/tutorial/&quot; rel=&quot;ugc nofollow&quot;&gt;https://docs.python.org/3/tutorial/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Programiz: Python Tutorial&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.programiz.com/python-programming&quot; class=&quot;urlextern&quot; title=&quot;https://www.programiz.com/python-programming&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.programiz.com/python-programming&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt; Umfangreiches Tutorial.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python Basics&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://pythonbasics.org/&quot; class=&quot;urlextern&quot; title=&quot;https://pythonbasics.org/&quot; rel=&quot;ugc nofollow&quot;&gt;https://pythonbasics.org/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python Kurs&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.python-kurs.eu/&quot; class=&quot;urlextern&quot; title=&quot;https://www.python-kurs.eu/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.python-kurs.eu/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2022 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt; Beste deutschsprachige Internet-Seite zu Python.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python Programmieren lernen: Liste der wichtigsten Online-Kurse&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.edukatico.org/de/report/python-programmieren-lernen-liste-der-wichtigsten-online-kurse&quot; class=&quot;urlextern&quot; title=&quot;https://www.edukatico.org/de/report/python-programmieren-lernen-liste-der-wichtigsten-online-kurse&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.edukatico.org/de/report/python-programmieren-lernen-liste-der-wichtigsten-online-kurse&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python tutorials for beginners&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://thepythonguru.com/&quot; class=&quot;urlextern&quot; title=&quot;https://thepythonguru.com/&quot; rel=&quot;ugc nofollow&quot;&gt;https://thepythonguru.com/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Python Tutorial – Learn Python Programming Step By Step&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.techbeamers.com/python-tutorial-step-by-step/&quot; class=&quot;urlextern&quot; title=&quot;https://www.techbeamers.com/python-tutorial-step-by-step/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.techbeamers.com/python-tutorial-step-by-step/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Think Python&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://greenteapress.com/wp/think-python-2e/&quot; class=&quot;urlextern&quot; title=&quot;https://greenteapress.com/wp/think-python-2e/&quot; rel=&quot;ugc nofollow&quot;&gt;https://greenteapress.com/wp/think-python-2e/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Youtube: Python Tutorials Deutsch (76 Videos deutsch)&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.youtube.com/playlist?list=PLNmsVeXQZj7q0ao69AIogD94oBgp3E9Zs&quot; class=&quot;urlextern&quot; title=&quot;https://www.youtube.com/playlist?list=PLNmsVeXQZj7q0ao69AIogD94oBgp3E9Zs&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.youtube.com/playlist?list=PLNmsVeXQZj7q0ao69AIogD94oBgp3E9Zs&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Youtube: Python Tutorials (19 Videos englisch)&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.youtube.com/playlist?list=PLWKjhJtqVAbnqBxcdjVGgT3uVR10bzTEB&quot; class=&quot;urlextern&quot; title=&quot;https://www.youtube.com/playlist?list=PLWKjhJtqVAbnqBxcdjVGgT3uVR10bzTEB&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.youtube.com/playlist?list=PLWKjhJtqVAbnqBxcdjVGgT3uVR10bzTEB&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Tutorials&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;tutorials&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;5446-6953&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit6&quot; id=&quot;editoren_ides&quot;&gt;Editoren / IDEs&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;strong&gt;Atom&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://atom.io/packages/ide-python&quot; class=&quot;urlextern&quot; title=&quot;https://atom.io/packages/ide-python&quot; rel=&quot;ugc nofollow&quot;&gt;https://atom.io/packages/ide-python&lt;/a&gt;
Kostenlos.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Online Python Compiler&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.programiz.com/python-programming/online-compiler/&quot; class=&quot;urlextern&quot; title=&quot;https://www.programiz.com/python-programming/online-compiler/&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.programiz.com/python-programming/online-compiler/&lt;/a&gt;&lt;br/&gt;

Es handelt sich um eine online-IDE zum testen kleiner Scripte.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;PyCharm&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.jetbrains.com/pycharm/download/#section=windows&quot; class=&quot;urlextern&quot; title=&quot;https://www.jetbrains.com/pycharm/download/#section=windows&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.jetbrains.com/pycharm/download/#section=windows&lt;/a&gt;&lt;br/&gt;

Kostenlos.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;PyScripter&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://sourceforge.net/projects/pyscripter/&quot; class=&quot;urlextern&quot; title=&quot;https://sourceforge.net/projects/pyscripter/&quot; rel=&quot;ugc nofollow&quot;&gt;https://sourceforge.net/projects/pyscripter/&lt;/a&gt;&lt;br/&gt;

Empfehlung 2020 &lt;img src=&quot;https://www.pflebit.de/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt; Kostenfreie IDE mit Debugger. Klein und schnell mit vielen Funktionen; auch für Anfänger geeignet.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Sublime Text 3&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.sublimetext.com/3&quot; class=&quot;urlextern&quot; title=&quot;https://www.sublimetext.com/3&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.sublimetext.com/3&lt;/a&gt;&lt;br/&gt;

&lt;a href=&quot;https://www.youtube.com/watch?v=xFciV6Ew5r4&quot; class=&quot;urlextern&quot; title=&quot;https://www.youtube.com/watch?v=xFciV6Ew5r4&quot; rel=&quot;ugc nofollow&quot;&gt;Youtube-Video Tutorial&lt;/a&gt;&lt;br/&gt;

Kostenpflichtig.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Thonny - IDE for beginners&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://thonny.org/&quot; class=&quot;urlextern&quot; title=&quot;https://thonny.org/&quot; rel=&quot;ugc nofollow&quot;&gt;https://thonny.org/&lt;/a&gt;&lt;br/&gt;

Die IDE eignet sich für den schnellen Einstieg und ist bereits in Python 3.7 enthalten.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Visual Studio Code (Microsoft)&lt;/strong&gt;&lt;br/&gt;

&lt;a href=&quot;https://code.visualstudio.com/download&quot; class=&quot;urlextern&quot; title=&quot;https://code.visualstudio.com/download&quot; rel=&quot;ugc nofollow&quot;&gt;https://code.visualstudio.com/download&lt;/a&gt;&lt;br/&gt;

&lt;a href=&quot;https://code.visualstudio.com/docs/languages/python&quot; class=&quot;urlextern&quot; title=&quot;https://code.visualstudio.com/docs/languages/python&quot; rel=&quot;ugc nofollow&quot;&gt;Youtube-Video Tutorial&lt;/a&gt;&lt;br/&gt;

Kostenloser Editor für Python.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Editoren \/ IDEs&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;editoren_ides&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;6954-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 07 May 2023 19:54:27 +0000</pubDate>
        </item>
    </channel>
</rss>
