·Programming
Module 3 Lesson 7: Importing Modules
Don't reinvent the wheel. Learn how to use Python's 'import' system to tap into thousands of pre-written functions and libraries.
3 articles
Don't reinvent the wheel. Learn how to use Python's 'import' system to tap into thousands of pre-written functions and libraries.
Take control of your project structure. Learn how to split your code into multiple files and build your own reusable Python libraries.
Explore the 'Batteries Included' philosophy of Python. Learn about the most useful built-in modules for everything from math to data networking.