Durchsuchen nach
Schlagwort: Python

How to do some admin works with MariaDB and Python

How to do some admin works with MariaDB and Python

The challenge for every administrator, especially database administrators, naturally lies in keeping track of what their own system is doing. I’m not a database administrator, meaning I don’t work full-time in this field 40 hours a week. But even for the hobbyist database administrator using MariaDB, some of this information is quite useful. But I’ve been interested in databases for many years. I’m fascinated by data storage, because we encounter countless databases every day, even if we’re not aware of…

Weiterlesen Weiterlesen

To import a CSV file into a MariaDB database

To import a CSV file into a MariaDB database

Here is a little script to import a CSV file into a database. But it is not for a server. This is a standalone program. If you want to program it for a server, then you should use another method as with getpass, because getpass is waiting for an input. It is not useful, that you should enter every time a passport if you want to automate the process. If you downloaded a CSV file from the internet, and you…

Weiterlesen Weiterlesen

Read out the Gas level from a CSV file with Python Pandas

Read out the Gas level from a CSV file with Python Pandas

The fill level of Germany’s gas storage facilities is currently very low. Too low for the situation at the end of January 2026. These levels were actually expected to be reached by the end of March. Unfortunately, the German government’s website is very slow to update the fill levels of our gas storage facilities, even though they should be updated daily. I suspect the fax machines are malfunctioning again, or too many errors are being made between the tablet and…

Weiterlesen Weiterlesen

What you can animate with Python for your physics learning

What you can animate with Python for your physics learning

Here is the video to the is script here You want to see more? How to Run This Simulation To get the Stoppenberg (is the name of a quarter of the town in Essen here in the West-Germany – we have a lot of hills here) Physics Sim running on your local machine, follow these three simple steps: 1. Install the Prerequisites First, ensure you have Python installed. Then, open your terminal (Fedora) or Command Prompt (Windows) and install the…

Weiterlesen Weiterlesen

Auswertung der Läufe (Running, Jogging) mit Python und MariaDB

Auswertung der Läufe (Running, Jogging) mit Python und MariaDB

Viele werden sich auf die vorhandenen Apps verlassen, die sie mal gekauft haben und denken, dass sie auf der sicheren Seite sind. Auf der sicheren Seite, dass sie immer an die Daten herankommen werden, die sie mal erstellt haben. Aber was ist, wenn der Anbieter, sich anderen Geschäftsinteressen zuwendet? Es gab schon immer Apps, die eingestellt worden sind. Danach waren die Daten verschwunden. Das ist natürlich blöd für jemanden, der sich auf einen Marathon vorbereiten möchte. Digitale Unabhängigkeit Eine eigene…

Weiterlesen Weiterlesen