Durchsuchen nach
Schlagwort: Scripting

Regensummen weltweit

Regensummen weltweit

Um mal so ein Gefühl für die weltweiten Regensummen zu erhalten, auch gut für eine Auswanderung, kann man sich diese Grafik anschauen. Die Werte kommen von der Seite weatherspark.com, die zusammengeführt habe. Auch dieses Thema kommt in einem kleinen Kapitel in einem baldigen Buch erwähnt. Hier schon einmal die Grafik, die aus Platzgründen nicht ins Buch schafft. Um das zu stellen, braucht man natürlich Zeit und ein gutes Script, um das erzeugen zu lassen. Hier das Script für solches Diagramm.

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

How to use variables in the Bash?

How to use variables in the Bash?

🐧️ Linux Bash: ❓️ How to use variables in the Bash? ❓️ I use here the following Bash internal variables into a script. ➡️ $LOGNAME = the name from /etc/passwd ➡️ $XDG_SESSION_TYPE = What kind of session I use: X11 or Wayland From Facebook: OpenSource Traveler

Linux Bash Script: How to add own text to variable

Linux Bash Script: How to add own text to variable

You have created a little code in a bash script, and you want to add your own text to a variable. I show you it, in this Reel from my Facebook Fan page / Sie haben einen kleinen Code in einem Bash-Skript erstellt und möchten Ihrer Variablen einen eigenen Text hinzufügen. Ich zeige Ihnen, wie das geht, in diesem Reel von meiner Facebook-Fanseite.