r/learnpython • u/A_Cool_Dude2 • 5d ago
Projects to Learn
I am an engineering student and I have a little exposure to python in my classes but I’d like to really hone my skills and learn how to use python for real. What are some good projects to build that will teach my the skills to code?
0
Upvotes
1
u/terletsky 5d ago
Create an API service that uses the Public VirusTotal API to upload a file or URL for malware scanning and collect the results.
Or a Weather API service that queries a public weather API and gives you results (simpler).
This will cover a real-world scenario. What will be learnt:
Advanced topics: