Python Module

Introduction to Python Module – Notes

python module math random statistic

Topics: Introduction to Python modules: Importing module using ‘import ‘ and using from statement, Importing math module (pi, e, sqrt, ceil, floor, pow, fabs, sin, cos, tan); random module (random, randint, randrange), statistics module (mean, median,mode) Module A module is a grouping of functions. The program is divided into different parts under different levels, called […]

Introduction to Python Module – Notes Read More »

Using Python Libraries – Notes

Using Python Libraries – Notes Using Python libraries: create and import Python libraries. Using libraries: Mathematical, Random, String and Datetime. What is Library? Library refers to the collection of related module(s), which works together to fulfil specific requirements or help us in making any application. The library contains built-in modules (written in C) that provide

Using Python Libraries – Notes Read More »

You cannot copy content of this page

Scroll to Top