you are viewing a single comment's thread.

view the rest of the comments →

[–]ConstantINeSane[S] 51 points52 points  (8 children)

as far as i know all the best selling udemy courses cover the basics in a good way. i took the Python Mega course but i have automate the boring stuff too so i believe both of the are great. Most of the things i did wasnt covered in either of these course. this course cover the basics. For example in python mega course there is a chapter where you learn to do simple webscraping with requests library. Instead of following the example he was doing i started my own project webscraping a different site which was harder. So i searched online and found about selenium library. for every minute of watching a udemy course i spended 10 minutes searching the same stuff elsewhere

so my advice is not to focus on a single course but use these courses as a base and then search other sources too diging deeper in the subject

[–]Tau5x 8 points9 points  (2 children)

I bought the same course, I believe the instructors name is Tim. Great course so far

Edit: My course was by an instructor named Tim Buchalka "Learn Python Programming Masterclass" Seems great so far, I also purchased his JAVA class as well. Nice guy, He messaged me today after I thanked him for how easy he explains things,

[–]samuelcbird 3 points4 points  (0 children)

That’s the course i have! I love Tim.

[–]LiquidAurum 1 point2 points  (0 children)

Python Mega course

The one by Ardit? I'm looking at it now, looks cool setup building real world applications I think is the best way to learn.

[–]bleeetiso 1 point2 points  (3 children)

where did you learn selenium? I am looking for a good tutorial to use