Python MySQL create a database and a table

Python MySQL create a database and a table

This is a Python script in order to create first the database and then a table with different values in one step. It is useful, then you don’t need to do it in two steps. What is the requirement for the script Installation of Python Windows and Mac For this script, you need to install Python if you are on Windows and Mac. Go to the official web page of Python.org and download your package and installed like another program….

Weiterlesen Weiterlesen

Wirtschafts-Identifikationsnummer erhalten

Wirtschafts-Identifikationsnummer erhalten

Ich habe heute Nacht die Wirtschafts-Identifikationsnummer vom Bundeszentralamt für Steuern per Mail bzw. Elster-Nachricht erhalten. Die Nachricht ist auch in meinem Elster-Konto erschienen. Damit kann ich nun richtig durchstarten und mein Gewerbe ausführen. Die Wirtschafts-Identifikationsnummer umfasst auch die Umsatzsteuer-Identifikationsnummer. Somit habe ich nun keine zwei Nummern mehr. Mehr Informationen hier

Linux: What is a repo file?

Linux: What is a repo file?

A repo file is a text file that contains instructions for the operating system (Linux, the Bash) where to find the newest information about a package. In contrast to operating systems like Microsoft Windows, where you download and install software directly from a variety of sources, Linux distributions rely on these central repositories. This structure allows the distribution maintainers to check and verify the packages for stability and security before they reach your system. 🚩️ Warning: While you can install…

Weiterlesen Weiterlesen