Skip to main content

Course

Introduction to Functions in Python

Basic3 hr

Learn the art of writing your own functions in Python, as well as key concepts like scoping and error handling.

Python3 hr10 videos44 Exercises3,550 XP460K+Statement of accomplishment

Create Your Free Account

Continue with Google
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.

Loved by learners at thousands of companies

Training a Team?

Try for Business

Course Description

It's time to push forward and develop your Python chops even further. Python has tons of fantastic functions and a module ecosystem. However, as a data professional or developer, you'll constantly need to write your own functions to solve problems that are dictated by your data. You will learn the art of function writing in this first course. You'll come out of this course being able to write your very own custom functions, complete with multiple parameters and multiple return values, along with default arguments and variable-length arguments. You'll gain insight into scoping in Python, be able to write lambda functions and handle errors in your function writing practice. You'll wrap up each chapter by using your new skills to write functions that analyze Twitter data.The videos contain live transcripts you can reveal by clicking "Show transcript" at the bottom left of the videos. The course glossary can be found on the right in the resources section. To obtain CPE credits you need to complete the course and reach a score of 70% on the qualified assessment. You can navigate to the assessment by clicking on the CPE credits callout on the right.

Feels like what you want to learn?

Start Course for Free

What you'll learn

  • Assess error conditions in user-defined functions and apply try-except blocks or raise statements to handle exceptions effectively
  • Distinguish between local, enclosing, global, and built-in scopes when accessing or modifying variables inside functions
  • Evaluate the appropriate use of lambda expressions and higher-order functions such as map for concise data operations
  • Identify the correct syntax for defining Python functions that accept single or multiple parameters and return single or multiple values
  • Recognize how to implement default arguments, *args, and **kwargs to create flexible function interfaces

Prerequisites

Curriculum

Course outline

Introduction to Functions in Python

Course
Complete

Earn Statement of Accomplishment

Enroll Now

Grow your data skills with DataCamp for Mobile

Make progress on the go with our mobile courses and daily 5-minute coding challenges.