Python and Pandas to look for data in the web 15/03/2020pythonprogramming Get data with pandas & requests in Python [...]
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 [...]
Open and show video frames with OpenCv 14/03/2020pythonprogramming Open a video and show it with opencv [...]
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 [...]
Create a nice html table from Excel with Python and Pandas 11/03/202011/03/2020pythonprogramming Convert Excel data into a nice and eleagant responsive table in html to use it into your web pages to display data to your audience [...]
More graphs in the same window with MatPlotLib in Python 08/03/202008/03/2020pythonprogramming More tables into a window with matplotlib and python with data about coronavirus in Italy, France and South Korea [...]
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 [...]