Intro to Python: Fun with Functions

Details
In programming, functions are the easiest way to make repetitive tasks easy. Your first few functions are usually simple, but there is a lot you can do if you understand the power that functions give you. In this part of the Introduction to Python series, we will explore:
• Basic function syntax
• Required and optional parameters
• Recursion
• Global variables
• Side effects
We will also cover some advanced topics as they come up, so bring your questions!
The "Introduction to Python" series is a program designed to work through the basics of the Python language and enhance your programming skills by covering specific aspects of the Python language one at a time.

Closed: goto >>> PyHawaii meetup instead...
See more events
Intro to Python: Fun with Functions