Use the following videos to help you get acclimated with basic concepts of Python
Video 1: Basic Input using Numerical Data
Files created in this video:
demo.py
Video 2: Basic Input using Strings
Files created in this video:
printDemo.py
Video 3: Variable Demo
Files created in this video:
variableDemo.py
Video 4: Basic Input Using Numerical Data
Files created in this video:
example1.py
example2.py
example3.py
Video 5: If statements
Files created in this video:
ifStatementDemo.py
Video 6: If / Else statements
Files created in this video:
ifElseStatementDemo.py
Video 7: If / Else If statements
Files created in this video:
ifElseIfStatementDemo.py
Video 8: While Loop Demo #1 - Basic Looping
Files created in this video:
whileLoopDemo1.py
Video 9: While Loop Demo #2 - Input Validation
Files created in this video:
whileLoopDemo2.py
Video 10: While Loop Demo #3 - Running Totals
Files created in this video:
whileLoopDemo3.py
Video 11: For Loop Demo #1
Files created in this video:
forLoopDemo1.py
Video 12: For Loop Demo #2
Files created in this video:
forLoopDemo2.py
Video 13: For Loop Demo #3
Files created in this video:
forLoopDemo3.py
Video 14: Function Demo
Files created in this video:
FunctionDemo.py
Video 15: Wrestling with Functions
Files created in this video:
wrestling_functions.py
Video 16: Revenue Analysis Demo
DataFile used in this video:
revenueData.csv
Video 17: Survey Data
DataFile used in this video:
FlavorSurveyData.csv