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

[Tutor] urlGET information

2019-04-28 Thread Nathan D'Elboux
Hi all, I am pulling apart a python script called Maltran from github and just looking at the modules its importing. the modules in use and that i can find plenty of info on are. import requests. import sys import re import time import urlGET # No information on urlGET as of yet https://pypi.org