Durchsuchen nach
Schlagwort: Script

How to see your data in a diagram (Pandas and Matplotlib)

How to see your data in a diagram (Pandas and Matplotlib)

Python: My last blog request from the month of September 2025 are now in a script with Pandas and Matplotlib. What is the advantage of this kind of visualization? You are not only independent of the operating system, but also of licence costs and specific software versions, as Python, Pandas and Matplotlib are free and open source software. Excel is only working in Windows and Mac. Linux cannot use Excel as an installed program. Yes, in the cloud, but then…

Weiterlesen Weiterlesen

Linux Bash: Little start script for my pc here

Linux Bash: Little start script for my pc here

I wrote a little script for moving and deleting files in the download folder The RSS files are for the RSS. Sometimes you click on the RSS feed icon and on some website the file extension will download, and it will not open the .xml website where you copy the URL into your RSS feed program. In my settings, I’m aware of doing it, that the PDF files will be downloaded onto my pc. I don’t want to see it…

Weiterlesen Weiterlesen

MongoDB – Pymongo mit Abfragen

MongoDB – Pymongo mit Abfragen

Was ist MongoDB? MongoDB ist wie eine sehr große, flexible Schubladenkommode für deine Daten. Stell dir vor, jede Schublade ist eine Art Ordner, den wir „Collection“ nennen. In diese Ordner kannst du Informationen ablegen, die zusammengehören, zum Beispiel alle Kundendaten oder alle Produktinformationen. Das Besondere ist, dass du in diese „Ordner“ nicht nur Zettel mit immer gleichen Feldern legen musst. Jeder „Zettel“ (wir nennen ihn „Dokument“) kann ganz anders aussehen und unterschiedliche Informationen enthalten. Das macht MongoDB sehr flexibel, wenn…

Weiterlesen Weiterlesen

How to connect with a database via Python Pandas

How to connect with a database via Python Pandas

The requirement Then go to your commandline and type in The code Wahlen = elections. It is a database about the elections results in my home town here in Essen until 2005. The video to the script Here is my video (13:57 minutes) on my YouTube channel about it, You can subscribe it, if you want