Python Forum

Full Version: Project Direction
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am embarking on a journey to master Python by trying to utilize it at my workplace and creating some self directed projects for 'needs' that my company currently has, namely reporting on our data center (Server, Networking, switches, Hardware, etc).

What I am thinking is creating some projects involving Data Analytics that will give us reports on the current status of our environment.

That is just my general thought on how I can effectively use Python so that would give me a focus.

Can anyone give me any suggestions on how I can narrow my project skill set? Is 'Data Analytics/reporting the right discipline I should be looking at?
Data Analytics is a nice way, with this you can code a dashboard that will show to user the health check of hardwares, infrastructure or network. Or you can go to the automation way that always is very good haha
To dashboard you can use Flask, Django, Nodejs (Web) or Tkinter (Desktop)
Big Grin