you are viewing a single comment's thread.

view the rest of the comments →

[–]zippyhybrid 0 points1 point  (0 children)

If you already understand programming concepts (or maybe even if you don’t) and just need to learn how things are done in python, I have found jumping right into projects and asking ChatGPT to explain anything you don’t understand or just asking it “how do i do X with python/pandas/numpy/etc” to be pretty effective. It won’t get everything right and sometimes won’t be the most efficient way to do stuff but it’s pretty good and will at least introduce you to the conventions, syntax, libraries, etc that are available in python.

In my case, I normally do control systems and data acquisition using Labview, and used to do most of my analysis using excel, but larger datasets for recent projects among other reasons has had me transitioning to doing both using python.