Python add data into a JSON file
Here is a little script that create a dictionary (a type of array) in Python and this dictionary creates a JSON-file. This JSON file you can use for example for Python Pandas.
Here is a little script that create a dictionary (a type of array) in Python and this dictionary creates a JSON-file. This JSON file you can use for example for Python Pandas.
There are a lot of options where you can generate a qrcode. What is a QRcode? The QRcode is the little black-white box where you can save data. In most cases, this is the URL of a website. What is the URL? The URL identifies and locates a resource on the Internet or on a local network (e.g. a web page, an image, a file or an email address). What is Python? Python is a programming language. In the meanwhile,…
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…
If you want to read in the Bash, on the command line on Linux a PDF file, you don’t need a graphical program. You need the command pdftotext. But you have to install the collection of poppler-utils. What are the poppler-utils? Poppler-utils are collections of helpful PDF commands for the bash. Where to find the poppler-utils: poppler-utils are in the repository updates in Fedora: dnf info poppler-utils Name : poppler-utilsEpoch : 0Version : 24.08.0Release : 2.fc41Architektur : x86_64Installationsgröße : 796.7…