20
Tutorials For Learning 10 Of The Most Helpful Python Modules
Hi, I'm Aya Bouchiha, on this beautiful and amazing day, we're going to talk about 10 helpful python modules.
- json: is a built-in package used for reading json data, or converting data to json.
- requests: This is a module that helps you to send http requests.
- beautifulSoup: used for web scraping.
- selenium: for controlling web browsers through programs and performing browser automation.more details
- math: used for performing mathematical tasks
- os: used for interacting with the operating system.
- csv: used for interacting with csv files.
- array: for defining an object type that can compactly represent an array of basic values: characters, integers, floating-point numbers. more details
- random: used for generating random numbers.
- pandas: used for data analysis
Have a good day :)
20