hello all, i have a list like this [[a1,v1],[a2,v2]....] how can iterate in order to get only the vi element of each list?
how to transform a string Hello in 'Hello' ?
i loop over an orderedDict and i build up an html table with data from it. The problem is that i want the table to be sorted for a certain column and since the table is built...
Hello all, i'm trying to lunch a python script from a bash script. As first, i activate the venv with Source /project_folder/script/venv/bin/activate and then i launch pytho...
i need to present some sort of tabular data from my script, excel is too much but prettytable is too low. Any in between? Ideas?
is devOps engineer a job which can be easily done remotely? (Saying digital nomads)
what exactly this command do ? a = "\033[1;32m%s\033[0m" %a
how to simulate user browsing on python? I need to automatically fill out some forms on a backend which doesn't provide APIs.
sorry guys, a silly question. I've added an entry in crontab on my Rpi, i did that as sudo, so when i login with !root user and i type crontab -l i do not see any entry. Obvio...
hi guys i'm writing a list of objects on a file but there is no newline between objects, how can i add this?
which is the best way? Write line by line (append) or write everything at the end?
best fs for an external hdd shared from my home router? Main purposes, scheduled backups.
anyway, i'll start thinking switching to debian testing since i'm pretty addicted to keep my system up to date. Anyway, the ubuntu versions when released are packed with some ...
Does borgbackup also supports remote repository via FTP?
hello all, i have a new external monitor where i want to place a whole deifferent kubuntu panel. I created and customized the new one on the new monitor but everytime i shut d...
hi all, i have a list that needs to be 12 elements long. How to fill it out of '0' or 'None' if it's shorter than 12?
how to insert css in jinja templates?
hello all, i have a string such as "name-surname-jdjdkdj" i would like to get only the part up to the second "-" so without the alphanumerical part at the end. How can i do th...
i have a dict in string:int shape, i have to print into an html table. I already figured out how to do it but i would like to generate the html table sorted on values in desc ...
i have an app installed via apt and the same app installed via snap, i want to remove the first one, can i just use apt remove without affecting the second one?