Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Functional Python!
You have completed Functional Python!
Preview
Let's get to some code! We'll look at our data, our datatypes that we'll be using, and talk about what functions as first-class citizens gets us.
Our decorators workshop.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
In that spirit, we're going to use a bunch
of JSON data and then solve different
0:00
problems with it, instead of just creating
a single unified piece of software.
0:02
Let's go look at the data.
0:06
So before we get into
actually writing some code,
0:08
I wanted to talk about the data that we
are gonna be using, because we need data.
0:10
So the idea is that we're
running a bookseller,
0:16
a bookstore of some sort, and
we have a whole bunch of books and
0:19
we are gonna write software to tell
us information about our books.
0:23
So that's handy.
0:27
And we've got a number of pages,
we have a price, a publishing date,
0:28
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up