that would be great. Can you address me to some resource? All I can find are just "generic" courses for beginners that cover many different topics, meanwhile I'd love if I could just learn those specific tasks.
I think the first and most important thing is to understand the basics of programming, variables, functions, classes, etc. But don't worry these are covered in every Python course.
There is no secret, it's like running the more you go out and run the better you'll get, same with your fingers when you writing code, write as much as you can just try experiment do exercises, as you want to do scraping, try to experiment with the requests package, fetch some webpages, try to understand how headers work, cookies, what are the different methods POST, GET, etc.
Here are some repos on GitHub that could help you
https://roadmap.sh/python
https://github.com/prakhar1989/awesome-courses
https://github.com/ossu/computer-science
https://github.com/MunGell/awesome-for-beginners#python
https://github.com/vinta/awesome-python
https://github.com/TheAlgorithms/Python
https://github.com/academic/awesome-datascience
https://github.com/bregman-arie/devops-exercises