In Built Modules in Python

Hello Guys, 

Today I wanted to share how many inbuilt modules are there in the Python Programming Language.
There are 210 modules for UNIX Operating System but in Windows, we have 195 modules that are installed with Python.

Here is the list of all the modules and their links to documentation in the PDF. The basic modules that we use consists of math, statistics, webbrowser for simpler coding. For GUI we have tkinter installed.

But when we get to more advanced things like Web Scraping and automation we have to start downloading packages/ libraries from the PyPI for more convenient use. 

Here is the link for the PDF. 





Comments

Popular posts from this blog

My First App named PER TAB

Introducing the Second Appilication - Password Manager

6 YouTube Channels to Learn Python