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.
