This content originally appeared on DEV Community and was authored by Ashish Yadav
What is a Module in Python?
A file containing a set of functions you want to include in your application is known as module. You can create your own module in python and you can use it with others files or application.
1. Selenium
Selenium is one of the most popular automation testing tools which is used for browser automation. This module helps developers to programmatically open webpages, enter fields, click buttons, and submit forms. These all task can be done automatically with the help of selenium module. Selenium supports automation across different browsers, platforms and programming languages.
Installing Selenium in window:
pip install selenium
2. MoviePy
MoviePy is a Python module which is used for video editing. We can perform basic operations to edit video like cutting, concatenations, title insertions, video compositing (a.k.a. non-linear editing), video processing, and creation of custom effects.. It can read and write the most common video formats, including GIF.
Installing MoviePy in window:
pip install moviepy
3. Pandas
Pandas is a Python library used for working with data sets. It has functions for analyzing, cleaning, exploring, and manipulating data. Pandas allows us to analyze big data and make conclusions based on statistical theories. Pandas can clean messy data sets, and make them readable and relevant.
Installing Pandas in window:
pip install pandas
4. Pygame
Pygame is a set of modules in python which is used to create video games. This allows you to create fully featured games and multimedia programs in the Python language. Pygame is suitable to create client-side applications that can be potentially wrapped in a standalone executable. It consists of computer graphics and sound libraries designed to be used with the Python programming language.
Installing Pygame in window:
pip install pygame
5. Tkinter
Tkinter is a standard library in python used for creating Graphical User Interface (GUI) for Desktop Applications. With the help of Tkinter developing desktop applications is not a tough task.
Installing Tkinter in window:
Tkinter comes with the Python installer. We just need to install Python from www.python.org, and it comes along with the Python. We don't need to install it separately.
Thankyou?
This content originally appeared on DEV Community and was authored by Ashish Yadav

Ashish Yadav | Sciencx (2021-04-12T06:56:42+00:00) 5 Best Python Modules Every Developer Should Know. Retrieved from https://www.scien.cx/2021/04/12/5-best-python-modules-every-developer-should-know/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.