Utility to remove all files you do not need in subfolders 15/03/2020pythonprogramming Delete all all files of a type in the directories and delete all empty files [...]
How to make a TODO App for skratch with Python and tkinter 13/03/202023/12/2020pythonprogramming Make a todo app with listbox with tkinter and Python to add, delete and save items [...]
Python analyses data about covid19 / how to run python code on a web page 08/03/202008/03/2020pythonprogramming Analyse the data about covid19 running the code into the web page [...]
Run Python code on a web page in a shell (utility) 05/03/202005/03/2020pythonprogramming Put some Python script in a web page shell and run it with codecamp shell, through a script that makes the process faster [...]
Webscraping coronavirus data: 04/03/202005/03/2020pythonprogramming Scraping the web to find the data about coronavirus in Italy with Python [...]
How to delete all the files in a folder with Python 03/03/202003/03/2020pythonprogramming How to delete files in a folder with python and os.remove [...]
How to create an app to launch sites and local files with python 02/03/202005/03/2023pythonprogramming Magically create a GUI with buttons that launches sites or apps withou even having to struggle with all thos tkinter code, but letting the code itself to buil it [...]
Coronavirus data with Python (on the web page) 01/03/202004/03/2020pythonprogramming Data about coronavirus in Italy [...]
Calcmemopy 1.0 – Calculator that saves data in html 29/02/202001/03/2020pythonprogramming A calculator that let you save the data adding text to it and rendering it through markdown into html. How cool is it? [...]
Share your Jupyter notebooks with Binder online 28/02/202028/02/2020pythonprogramming Share jupyter notebooks online [...]