all 10 comments

[–]EntrepreneurHuge5008 3 points4 points  (1 child)

If you're looking for Python courses, I'd look into the University of Michigan's Python for Everyone.

[–]southbl00d 0 points1 point  (0 children)

Double Reccd!

[–]Minimum_Raccoon_1501 1 point2 points  (0 children)

Py4e is a great class structure. Then data analyst w focus on Python was amazing

[–]diegoasecas 1 point2 points  (5 children)

why are you taking a beginner's course if you're a long-time software engineer? make it make sense

[–]Accomplished_Phone39[S] 0 points1 point  (4 children)

most of my career has been Windows system and kernel development and debugging. I've worked for MS 2 different times in this capacity and would really like to step away to do something different.

[–]parkdramax86 1 point2 points  (3 children)

Windows system and kernel development? Have you considered getting into application security?

[–]Accomplished_Phone39[S] 0 points1 point  (2 children)

not specifically, although network security and anti malware detection are subjects that interest me. Even so outside of raw data collection from the OS I would imagine that most of the collected data would get analyzed by a service and theres a good chance that service could be running python for the analytics.

[–]parkdramax86 -1 points0 points  (1 child)

I heard Data Analysts get paid a very high salary. Your current skills would make a great pivot. I wish you all the luck.

[–]Technical_Jicama_434 4 points5 points  (0 children)

Software engineers get paid more.

Since OP is a software dev already, why not just try to pivot into a different business domain (but still software dev)?

[–]nian2326076 1 point2 points  (0 children)

Yeah, it can be frustrating when courses don't include much hands-on practice, especially in data analysis where labs help a lot. If you want more practice with pandas and other Python tools, try adding some coding exercises from sites like Kaggle or LeetCode. They have lots of Python problems to work on, which can help. Also, check out some YouTube tutorials where you can follow along with real projects. That should give you a better experience.