🎖 Looking for Python tools ✔ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

🎖 Looking for Python tools ✔

Good afternoon everyone! In these days of mandatory quarantine practically all over the world, I am trying to build a small Python program, with the aim of generating reports and opinions according to data that will be placed in it. My biggest difficulty is to find some tool or package (more specifically for VS Code) that helps in gathering the reports, in their organization and printing. I would like this tool to generate the final result of the program in Word and PDF. I really appreciate those who know something that does this, and want to share their knowledge. 👏🖒

30th Mar 2020, 5:33 PM
Evandro Mourão
Evandro Mourão - avatar
1 Answer
0
Python has a urllib.request library to fetch data from API Here is an example https://code.sololearn.com/caRf400r78Y4/?ref=app There are existing API for fetching cov data Here is an example https://code.sololearn.com/Wwtg3lU4jKdo/?ref=app Try combining these two
30th Mar 2020, 5:57 PM
Gordon
Gordon - avatar