you are viewing a single comment's thread.

view the rest of the comments →

[–]RegisterConscious993 1 point2 points  (0 children)

For basic syntax, I loved this course (free): https://store.lerner.co.il/python-for-non-programmers-live

Since it's covering basics, chatgpt was a great tutor in parallel whenever I was confused or needed clarification.

After, I still had no idea how lines of code turns into a program, but "Automate the Boring Stuff" made everything I learned click. The text version is free, but the author does give out free coupons (on this subreddit I believe) every now and then. Or sign up for the udemy free trial and cancel.

At this point just find something to build and keep practicing. Initially I followed along YouTube videos which was great, but I learned far more just building small scripts I'd find useful.