[Tutor] Python library

Mats Wichmann mats at wichmann.us
Sun Nov 1 18:12:02 EST 2020


On 11/1/20 12:09 PM, Tesfalem Abraham wrote:
> Hello, i am beginner her and wants to get all python libraries and built-in
> function. Any website or anything you may suggest me.
> 
> I don't know really wherein to start.🙄

You already have all the built-ins.  Python likes to say about itself 
that it's batteries included.

As to "all libraries" - you really don't want that, there are hundreds 
of thousands.

You can browse a bit at https://pypi.org for ones you can install using pip.

There will be some lists of top Python modules on the internet you might 
read up on.




More information about the Tutor mailing list