From the course: Python Projects

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Daily inspirational quotes

Daily inspirational quotes - Python Tutorial

From the course: Python Projects

Daily inspirational quotes

- [Instructor] Now that I have a plan for my program, and the structure of my program is stubbed out. It's time to start implementing the various pieces of code. Over the next several videos, I'll be implementing the four functions shown here , in the dd content.py module. If you want to get a little extra programming practice, this is a good point to pause the course, and take a few minutes to implement your own version of a get random quote function. Which should return a random quote, along with its author. Your implementation of that function will almost certainly differ from mine, and that's expected. I've left the requirements somewhat open-ended. So there are implementation decisions I'll be making along the way, which impact the final result. Now, let's walk through my thought process, to implement the get random quote function. First, I needed to decide where I wanted to get my random quotes from. A quick internet search for random quotes, will turn up countless webpages…

Contents