Durchsuchen nach
Kategorie: Informatik

Alles was mit der Informatik zu tun hat

Laufsport – Jogging mit IT verbinden

Laufsport – Jogging mit IT verbinden

Man kann sein Trainingskontingent auch mit der IT verbinden. Die meisten werden jetzt an ihre Laufuhren denken, die sie meist am linken Arm tragen. Ich denke, da untypischer oder typisch IT’ler, nämlich an Datenbanken. Vor längerer Zeit natürlich auch mithilfe von KI habe ich mir ein Frontend als HTML-Seite gebastelt, welches ich mithilfe von Node.JS, und Express.JS verbinde und einer SQLite3 Datenbank. Datenbankanbindung Die SQLite3 Datenbank ist eine kleine serverlose Datenbank, die auf den meisten Linux-Distributionen schon vorinstalliert ist, aber…

Weiterlesen Weiterlesen

Mars – der rote Planet im Sonnensystem in Python-Scripten

Mars – der rote Planet im Sonnensystem in Python-Scripten

Der Mars Der Mars ist der vierte Planet in unserem Sonnensystem und hat einen Durchmesser von 6.779 km. Die Erde hat einen Durchmesser von 12.742 km. Somit hat der Mars hat einen um 5.963 km kleineren Durchmesser als die Erde. Wie auch alle anderen Planeten ist der Mars durch den Einfluss von der Gravitation, der Schwerkraft, wie auch damals die von Materie entstanden. Hauptauslöser war der Urknall und später eine Supernova-Explosion (der Tod eines massereichen Sterns), woraus aus deren Materie…

Weiterlesen Weiterlesen

Python Pandas Query greater than

Python Pandas Query greater than

If you have a script with Python Pandas and you want to have a query for a value that is in my case greater than 40, then you have to use this kind of command. Make sure that you have installed Python and Pandas on your computer. The CSV file is from Google Trends, and I have asked Google Trends how many search queries are there for Python Pandas all over the world. At the moment, I’m building a tool…

Weiterlesen Weiterlesen

Python: Displaying data at specific times with Matplotlib

Python: Displaying data at specific times with Matplotlib

With this simple script, you can display simple data in a Python dictionary using a bar chart. Installation process To do this, you need to install Python and then the Matplotlib module. For Python, go to the official Python.org website and install the latest version. Once that is complete, install the Matplotlib module in the command line or terminal, depending on which operating system you are using. pip install matplotlib Any necessary library files will then be downloaded and installed….

Weiterlesen Weiterlesen

My own flipchart flashcards with HTML, Tailwind CSS and CSS3

My own flipchart flashcards with HTML, Tailwind CSS and CSS3

After answering those Google questions yesterday, I wanted to save the flashcards. Gemini tells me that as long as the chat exists, the flashcards will be accessible. But that seems too risky to me because I couldn’t delete the chat; there could be some kind of problem with Google’s servers, or I might even get blocked by Google. Therefore, I set out to have something of my own. Gemini offered me the option to save the data via Google Sheet,…

Weiterlesen Weiterlesen