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

  • json: is a built-in package used for reading json data, or converting data to json.

articles & youtube videos

requests

  • requests: This is a module that helps you to send http requests.

articles & youtube videos

beautifulSoup

  • beautifulSoup: used for web scraping.

articles & youtube videos

selenium

  • selenium: for controlling web browsers through programs and performing browser automation.more details

articles & youtube videos

math

  • math: used for performing mathematical tasks

articles & youtube videos

os

  • os: used for interacting with the operating system.

articles & youtubes videos

csv

  • csv: used for interacting with csv files.

articles & youtubes videos

array

  • array: for defining an object type that can compactly represent an array of basic values: characters, integers, floating-point numbers. more details

articles & youtubes videos

random

  • random: used for generating random numbers.

articles & youtubes videos

pandas

  • pandas: used for data analysis

articles & youtubes videos

Have a good day :)

18