13 - Programming Checklist
13 - Programming Checklist
Programming with
Python
Demo Projects
Introduction to Python
❏ Watched video
Useful Links:
❏ Watched video
❏ Demo executed
Variables
❏ Watched video
❏ Demo executed
Functions
❏ Watched video
❏ Demo executed
User Input
❏ Watched video
❏ Demo executed
While Loops
❏ Watched video
❏ Demo executed
Comments
❏ Watched video
Sets
❏ Watched video
❏ Demo executed
Built-In Functions
❏ Watched video
❏ Demo executed
Dictionaries
❏ Watched video
❏ Demo executed
Check your progress... 4/5
Modules
❏ Watched video
❏ Demo executed
Exercise:
Write a program that accepts a user input of a goal and a deadline date.
And print back to the user, how much time they have remaining till that deadline.
❏ Watched video
❏ Program implemented
❏ Exercise 1 - List companies with respective product count
❏ Exercise 2 - List companies with respective total inventory value
❏ Exercise 3 - List products with less than 10 in inventory
❏ Exercise 4 - Write to Spreadsheet and save into a new File