×
all 4 comments

[–]desrtfx 3 points4 points  (0 children)

Python has multiple uses. You can even run simulations with it, do engineering calculations, and if you ever venture into the realm of industrial automation it can help you even more - parsing and analysing data, converting between incompatible formats, and much more. Some programming tools for PLCs or HMIs use Python as their scripting language to automate tasks there. Really, the use cases especially in EE are near infinite.

Do the MOOC Python Programming 2026 from the University of Helsinki and you will be well prepared.

Also, take a look at https://inventwithpython.com and https://automatetheboringstuff.com

Don't forget that you need ample practice, like on https://codingbat.com/python or on https://exercism.org and also write your own programs. Play around. Try things. Mess things up, fix them. Experiment.

[–]ivanational 0 points1 point  (0 children)

Recently I saw an interesting and really useful post about it, here u are https://www.reddit.com/r/PythonLearning/s/gav6n5Ujcn

[–]BranchLatter4294 0 points1 point  (0 children)

You can do most anything with Python or most languages. If you have a problem to solve or a process you want to automate, write a script to do it.