File | Size |
---|
01. Course Overview/1. Course Introduction.mp4 | 43.93 MB |
01. Course Overview/1. Course Introduction.vtt | 12.52 kB |
01. Course Overview/2. Course Curriculum Overview.mp4 | 18.79 MB |
01. Course Overview/2. Course Curriculum Overview.vtt | 7.41 kB |
01. Course Overview/3. Python 2 versus Python 3.mp4 | 4.40 MB |
01. Course Overview/3. Python 2 versus Python 3.vtt | 3.48 kB |
01. Course Overview/3.1 Nice Summary of the Differences.html | 127.00 B |
01. Course Overview/3.2 Site that tells you which packages are Python 3 compatible.html | 85.00 B |
01. Course Overview/4. Course FAQs.html | 4.47 kB |
02. Python Setup/1. Command Line Basics.mp4 | 18.81 MB |
02. Python Setup/1. Command Line Basics.vtt | 11.48 kB |
02. Python Setup/2. Installing Python.mp4 | 21.66 MB |
02. Python Setup/2. Installing Python.vtt | 12.19 kB |
02. Python Setup/3. Running Python Code.mp4 | 40.57 MB |
02. Python Setup/3. Running Python Code.vtt | 26.08 kB |
02. Python Setup/4. Getting the Notebooks and the Course Material.mp4 | 8.31 MB |
02. Python Setup/4. Getting the Notebooks and the Course Material.vtt | 3.78 kB |
02. Python Setup/5. Git and Github Overview (Optional).mp4 | 19.15 MB |
02. Python Setup/5. Git and Github Overview (Optional).vtt | 5.20 kB |
02. Python Setup/5.1 Resources for Learning GitHub.html | 137.00 B |
02. Python Setup/5.2 GitHub Code School.html | 104.00 B |
02. Python Setup/5.3 Git Hello World Tutorial.html | 110.00 B |
03. Python Object and Data Structure Basics/1. Introduction to Python Data Types.mp4 | 7.82 MB |
03. Python Object and Data Structure Basics/1. Introduction to Python Data Types.vtt | 6.38 kB |
03. Python Object and Data Structure Basics/10. String Indexing.html | 131.00 B |
03. Python Object and Data Structure Basics/11. String Slicing.html | 131.00 B |
03. Python Object and Data Structure Basics/12. String Properties and Methods.mp4 | 17.81 MB |
03. Python Object and Data Structure Basics/12. String Properties and Methods.vtt | 13.47 kB |
03. Python Object and Data Structure Basics/13. Strings -FAQ.html | 342.00 B |
03. Python Object and Data Structure Basics/14. Strings Quiz.html | 130.00 B |
03. Python Object and Data Structure Basics/15. Print Formatting with Strings.mp4 | 27.84 MB |
03. Python Object and Data Structure Basics/15. Print Formatting with Strings.vtt | 17.02 kB |
03. Python Object and Data Structure Basics/16. Print Formatting FAQs.html | 1.34 kB |
03. Python Object and Data Structure Basics/17. Print Formatting.html | 131.00 B |
03. Python Object and Data Structure Basics/18. Lists in Python.mp4 | 16.73 MB |
03. Python Object and Data Structure Basics/18. Lists in Python.vtt | 15.07 kB |
03. Python Object and Data Structure Basics/19. Lists.html | 131.00 B |
03. Python Object and Data Structure Basics/2. Numbers.mp4 | 5.49 MB |
03. Python Object and Data Structure Basics/2. Numbers.vtt | 6.00 kB |
03. Python Object and Data Structure Basics/20. Lists - FAQ.html | 352.00 B |
03. Python Object and Data Structure Basics/21. Lists Quiz.html | 130.00 B |
03. Python Object and Data Structure Basics/22. Dictionaries in Python.mp4 | 21.75 MB |
03. Python Object and Data Structure Basics/22. Dictionaries in Python.vtt | 14.84 kB |
03. Python Object and Data Structure Basics/23. Dictionaries.html | 131.00 B |
03. Python Object and Data Structure Basics/24. Dictionaries - FAQ.html | 379.00 B |
03. Python Object and Data Structure Basics/25. Dictionaries Quiz.html | 130.00 B |
03. Python Object and Data Structure Basics/26. Tuples with Python.mp4 | 9.10 MB |
03. Python Object and Data Structure Basics/26. Tuples with Python.vtt | 7.23 kB |
03. Python Object and Data Structure Basics/27. Tuples Quiz.html | 130.00 B |
03. Python Object and Data Structure Basics/28. Sets in Python.mp4 | 4.99 MB |
03. Python Object and Data Structure Basics/28. Sets in Python.vtt | 3.86 kB |
03. Python Object and Data Structure Basics/29. Sets.html | 131.00 B |
03. Python Object and Data Structure Basics/3. Numbers Simple Arithmetic.html | 131.00 B |
03. Python Object and Data Structure Basics/30. Booleans in Python.mp4 | 5.94 MB |
03. Python Object and Data Structure Basics/30. Booleans in Python.vtt | 4.87 kB |
03. Python Object and Data Structure Basics/31. Sets and Booleans Quiz.html | 130.00 B |
03. Python Object and Data Structure Basics/32. IO with Basic Files in Python.mp4 | 39.75 MB |
03. Python Object and Data Structure Basics/32. IO with Basic Files in Python.vtt | 24.12 kB |
03. Python Object and Data Structure Basics/33. File IO.html | 131.00 B |
03. Python Object and Data Structure Basics/34. Resources for More Basic Practice.html | 918.00 B |
03. Python Object and Data Structure Basics/35. Python Objects and Data Structures Assessment Test Overview.mp4 | 12.99 MB |
03. Python Object and Data Structure Basics/35. Python Objects and Data Structures Assessment Test Overview.vtt | 11.14 kB |
03. Python Object and Data Structure Basics/36. Python Objects and Data Structures Assessment Test Solutions.mp4 | 16.08 MB |
03. Python Object and Data Structure Basics/36. Python Objects and Data Structures Assessment Test Solutions.vtt | 15.87 kB |
03. Python Object and Data Structure Basics/4. Numbers - FAQ.html | 495.00 B |
03. Python Object and Data Structure Basics/5. Numbers Quiz.html | 130.00 B |
03. Python Object and Data Structure Basics/6. Variable Assignments.mp4 | 14.25 MB |
03. Python Object and Data Structure Basics/6. Variable Assignments.vtt | 12.01 kB |
03. Python Object and Data Structure Basics/7. Introduction to Strings.mp4 | 12.78 MB |
03. Python Object and Data Structure Basics/7. Introduction to Strings.vtt | 10.29 kB |
03. Python Object and Data Structure Basics/8. Quick Print Check.html | 131.00 B |
03. Python Object and Data Structure Basics/9. Indexing and Slicing with Strings.mp4 | 15.03 MB |
03. Python Object and Data Structure Basics/9. Indexing and Slicing with Strings.vtt | 11.17 kB |
04. Python Comparison Operators/1. Comparison Operators in Python.mp4 | 5.60 MB |
04. Python Comparison Operators/1. Comparison Operators in Python.vtt | 4.84 kB |
04. Python Comparison Operators/2. Chaining Comparison Operators in Python with Logical Operators.mp4 | 7.24 MB |
04. Python Comparison Operators/2. Chaining Comparison Operators in Python with Logical Operators.vtt | 8.65 kB |
04. Python Comparison Operators/3. Comparison Operators Quiz.html | 130.00 B |
05. Python Statements/1. If Elif and Else Statements in Python.mp4 | 11.91 MB |
05. Python Statements/1. If Elif and Else Statements in Python.vtt | 12.20 kB |
05. Python Statements/2. For Loops in Python.mp4 | 23.80 MB |
05. Python Statements/2. For Loops in Python.vtt | 25.65 kB |
05. Python Statements/3. While Loops in Python.mp4 | 14.73 MB |
05. Python Statements/3. While Loops in Python.vtt | 15.15 kB |
05. Python Statements/4. Useful Operators in Python.mp4 | 21.87 MB |
05. Python Statements/4. Useful Operators in Python.vtt | 21.32 kB |
05. Python Statements/5. List Comprehensions in Python.mp4 | 16.55 MB |
05. Python Statements/5. List Comprehensions in Python.vtt | 14.89 kB |
05. Python Statements/6. Python Statements Test Overview.mp4 | 4.46 MB |
05. Python Statements/6. Python Statements Test Overview.vtt | 3.75 kB |
05. Python Statements/7. Python Statements Test Solutions.mp4 | 16.96 MB |
05. Python Statements/7. Python Statements Test Solutions.vtt | 9.33 kB |
06. Methods and Functions/1. Methods and the Python Documentation.mp4 | 23.03 MB |
06. Methods and Functions/1. Methods and the Python Documentation.vtt | 10.97 kB |
06. Methods and Functions/10. Functions #7 is greater.html | 131.00 B |
06. Methods and Functions/11. args and kwargs in Python.mp4 | 16.50 MB |
06. Methods and Functions/11. args and kwargs in Python.vtt | 14.44 kB |
06. Methods and Functions/12. Functions #8 args.html | 131.00 B |
06. Methods and Functions/13. Functions #9 pick evens.html | 131.00 B |
06. Methods and Functions/14. Functions #10 skyline.html | 131.00 B |
06. Methods and Functions/15. Function Practice Exercises - Overview.mp4 | 9.59 MB |
06. Methods and Functions/15. Function Practice Exercises - Overview.vtt | 8.00 kB |
06. Methods and Functions/16. Function Practice Exercises - Solutions.mp4 | 15.90 MB |
06. Methods and Functions/16. Function Practice Exercises - Solutions.vtt | 12.94 kB |
06. Methods and Functions/17. Function Practice - Solutions Level One.mp4 | 11.89 MB |
06. Methods and Functions/17. Function Practice - Solutions Level One.vtt | 9.14 kB |
06. Methods and Functions/18. Function Practice - Solutions Level Two.mp4 | 17.55 MB |
06. Methods and Functions/18. Function Practice - Solutions Level Two.vtt | 14.49 kB |
06. Methods and Functions/19. Function Exercise Solutions - Challenge Problem.mp4 | 19.10 MB |
06. Methods and Functions/19. Function Exercise Solutions - Challenge Problem.vtt | 20.93 kB |
06. Methods and Functions/2. Functions in Python.mp4 | 24.05 MB |
06. Methods and Functions/2. Functions in Python.vtt | 23.52 kB |
06. Methods and Functions/20. Lambda Expressions, Map, and Filter Functions.mp4 | 19.38 MB |
06. Methods and Functions/20. Lambda Expressions, Map, and Filter Functions.vtt | 17.81 kB |
06. Methods and Functions/21. Nested Statements and Scope.mp4 | 24.09 MB |
06. Methods and Functions/21. Nested Statements and Scope.vtt | 21.06 kB |
06. Methods and Functions/22. Functions and Methods - Homework Assignment.mp4 | 19.41 MB |
06. Methods and Functions/22. Functions and Methods - Homework Assignment.vtt | 6.25 kB |
06. Methods and Functions/23. Hints and Tips for Functions and Methods Assignment.html | 2.16 kB |
06. Methods and Functions/24. Functions and Methods Homework - Solutions.mp4 | 23.15 MB |
06. Methods and Functions/24. Functions and Methods Homework - Solutions.vtt | 6.61 kB |
06. Methods and Functions/24.1 Slight Error on Multiply Question, Check Notebook for correct solution!.html | 202.00 B |
06. Methods and Functions/3. Overview of Quick Function Exercises #1-10.html | 2.00 kB |
06. Methods and Functions/4. Functions #1 print Hello World.html | 131.00 B |
06. Methods and Functions/5. Functions #2 print Hello Name.html | 131.00 B |
06. Methods and Functions/6. Functions #3 - simple Boolean.html | 131.00 B |
06. Methods and Functions/7. Functions #4 - using Booleans.html | 131.00 B |
06. Methods and Functions/8. Functions #5 simple math.html | 131.00 B |
06. Methods and Functions/9. Functions #6 is even.html | 131.00 B |
07. Milestone Project - 1/1. First Python Milestone Project Overview.mp4 | 27.22 MB |
07. Milestone Project - 1/1. First Python Milestone Project Overview.vtt | 22.97 kB |
07. Milestone Project - 1/2. Milestone Project Help.html | 4.90 kB |
07. Milestone Project - 1/3. Solution Overview for MileStone Project 1 - Part One.mp4 | 26.73 MB |
07. Milestone Project - 1/3. Solution Overview for MileStone Project 1 - Part One.vtt | 20.49 kB |
07. Milestone Project - 1/4. Solution Overview for MileStone Project 1 - Part Two.mp4 | 23.10 MB |
07. Milestone Project - 1/4. Solution Overview for MileStone Project 1 - Part Two.vtt | 16.96 kB |
07. Milestone Project - 1/5. Advanced Project Solution Overview.mp4 | 52.31 MB |
07. Milestone Project - 1/5. Advanced Project Solution Overview.vtt | 14.97 kB |
08. Object Oriented Programming/1. Object Oriented Programming - Introduction.mp4 | 7.10 MB |
08. Object Oriented Programming/1. Object Oriented Programming - Introduction.vtt | 7.07 kB |
08. Object Oriented Programming/2. Object Oriented Programming - Attributes and Class Keyword.mp4 | 20.05 MB |
08. Object Oriented Programming/2. Object Oriented Programming - Attributes and Class Keyword.vtt | 19.02 kB |
08. Object Oriented Programming/3. Object Oriented Programming - Class Object Attributes and Methods.mp4 | 26.98 MB |
08. Object Oriented Programming/3. Object Oriented Programming - Class Object Attributes and Methods.vtt | 23.34 kB |
08. Object Oriented Programming/4. Object Oriented Programming - Inheritance and Polymorphism.mp4 | 26.20 MB |
08. Object Oriented Programming/4. Object Oriented Programming - Inheritance and Polymorphism.vtt | 20.59 kB |
08. Object Oriented Programming/5. Object Oriented Programming - Special (MagicDunder) Methods.mp4 | 10.86 MB |
08. Object Oriented Programming/5. Object Oriented Programming - Special (MagicDunder) Methods.vtt | 9.58 kB |
08. Object Oriented Programming/6. Object Oriented Programming - Homework.mp4 | 4.88 MB |
08. Object Oriented Programming/6. Object Oriented Programming - Homework.vtt | 4.71 kB |
08. Object Oriented Programming/7. Object Oriented Programming - Homework Solutions.mp4 | 10.37 MB |
08. Object Oriented Programming/7. Object Oriented Programming - Homework Solutions.vtt | 9.55 kB |
08. Object Oriented Programming/8. Object Oriented Programming - Challenge Overview.mp4 | 8.22 MB |
08. Object Oriented Programming/8. Object Oriented Programming - Challenge Overview.vtt | 7.00 kB |
08. Object Oriented Programming/9. Object Oriented Programming - Challenge Solution.mp4 | 7.99 MB |
08. Object Oriented Programming/9. Object Oriented Programming - Challenge Solution.vtt | 6.65 kB |
09. Modules and Packages/1. Pip Install and PyPi.mp4 | 12.70 MB |
09. Modules and Packages/1. Pip Install and PyPi.vtt | 10.95 kB |
09. Modules and Packages/2. Modules and Packages.mp4 | 16.69 MB |
09. Modules and Packages/2. Modules and Packages.vtt | 14.84 kB |
09. Modules and Packages/3. __name__ and __main__.mp4 | 13.05 MB |
09. Modules and Packages/3. __name__ and __main__.vtt | 12.89 kB |
10. Errors and Exceptions Handling/1. Errors and Exception Handling.mp4 | 31.31 MB |
10. Errors and Exceptions Handling/1. Errors and Exception Handling.vtt | 23.81 kB |
10. Errors and Exceptions Handling/2. Errors and Exceptions Homework.mp4 | 2.48 MB |
10. Errors and Exceptions Handling/2. Errors and Exceptions Homework.vtt | 2.40 kB |
10. Errors and Exceptions Handling/3. Errors and Exception Homework - Solutions.mp4 | 7.92 MB |
10. Errors and Exceptions Handling/3. Errors and Exception Homework - Solutions.vtt | 7.06 kB |
10. Errors and Exceptions Handling/4. Pylint Overview.mp4 | 16.84 MB |
10. Errors and Exceptions Handling/4. Pylint Overview.vtt | 18.24 kB |
10. Errors and Exceptions Handling/5. Running tests with the Unittest Library.mp4 | 14.09 MB |
10. Errors and Exceptions Handling/5. Running tests with the Unittest Library.vtt | 12.74 kB |
11. Milestone Project - 2/1. Milestone Project 2 Overview.mp4 | 21.92 MB |
11. Milestone Project - 2/1. Milestone Project 2 Overview.vtt | 14.07 kB |
11. Milestone Project - 2/2. Solution Walkthrough - Card and Deck classes.mp4 | 32.73 MB |
11. Milestone Project - 2/2. Solution Walkthrough - Card and Deck classes.vtt | 15.43 kB |
11. Milestone Project - 2/3. Solution Walkthrough - Hand and Chip Classes.mp4 | 40.99 MB |
11. Milestone Project - 2/3. Solution Walkthrough - Hand and Chip Classes.vtt | 17.37 kB |
11. Milestone Project - 2/4. Solution Walkthrough - Functions for Game Play.mp4 | 25.05 MB |
11. Milestone Project - 2/4. Solution Walkthrough - Functions for Game Play.vtt | 11.26 kB |
11. Milestone Project - 2/5. Solutions Walkthrough - Final Gameplay Script.mp4 | 22.22 MB |
11. Milestone Project - 2/5. Solutions Walkthrough - Final Gameplay Script.vtt | 16.64 kB |
12. Python Decorators/1. Decorators with Python Overview.mp4 | 44.22 MB |
12. Python Decorators/1. Decorators with Python Overview.vtt | 27.31 kB |
12. Python Decorators/2. Decorators Homework.mp4 | 21.15 MB |
12. Python Decorators/2. Decorators Homework.vtt | 3.91 kB |
13. Python Generators/1. Generators with Python.mp4 | 25.40 MB |
13. Python Generators/1. Generators with Python.vtt | 16.45 kB |
13. Python Generators/2. Generators Homework Overview.mp4 | 4.02 MB |
13. Python Generators/2. Generators Homework Overview.vtt | 2.56 kB |
13. Python Generators/3. Generators Homework Solutions.mp4 | 6.44 MB |
13. Python Generators/3. Generators Homework Solutions.vtt | 3.68 kB |
14. Final Capstone Python Project/1. Final Capstone Project.mp4 | 49.84 MB |
14. Final Capstone Python Project/1. Final Capstone Project.vtt | 6.05 kB |
15. Advanced Python Modules/1. Collections Module - counter.mp4 | 36.96 MB |
15. Advanced Python Modules/1. Collections Module - counter.vtt | 9.37 kB |
15. Advanced Python Modules/10. Advanced Python Modules FAQ.html | 60.00 B |
15. Advanced Python Modules/2. Collections Module - defaultdict.mp4 | 13.84 MB |
15. Advanced Python Modules/2. Collections Module - defaultdict.vtt | 6.58 kB |
15. Advanced Python Modules/3. Collections Module - OrderedDict.mp4 | 14.05 MB |
15. Advanced Python Modules/3. Collections Module - OrderedDict.vtt | 5.41 kB |
15. Advanced Python Modules/4. Collections Module - namedtuple.mp4 | 22.33 MB |
15. Advanced Python Modules/4. Collections Module - namedtuple.vtt | 8.62 kB |
15. Advanced Python Modules/5. Datetime.mp4 | 30.72 MB |
15. Advanced Python Modules/5. Datetime.vtt | 12.36 kB |
15. Advanced Python Modules/6. Python Debugger - pdb.mp4 | 23.54 MB |
15. Advanced Python Modules/6. Python Debugger - pdb.vtt | 7.77 kB |
15. Advanced Python Modules/7. Timing your code - timeit.mp4 | 38.04 MB |
15. Advanced Python Modules/7. Timing your code - timeit.vtt | 10.75 kB |
15. Advanced Python Modules/8. Regular Expressions -re.mp4 | 151.96 MB |
15. Advanced Python Modules/8. Regular Expressions -re.vtt | 35.16 kB |
15. Advanced Python Modules/9. StringIO.mp4 | 16.31 MB |
15. Advanced Python Modules/9. StringIO.vtt | 4.01 kB |
16. Advanced Python Objects and Data Structures/1. Advanced Numbers.mp4 | 30.58 MB |
16. Advanced Python Objects and Data Structures/1. Advanced Numbers.vtt | 7.14 kB |
16. Advanced Python Objects and Data Structures/2. Advanced Strings.mp4 | 30.36 MB |
16. Advanced Python Objects and Data Structures/2. Advanced Strings.vtt | 12.80 kB |
16. Advanced Python Objects and Data Structures/3. Advanced Sets.mp4 | 40.56 MB |
16. Advanced Python Objects and Data Structures/3. Advanced Sets.vtt | 18.93 kB |
16. Advanced Python Objects and Data Structures/4. Advanced Dictionaries.mp4 | 17.01 MB |
16. Advanced Python Objects and Data Structures/4. Advanced Dictionaries.vtt | 8.29 kB |
16. Advanced Python Objects and Data Structures/5. Advanced Lists.mp4 | 31.81 MB |
16. Advanced Python Objects and Data Structures/5. Advanced Lists.vtt | 13.78 kB |
16. Advanced Python Objects and Data Structures/6. Advanced Python Objects Assessment Test.mp4 | 8.08 MB |
16. Advanced Python Objects and Data Structures/6. Advanced Python Objects Assessment Test.vtt | 3.24 kB |
16. Advanced Python Objects and Data Structures/7. Advanced Python Objects Test - Solutions.mp4 | 6.51 MB |
16. Advanced Python Objects and Data Structures/7. Advanced Python Objects Test - Solutions.vtt | 2.10 kB |
17. Bonus Material - Introduction to GUIs/1. Introduction to GUIs.html | 2.01 kB |
17. Bonus Material - Introduction to GUIs/2. Quick note about ipywidgets.html | 346.00 B |
17. Bonus Material - Introduction to GUIs/3. Interact Functionality with GUIs.mp4 | 33.93 MB |
17. Bonus Material - Introduction to GUIs/3. Interact Functionality with GUIs.vtt | 20.34 kB |
17. Bonus Material - Introduction to GUIs/4. GUI Widget Basics.mp4 | 18.75 MB |
17. Bonus Material - Introduction to GUIs/4. GUI Widget Basics.vtt | 10.64 kB |
17. Bonus Material - Introduction to GUIs/5. List of Possible Widgets.mp4 | 19.58 MB |
17. Bonus Material - Introduction to GUIs/5. List of Possible Widgets.vtt | 9.76 kB |
17. Bonus Material - Introduction to GUIs/6. Widget Styling and Layouts.mp4 | 17.42 MB |
17. Bonus Material - Introduction to GUIs/6. Widget Styling and Layouts.vtt | 10.59 kB |
17. Bonus Material - Introduction to GUIs/7. Example of what a Widget can do!.mp4 | 18.31 MB |
17. Bonus Material - Introduction to GUIs/7. Example of what a Widget can do!.vtt | 8.91 kB |
18. BONUS SPECIAL OFFERS/1. Bonus Lecture Coupons.html | 3.69 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/1. NOTE ABOUT THIS SECTION.html | 480.00 B |
19. APPENDIX OLDER PYTHON 2 MATERIAL/10. Lists.mp4 | 68.09 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/10. Lists.vtt | 29.49 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/11. Dictionaries.mp4 | 61.78 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/11. Dictionaries.vtt | 25.43 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/12. Files.mp4 | 25.80 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/12. Files.vtt | 12.34 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/13. Sets and Booleans.mp4 | 22.82 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/13. Sets and Booleans.vtt | 11.31 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/14. Tuples.mp4 | 24.05 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/14. Tuples.vtt | 11.32 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/15. Objects and Data Structures Assessment Test.mp4 | 24.21 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/15. Objects and Data Structures Assessment Test.vtt | 9.31 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/16. Objects and Data Structures Assessment - Solutions.mp4 | 28.48 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/16. Objects and Data Structures Assessment - Solutions.vtt | 11.15 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/17. Comparison Operators.mp4 | 22.27 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/17. Comparison Operators.vtt | 8.64 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/18. Chained Comparison Operators.mp4 | 13.96 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/18. Chained Comparison Operators.vtt | 6.46 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/19. Introduction to Python Statements.mp4 | 10.05 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/19. Introduction to Python Statements.vtt | 8.27 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/2. How to Approach This Course.mp4 | 11.87 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/2. How to Approach This Course.vtt | 4.53 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/20. if, elif, and else Statements.mp4 | 38.45 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/20. if, elif, and else Statements.vtt | 15.34 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/21. for Loops.mp4 | 67.68 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/21. for Loops.vtt | 31.88 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/22. while Loops.mp4 | 54.53 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/22. while Loops.vtt | 19.39 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/23. range().mp4 | 40.20 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/23. range().vtt | 18.71 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/24. List Comprehensions.mp4 | 47.19 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/24. List Comprehensions.vtt | 20.35 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/25. Statements Assessment Test.mp4 | 9.25 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/25. Statements Assessment Test.vtt | 3.07 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/26. Statements Assessment Solutions.mp4 | 12.50 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/26. Statements Assessment Solutions.vtt | 4.15 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/27. Methods.mp4 | 22.17 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/27. Methods.vtt | 10.50 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/28. Functions.mp4 | 74.04 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/28. Functions.vtt | 33.72 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/29. lambda expressions.mp4 | 67.46 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/29. lambda expressions.vtt | 23.01 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/3. Python 2 vs Python 3.mp4 | 38.61 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/3. Python 2 vs Python 3.vtt | 11.48 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/3.1 List of Differences between Python 2 and 3.html | 127.00 B |
19. APPENDIX OLDER PYTHON 2 MATERIAL/30. Nested Statements and Scope.mp4 | 44.04 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/30. Nested Statements and Scope.vtt | 18.96 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/31. Milestone Project 1 Section.html | 382.00 B |
19. APPENDIX OLDER PYTHON 2 MATERIAL/32. Milestone Project 1 -Assignment Overview.mp4 | 39.59 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/32. Milestone Project 1 -Assignment Overview.vtt | 10.71 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/33. Milestone Project 1 - Solution Walkthrough - Part 1.mp4 | 94.89 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/33. Milestone Project 1 - Solution Walkthrough - Part 1.vtt | 30.25 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/34. Milestone Project 1 - Solution Walkthrough - Part 2.mp4 | 51.49 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/34. Milestone Project 1 - Solution Walkthrough - Part 2.vtt | 17.39 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/35. Milestone Project 1 - Solution Walkthrough - Part 3.mp4 | 62.22 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/35. Milestone Project 1 - Solution Walkthrough - Part 3.vtt | 20.95 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/36. OOP - Part 1 - Objects.mp4 | 32.96 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/36. OOP - Part 1 - Objects.vtt | 10.34 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/37. OOP - Part 2 - Classes.mp4 | 70.95 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/37. OOP - Part 2 - Classes.vtt | 24.95 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/38. OOP - Part 3 -Methods.mp4 | 66.19 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/38. OOP - Part 3 -Methods.vtt | 22.54 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/39. OOP - Part 4 - Inheritance.mp4 | 30.20 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/39. OOP - Part 4 - Inheritance.vtt | 10.68 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/4. Jupyter Notebook Installation.mp4 | 36.71 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/4. Jupyter Notebook Installation.vtt | 28.35 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/4.1 Jupyter Site.html | 84.00 B |
19. APPENDIX OLDER PYTHON 2 MATERIAL/40. OOP - Part 5 - Special Methods.mp4 | 34.35 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/40. OOP - Part 5 - Special Methods.vtt | 11.56 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/41. OOP Homework Assignment.mp4 | 10.24 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/41. OOP Homework Assignment.vtt | 4.19 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/42. OOP Homework Solution.mp4 | 13.14 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/42. OOP Homework Solution.vtt | 4.37 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/43. Errors and Exceptions.mp4 | 11.62 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/43. Errors and Exceptions.vtt | 7.38 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/44. Exception Handling try, except, finally.mp4 | 91.21 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/44. Exception Handling try, except, finally.vtt | 30.13 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/45. Errors and Exceptions Homework.mp4 | 9.19 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/45. Errors and Exceptions Homework.vtt | 3.06 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/46. Errors and Exceptions - Solutions.mp4 | 6.75 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/46. Errors and Exceptions - Solutions.vtt | 2.51 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/47. Modules, Packages, and Imports.mp4 | 59.58 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/47. Modules, Packages, and Imports.vtt | 15.94 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/48. Modules and Packages Assignment.mp4 | 17.85 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/48. Modules and Packages Assignment.vtt | 3.70 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/49. Create your own Python modules..html | 880.00 B |
19. APPENDIX OLDER PYTHON 2 MATERIAL/5. FAQ - Notebooks.mp4 | 11.45 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/5. FAQ - Notebooks.vtt | 3.01 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/5.1 Notebooks.html | 144.00 B |
19. APPENDIX OLDER PYTHON 2 MATERIAL/50. Project Overview.mp4 | 28.59 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/50. Project Overview.vtt | 8.92 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/51. Project 2 Solution.mp4 | 27.27 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/51. Project 2 Solution.vtt | 7.03 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/52. Python 3 Notes for Map, Reduce, and Filter.html | 390.00 B |
19. APPENDIX OLDER PYTHON 2 MATERIAL/53. Map.mp4 | 27.08 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/53. Map.vtt | 12.06 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/54. Reduce.mp4 | 23.01 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/54. Reduce.vtt | 10.91 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/55. Filter.mp4 | 13.36 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/55. Filter.vtt | 7.92 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/56. Zip.mp4 | 24.52 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/56. Zip.vtt | 11.57 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/57. Enumerate.mp4 | 15.04 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/57. Enumerate.vtt | 7.95 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/58. all() and any().mp4 | 10.52 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/58. all() and any().vtt | 4.77 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/59. Complex.mp4 | 7.12 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/59. Complex.vtt | 4.48 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/6. Numbers.mp4 | 31.34 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/6. Numbers.vtt | 23.47 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/60. Built-in Functions Assessment Test.mp4 | 21.67 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/60. Built-in Functions Assessment Test.vtt | 6.62 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/61. Built-in Functions Assessment Test Solutions.mp4 | 15.04 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/61. Built-in Functions Assessment Test Solutions.vtt | 4.11 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/62. Decorators - Part 1.mp4 | 30.44 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/62. Decorators - Part 1.vtt | 11.83 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/63. Decorators - Part 2.mp4 | 34.82 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/63. Decorators - Part 2.vtt | 12.18 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/64. Decorators - Part 3.mp4 | 55.83 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/64. Decorators - Part 3.vtt | 15.24 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/65. Iteration vs Generation.mp4 | 9.06 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/65. Iteration vs Generation.vtt | 4.89 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/66. Creating Generators.mp4 | 60.64 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/66. Creating Generators.vtt | 19.72 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/67. Iterators and Generators Homework.mp4 | 8.34 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/67. Iterators and Generators Homework.vtt | 3.43 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/68. Iterators and Generators Homework - Solutions.mp4 | 11.26 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/68. Iterators and Generators Homework - Solutions.vtt | 3.40 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/69. Interact.mp4 | 81.62 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/69. Interact.vtt | 31.77 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/7. IDE Selection.mp4 | 47.00 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/7. IDE Selection.vtt | 17.51 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/70. Widget Basics.mp4 | 34.38 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/70. Widget Basics.vtt | 16.44 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/71. Widget Events.mp4 | 71.61 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/71. Widget Events.vtt | 21.29 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/72. Widget List.mp4 | 43.98 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/72. Widget List.vtt | 13.33 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/73. Widget Styling.mp4 | 84.21 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/73. Widget Styling.vtt | 24.38 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/74. Custom Widget Example.mp4 | 54.97 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/74. Custom Widget Example.vtt | 14.32 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/8. Strings.mp4 | 75.59 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/8. Strings.vtt | 30.29 kB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/9. Print Formatting.mp4 | 62.33 MB |
19. APPENDIX OLDER PYTHON 2 MATERIAL/9. Print Formatting.vtt | 20.49 kB |
20. BONUS COUPONS FOR OTHER COURSES/1. Bonus Coupons.html | 5.79 kB |
Udemy Course downloader.txt | 94.00 B |
udemycoursedownloader.com.url | 132.00 B |