Abstracting with Functions
Reusing code one piece at a time3 H 7 M
Just you? Training a whole team? There's an ITProTV plan that fits.
Start Training TodayEpisodes
Episodes
- Abstracting with Functions
- Overview
- What is a Function
- Creating a Function
- Functions without Arguments
- Functions with a Single Positional Argument
- Functions with a Single Keyword Argument
- Functions w/ Multiple Positional Arguments
- Functions w/ Multiple Keyword Arguments
- Fuctions w/ Mixed Arguments
Overview
2 M



- Episode Description
- Transcript
In this series, we will take a look at creating functions as a way to collect logic into a reusable chunk. If you want to explore how to create and utilize functions to make your code more readable and maintainable, then join us there!