Skip to content
beginner to intermediate

Functions and Next Steps

Introduce functions, modules, and guide learners toward real-world projects and career paths.

Tutorials

Articles in Functions and Next Steps

Follow these lessons in order, or jump directly to the topic you need.

beginner7 min read

Defining Functions in Python

Are you tired of writing the same lines of code over and over? Do you wish there was an easier way to organize your programs and make them easier to read?…

Read tutorial
beginner8 min read

Importing Modules in Python

Learning Python is like opening a toolbox full of handy gadgets. Many of these gadgets are called modules. If you want to write real programs,…

Read tutorial
beginner8 min read

Practice Exercises: Functions

Are you ready to strengthen your Python skills? If you’ve learned how to define and use functions, it’s time to put that knowledge into action! Practice is…

Read tutorial