0
Module search
is there any way to search for modules and how?
3 Respostas
+ 8
help('modules')
.
.
.
or:
https://code.sololearn.com/c071JeXy6LcW/?ref=app
+ 2
The collection of urllib modules takes care of proper URL handling -- connecting, parsing, encoding and such:
https://docs.python.org/3/library/urllib.html
0
whats the function of 'urlib'