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.

beginner8 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 useful gadgets. Many of these gadgets are called modules. If you want to write real programs,…

Read tutorial
beginner8 min read

Practice Exercises: Functions

Ready to build your Python skills? If you’ve learned how to define and use functions, now’s the perfect time to practice! Working through hands-on…

Read tutorial