-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path_course-description.txt
More file actions
2 lines (2 loc) · 947 Bytes
/
_course-description.txt
File metadata and controls
2 lines (2 loc) · 947 Bytes
1
2
Course Description
It's now time to push forward and develop your Python chops even further. There are lots and lots of fantastic functions in Python and its library ecosystem. However, as a Data Scientist, you'll constantly need to write your own functions to solve problems that are dictated by your data. The art of function writing is what you'll learn in this first Python Data Science toolbox 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 and be able to write lambda functions and handle errors in your very own function writing practice. On top of this, you'll wrap up each Chapter by diving into using your acquired skills to write functions that analyze twitter DataFrames and are generalizable to broader Data Science contexts.