List of functions that can be used in python, web scrapping, DJANGO

Respected,
I am new to python and am looking for list of functions that can be used in python, web scrapping, DJANGO and what are their uses, there limitation, there syntax, there equivalent function, and example. PLEASE PLEASE
Zohar Batterywala
zoharsb@gmail.com

There are hundreds of functions in Python, probably thousands in Django,
and trillions that you can write yourself.

You can start by reading the Python documentation, especially the
standard library:

https://docs.python.org/3/library/index.html

Django functions can be found here:

https://docs.djangoproject.com/en/4.0/

Another good place to start is also the Python tutorial, so you will
understand the language:

https://docs.python.org/3/tutorial/index.html

There are many other tutorials on line that you can google for.