Register - Login - Forgotten Password

Lesson 27: Using Python Modules and Libraries

Does every Python programmer really need to write every useful calculation from the beginning? Longer programmes become easier to maintain when their code is divided into organised, reusable parts. This section explores how reusable code and modules let a programme use established functionality while keeping clear the difference between defining a function locally and using one supplied elsewhere.

Lesson 27: Using Python Modules and Libraries

This lesson just one in the category Python Programming Level 1. To access this lesson you need to have a valid learner account, ask your parent to register you now.