Importing modules in Python with the “import” keyword | An example using the “math” module

Опубликовано: 06 Июль 2021
на канале: Computer Science Camp
56
0

LINKS TO FULL CONTENT
Full lesson: https://computersciencecamp.com/cours...
Full course: https://computersciencecamp.com/cours...

FULL LESSON DESCRIPTION
In this lesson we study how Python extends its built-in functionality with external modules, and how your program can access these modules with special "import" statements. Our hands-on work includes two problems that focus on Python's “math” module.

FULL LESSON CONTENT
Part 1. Importing modules
Part 2. Problem: distance between points
Part 3. Problem: point coordinates in a circle