Filename Size 1. Course Introduction/1. Welcome.mp4 48.5 MB 1. Course Introduction/1. Welcome.vtt 2.9 KB 1. Course Introduction/2. Course Overview.mp4 112.5 MB 1. Course Introduction/2. Course Overview.vtt 8.9 KB 10. Working with Files/1. Opening Text Files with Python.mp4 98 MB 10. Working with Files/1. Opening Text Files with Python.vtt 7.1 KB 10. Working with Files/1.1 sales_data.txt.txt 167 B 10. Working with Files/2. Reading Text Files with Python.mp4 79.3 MB 10. Working with Files/2. Reading Text Files with Python.vtt 5.7 KB 10. Working with Files/3. Using a Loop to Read all Content in a Text File.mp4 64.7 MB 10. Working with Files/3. Using a Loop to Read all Content in a Text File.vtt 4.3 KB 10. Working with Files/4. Writing to a Text File with Python.mp4 109.7 MB 10. Working with Files/4. Writing to a Text File with Python.vtt 8.1 KB 10. Working with Files/5. Creating a Text File.mp4 57.2 MB 10. Working with Files/5. Creating a Text File.vtt 3.8 KB 11. Project # 2 -- Python and .CSV Files/1. Project #2 Preview.mp4 93.8 MB 11. Project # 2 -- Python and .CSV Files/1. Project #2 Preview.vtt 6.2 KB 11. Project # 2 -- Python and .CSV Files/1.1 example.csv.csv 123 B 11. Project # 2 -- Python and .CSV Files/2. Project #2 - ReadingWriting .CSV File Instructions.html 4.1 KB 11. Project # 2 -- Python and .CSV Files/2.1 PythonProject2-CSVReaderWriter-01.pdf.pdf 166.2 KB 11. Project # 2 -- Python and .CSV Files/2.2 example.csv.csv 123 B 11. Project # 2 -- Python and .CSV Files/3. Solution Step #1 -- .CSV Module.mp4 39.6 MB 11. Project # 2 -- Python and .CSV Files/3. Solution Step #1 -- .CSV Module.vtt 2.8 KB 11. Project # 2 -- Python and .CSV Files/4. Solution Step #2 -- Read .CSV Files.mp4 62.6 MB 11. Project # 2 -- Python and .CSV Files/4. Solution Step #2 -- Read .CSV Files.vtt 4.5 KB 11. Project # 2 -- Python and .CSV Files/5. Solution Step #3 -- Print .CSV.mp4 64.2 MB 11. Project # 2 -- Python and .CSV Files/5. Solution Step #3 -- Print .CSV.vtt 4.7 KB 11. Project # 2 -- Python and .CSV Files/6. Solution Step #4 -- Write to .CSV Files.mp4 110.1 MB 11. Project # 2 -- Python and .CSV Files/6. Solution Step #4 -- Write to .CSV Files.vtt 8.1 KB 11. Project # 2 -- Python and .CSV Files/7. BONUS SOLUTION -- Filter .CSV Results.mp4 50.3 MB 11. Project # 2 -- Python and .CSV Files/7. BONUS SOLUTION -- Filter .CSV Results.vtt 3.9 KB 12. Python OS Module/1. Import the OS Module.mp4 63.8 MB 12. Python OS Module/1. Import the OS Module.vtt 4.1 KB 12. Python OS Module/2. Get Current Working Directory with OS getdir() function.mp4 31.6 MB 12. Python OS Module/2. Get Current Working Directory with OS getdir() function.vtt 2.4 KB 12. Python OS Module/3. List Directory Files with OS listdir() Function.mp4 40.7 MB 12. Python OS Module/3. List Directory Files with OS listdir() Function.vtt 3.1 KB 12. Python OS Module/4. Change Working Directory with OS chdir() function.mp4 63.6 MB 12. Python OS Module/4. Change Working Directory with OS chdir() function.vtt 4.3 KB 12. Python OS Module/5. Create Directory with OS makedirs() function.mp4 69.7 MB 12. Python OS Module/5. Create Directory with OS makedirs() function.vtt 4.2 KB 12. Python OS Module/6. Check if File Exists with isfile() function.mp4 84 MB 12. Python OS Module/6. Check if File Exists with isfile() function.vtt 5.5 KB 12. Python OS Module/7. Deleting a File with Python.mp4 98.9 MB 12. Python OS Module/7. Deleting a File with Python.vtt 6.9 KB 13. Python Functions/1. Creating a Python Function.mp4 38.4 MB 13. Python Functions/1. Creating a Python Function.vtt 3.5 KB 13. Python Functions/1.1 PythonFunctions-01.py.py 81 B 13. Python Functions/2. Calling a Python Function.mp4 36 MB 13. Python Functions/2. Calling a Python Function.vtt 3.2 KB 13. Python Functions/3. Passing Arguments to a Function.mp4 69.9 MB 13. Python Functions/3. Passing Arguments to a Function.vtt 5.3 KB 13. Python Functions/3.1 PythonFunctionsArguments-01.py.py 129 B 13. Python Functions/4. Named Arguments.mp4 52.2 MB 13. Python Functions/4. Named Arguments.vtt 4.1 KB 13. Python Functions/4.1 PythonFunctionsNamedArguments-01.py.py 245 B 13. Python Functions/5. Default Arguments.mp4 43.4 MB 13. Python Functions/5. Default Arguments.vtt 3.5 KB 13. Python Functions/5.1 PythonFunctionsDefaultArguments-01.py.py 128 B 13. Python Functions/6. Variable Scope in Functions.mp4 88 MB 13. Python Functions/6. Variable Scope in Functions.vtt 6 KB 13. Python Functions/6.1 PythonVariableScope-01.py.py 175 B 13. Python Functions/7. Return Keyword.mp4 104 MB 13. Python Functions/7. Return Keyword.vtt 7.1 KB 13. Python Functions/7.1 PythonFunctionsReturn-01.py.py 150 B 13. Python Functions/8. Python Functions Quiz.html 164 B 14. Python Object Oriented Programming (OOP)/1. Creating Python Classes.mp4 74 MB 14. Python Object Oriented Programming (OOP)/1. Creating Python Classes.vtt 5.3 KB 14. Python Object Oriented Programming (OOP)/10. Introduction to Object Inheritance.mp4 51.7 MB 14. Python Object Oriented Programming (OOP)/10. Introduction to Object Inheritance.vtt 3.4 KB 14. Python Object Oriented Programming (OOP)/10.1 user.py.py 339 B 14. Python Object Oriented Programming (OOP)/11. Python Class Inheritance.mp4 88.7 MB 14. Python Object Oriented Programming (OOP)/11. Python Class Inheritance.vtt 5.6 KB 14. Python Object Oriented Programming (OOP)/12. Class Inheritance Function Override.mp4 76.5 MB 14. Python Object Oriented Programming (OOP)/12. Class Inheritance Function Override.vtt 4.9 KB 14. Python Object Oriented Programming (OOP)/13. Python OOP Quiz.html 164 B 14. Python Object Oriented Programming (OOP)/2. Python Class Properties.mp4 70 MB 14. Python Object Oriented Programming (OOP)/2. Python Class Properties.vtt 4.6 KB 14. Python Object Oriented Programming (OOP)/3. Class __init__ function.mp4 117.1 MB 14. Python Object Oriented Programming (OOP)/3. Class __init__ function.vtt 7.7 KB 14. Python Object Oriented Programming (OOP)/4. Class self Argument.mp4 59.6 MB 14. Python Object Oriented Programming (OOP)/4. Class self Argument.vtt 3.7 KB 14. Python Object Oriented Programming (OOP)/5. Python Class Functions.mp4 77.8 MB 14. Python Object Oriented Programming (OOP)/5. Python Class Functions.vtt 4.9 KB 14. Python Object Oriented Programming (OOP)/6. Class Function return.mp4 67.7 MB 14. Python Object Oriented Programming (OOP)/6. Class Function return.vtt 4.5 KB 14. Python Object Oriented Programming (OOP)/7. Python Private Properties.mp4 65.7 MB 14. Python Object Oriented Programming (OOP)/7. Python Private Properties.vtt 4.3 KB 14. Python Object Oriented Programming (OOP)/8. Python Class Private Functions.mp4 98.1 MB 14. Python Object Oriented Programming (OOP)/8. Python Class Private Functions.vtt 6.4 KB 14. Python Object Oriented Programming (OOP)/9. Delete an Object.mp4 37.3 MB 14. Python Object Oriented Programming (OOP)/9. Delete an Object.vtt 2.9 KB 15. Handling Errors in Python/1. Introduction to Error Handling.mp4 47.7 MB 15. Handling Errors in Python/1. Introduction to Error Handling.vtt 3.5 KB 15. Handling Errors in Python/2. Try... Statement.mp4 54.4 MB 15. Handling Errors in Python/2. Try... Statement.vtt 4.3 KB