Tag: Python

Python is a high-level, interpreted programming language widely used for web development, data analysis, artificial intelligence, and more. It is known for its simplicity, readability, and versatility.

  • Free and Easy Horizontal Stacked Bar Graphs with Google Colab / Jupyter (as well as Python and Pandas)

    Free and Easy Horizontal Stacked Bar Graphs with Google Colab / Jupyter (as well as Python and Pandas)

    By

    in ,

    Recently, my wife needed to create some stacked bar graphs for her publications. She wasn’t able to find a tool on the internet which allowed her to do this in an easy and shareable way. So I used this opportunity to look into Jupyter Notebooks. These notebooks allow you to document and run code and…

    Read more

  • Python: alle Anaconda Pakete über die Konsole aktualisieren

    By

    in

    In der Python-Umgebung Anaconda können Pakete manuell aktualisiert werden. Sind das ein paar mehr, dann ist es von Vorteil das Terminal mit folgendem Befehl zu nutzen:

    Read more

  • Python: Spyder aktualisieren

    By

    in

    Spyder ist eine freie und open-source wissenschaftliche Umgebung, die in Python für Python geschrieben und von und für Wissenschaftler, Ingenieure und Datenanalysten entwickelt wurde. Nutzt man Spyder unabhängig von einer anderen wissenschaftlichen Entwicklungsumgebung (z.B. Anaconda, WinPython or Python(x,y), …) dann lässt sich Spyder mit folgendem Terminal-Befehl aktualisieren: Der Befehl aktualisiert auch alles Spyder-Abhängigkeiten.

    Read more

  • OpenCV Python: eigene Haar Cascade erstellen

    OpenCV Python: eigene Haar Cascade erstellen

    By

    in

    Um eine Haar Cascade zu erstellen werden “positive” und “negative” Bilder benötigt. “Positive” Bilder enthalten das Objekt welches gefunden werden soll. Das können entweder Bilder sein, welche ausschließlich das Objekt enthalten oder Bilder, welche (neben anderen Inhalten) das Objekt enthalten, wobei hier die ROI (region of interest) angegeben werden muss. Mit diesen positiven Bildern wird…

    Read more