Python Forum
Learning Focus - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Learning Focus (/thread-33382.html)



Learning Focus - MrLupin - Apr-20-2021

I'm told that learning all of Python is a huge task and probably not necessary for my particular purposes. My current plan is to use Python on Selenium to automate a number of online business processes. I'd also like to learn web scraping.

Should I narrow my focus and if so, what should that focus be? Thanks in advance!!

MrLupin


RE: Learning Focus - Larz60+ - Apr-21-2021

First, you should at least know python basics.
My favourite tutorials are:

How to Think Like a Computer Scientist: Interactive Edition
or, less technical: https://www.python-course.eu/python3_course.php

For web scraping, Start here:

Web-Scraping part-1
Web-Scraping part-2


RE: Learning Focus - Naheed - May-17-2021

As @Larz60+ has suggested a few tutorials, I will also suggest following them. Moreover, some things are incredibly easy in python but once you get down to some serious problems, python is just as difficult as any other language. So, you need a complete roadmap to learn it.