Back to Browse

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

106 views
Jul 6, 2021
4:36

LINKS TO FULL CONTENT Full lesson: https://computersciencecamp.com/courses/python3/introduction/python-modules Full course: https://computersciencecamp.com/courses/python3 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

Download

0 formats

No download links available.

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