Re: [Tutor] urlGET information

2019-04-28 Thread Steven D'Aprano
On Sun, Apr 28, 2019 at 03:00:12PM +1000, Nathan D'Elboux wrote: > this is a learning exercise for me so how do more experienced python coders > approach modules like this, when you encounter a module that has sparse > documentation how do you learn more about the functionality of said module? >

Re: [Tutor] urlGET information

2019-04-28 Thread Alan Gauld via Tutor
On 28/04/2019 06:00, Nathan D'Elboux wrote: > import urlGET > # No information on urlGET as of yet > > https://pypi.org/project/urlget/ > > this is a learning exercise for me so how do more experienced python coders > approach modules like this, when you encounter a module that has sparse > docu