best sources to learn python
by - Thursday, January 1, 1970 at 12:00 AM
youtube tutorials
Reply
most my coder friends just say youtube lmao
Reply
This youtube web scraping tutorial is awesome. I did this and I was web scraping that day.

https://www.youtube.com/watch?v=XQgXKtPSzUI&list=PL8eNk_zTBST-SaABhXwBFbKvvA0tlRSRV&index=1
Reply
This is a longer Youtube video on web scraping with Python also excellent.

https://www.youtube.com/watch?v=rlR0f4zZKvc&list=PL8eNk_zTBST-SaABhXwBFbKvvA0tlRSRV&index=7


This youtube video explains how to connect to and insert data from Python into SQL Server. It took a bit of trial and error to get the ODBC connect string in python to work, as well as manual fiddling to get the pyodbc libraries installed,p but I got that working.

https://www.youtube.com/watch?v=LZPyuLnZI34&list=PLXCXsUUHYEErZbxNACoUggZAVZKrDEuu6&index=5&t=5s
Reply
youtube is full of this
or paid tutorial from udemy (you can get free tho)
Reply
tbh the best source is its docs and I recommend the way of working as follows:
1. learn some piece of material (e.g. decorators)
2. write some code, play with it, so u make sure u fully understood the subject
3. repeat

there's no really best way to learn sth
Reply
Just search for playlists on youtube, you'll find all what you need there
Reply
i learnt most of my Python off Udemy, then making small apps, mostly automation using Selenium
Reply
can you recommend courses?
mainly for a deeper study of selenium?
Reply
Very helpful, thanks
Reply


 Users viewing this thread: best sources to learn python: No users currently viewing.