Benutzer-Werkzeuge

Webseiten-Werkzeuge


prog:python

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
prog:python [2022/01/27 19:28] – [Wiki-Links] adminprog:python [2024/06/06 07:27] (aktuell) – [Python-Dokumentation] admin
Zeile 4: Zeile 4:
   * [[prog:python:language|Python Sprachkonstrukte (Klassen, Definitionen, Threads, etc.)]]   * [[prog:python:language|Python Sprachkonstrukte (Klassen, Definitionen, Threads, etc.)]]
   * [[prog:python:networking|Python Network Code]]   * [[prog:python:networking|Python Network Code]]
 +  * [[prog:python:gaming|Python Game-Design mit Ren'Py]]
   * [[prog:python:grafik|Grafikbibliotheken für Python]]   * [[prog:python:grafik|Grafikbibliotheken für Python]]
   * [[prog:python:pip|Tips zu pip]]   * [[prog:python:pip|Tips zu pip]]
Zeile 16: Zeile 17:
   * [[https://www.w3schools.com/python/python_intro.asp|w3schools]] (Sprachelemente kurz erklärt)   * [[https://www.w3schools.com/python/python_intro.asp|w3schools]] (Sprachelemente kurz erklärt)
   * [[https://realpython.com|Real Python Tutorials]] (umfassende und gute Tutorials)   * [[https://realpython.com|Real Python Tutorials]] (umfassende und gute Tutorials)
-  * [[http://rgruet.free.fr/PQR26/PQR2.6.html|Python 2.6 Quick Reference]] +  * [[https://www.youtube.com/watch?v=rfscVS0vtbw|Lerne Python - Youtube Kurs für Anfänger]] 
 + 
 + 
 +  * [[http://rgruet.free.fr/PQR26/PQR2.6.html|Python 2.6 Quick Reference(leider nicht mehr aktuell!)]] 
  
 https://www.python.org/shell/ für die kurze Coding-Session unterwegs... https://www.python.org/shell/ für die kurze Coding-Session unterwegs...
Zeile 38: Zeile 42:
 ==== Editor/IDE: ==== ==== Editor/IDE: ====
   * http://thonny.org   * http://thonny.org
 +    * [[https://randomnerdtutorials.com/getting-started-thonny-micropython-python-ide-esp32-esp8266/|Getting Started with Thonny MicroPython (Python) IDE for ESP32 and ESP8266]]
   * [[https://www.youtube.com/watch?v=lBkcDFRA958|IDLE (Video)]]   * [[https://www.youtube.com/watch?v=lBkcDFRA958|IDLE (Video)]]
  
Zeile 48: Zeile 53:
   * [[https://eli.thegreenplace.net/2017/interacting-with-a-long-running-child-process-in-python/|Interacting with a long-running child process in Python]]   * [[https://eli.thegreenplace.net/2017/interacting-with-a-long-running-child-process-in-python/|Interacting with a long-running child process in Python]]
   * [[https://stackoverflow.com/questions/107705/disable-output-buffering|Disable output buffering]]    * [[https://stackoverflow.com/questions/107705/disable-output-buffering|Disable output buffering]] 
 +  * [[https://stackoverflow.com/questions/281133/how-to-control-the-mouse-in-mac-using-python|How to control the mouse in Mac using Python]]
  
 ==== virtualenv (virtenv) ==== ==== virtualenv (virtenv) ====
Zeile 63: Zeile 69:
   * [[https://www.youtube.com/watch?v=WQeoO7MI0Bs|LEARN OPENCV in 3 HOURS with Python | Including 3x Example Projects (2020)]]   * [[https://www.youtube.com/watch?v=WQeoO7MI0Bs|LEARN OPENCV in 3 HOURS with Python | Including 3x Example Projects (2020)]]
   * [[https://stackoverflow.com/questions/28327020/opencv-detect-mouse-position-clicking-over-a-picture|Opencv: detect mouse position clicking over a picture]]   * [[https://stackoverflow.com/questions/28327020/opencv-detect-mouse-position-clicking-over-a-picture|Opencv: detect mouse position clicking over a picture]]
 +  * https://colab.research.google.com/github/xn2333/OpenCV/blob/master/Image_Processing_in_Python_Final.ipynb
  
 ==== Machine Learning ==== ==== Machine Learning ====
Zeile 69: Zeile 76:
 === LXML === === LXML ===
   * [[http://stackoverflow.com/questions/34224854/add-multiple-elements-to-xml-with-lxml|add-multiple-elements-to-xml-with-lxml]]   * [[http://stackoverflow.com/questions/34224854/add-multiple-elements-to-xml-with-lxml|add-multiple-elements-to-xml-with-lxml]]
 +
 +=== Python-Tipps ===
 +
 +  * [[prog:python:tipps|Python-Tipps & Tricks]]
  
 ==== Dynamic code ==== ==== Dynamic code ====
Zeile 83: Zeile 94:
   * http://stackoverflow.com/questions/25828184/fitting-to-poisson-histogram   * http://stackoverflow.com/questions/25828184/fitting-to-poisson-histogram
  
-=== Rekursion === 
  
-  * [[http://stackoverflow.com/questions/12399259/finding-the-level-of-recursion-call-in-python|finding-the-level-of-recursion-call]] 
  
  
prog/python.1643311713.txt.gz · Zuletzt geändert: 2022/01/27 19:28 von admin