Python Forum

Full Version: Semi-beginners project
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I would like to get some advice on projects I should try to complete in Python. I'm still a bit inexperienced with Python but understood a lot of the logic right away from my background in matlab, we also used Python a bit in engineering school. I was also new to Linux up until two weeks ago, and so far I've tried to design scripts to do stuff that I actually have a use for (like a GUI for monitoring the temperature of the CPU and GPU, and a GUI for creating desktop entries), and a GUI to play Yatzy.

Are there any projects that you have found useful and made you more knowledgeable? Or maybe something else that you think I might find rewarding?

Thanks!
You could make a simple flask app, I am having lot of fun making mine rn.
You could also make a web-scraper to read articles from different websites and condense them in one place.

I hope u have fun :)