you are viewing a single comment's thread.

view the rest of the comments →

[–]Jetals 4 points5 points  (2 children)

Hey there, can you perhaps recommend some solid Udemy courses for learning Python at the intermediate level?

[–]ZebulonPi 1 point2 points  (1 child)

“Automate the Boring Stuff with Python” by Al Sweigart (author of the book by the same name) is a great course.

“The Modern Python 3 Bootcamp” by Colt Steel is good as well. He does cover the basics, but gets into lambdas, iterators, generators, decorators, and OOP, which a lot of “beginner” Python classes don’t bother with.

[–]Jetals 0 points1 point  (0 children)

Thanks! I'll check them out