1. Урок 1. 00:06:40
    Course Introduction
  2. Урок 2. 00:04:01
    Course Curriculum Overview
  3. Урок 3. 00:05:19
    Why Python?
  4. Урок 4. 00:08:17
    Command Line Basics
  5. Урок 5. 00:23:09
    Installing Python (Step by Step)
  6. Урок 6. 00:17:51
    Running Python Code
  7. Урок 7. 00:02:23
    Getting the Notebooks and the Course Material
  8. Урок 8. 00:02:50
    Git and Github Overview (Optional)
  9. Урок 9. 00:04:03
    Introduction to Python Data Types
  10. Урок 10. 00:04:12
    Python Numbers
  11. Урок 11. 00:07:55
    Variable Assignments
  12. Урок 12. 00:07:12
    Introduction to Strings
  13. Урок 13. 00:08:30
    Indexing and Slicing with Strings
  14. Урок 14. 00:09:28
    String Properties and Methods
  15. Урок 15. 00:11:51
    Print Formatting with Strings
  16. Урок 16. 00:11:43
    Lists in Python
  17. Урок 17. 00:10:41
    Dictionaries in Python
  18. Урок 18. 00:04:50
    Tuples with Python
  19. Урок 19. 00:02:50
    Sets in Python
  20. Урок 20. 00:03:08
    Booleans in Python
  21. Урок 21. 00:17:47
    I/O with Basic Files in Python
  22. Урок 22. 00:06:49
    Python Objects and Data Structures Assessment Test Overview
  23. Урок 23. 00:09:48
    Python Objects and Data Structures Assessment Test Solutions
  24. Урок 24. 00:03:27
    Comparison Operators in Python
  25. Урок 25. 00:05:43
    Chaining Comparison Operators in Python with Logical Operators
  26. Урок 26. 00:09:07
    If Elif and Else Statements in Python
  27. Урок 27. 00:18:18
    For Loops in Python
  28. Урок 28. 00:10:36
    While Loops in Python
  29. Урок 29. 00:16:09
    Useful Operators in Python
  30. Урок 30. 00:11:27
    List Comprehensions in Python
  31. Урок 31. 00:02:28
    Python Statements Test Overview
  32. Урок 32. 00:07:20
    Python Statements Test Solutions
  33. Урок 33. 00:07:05
    Methods and the Python Documentation
  34. Урок 34. 00:03:10
    Introduction to Functions
  35. Урок 35. 00:05:43
    def Keyword
  36. Урок 36. 00:11:06
    Basics of Python Functions
  37. Урок 37. 00:12:20
    Logic with Python Functions
  38. Урок 38. 00:08:56
    Tuple Unpacking with Python Functions
  39. Урок 39. 00:10:49
    Interactions between Python Functions
  40. Урок 40. 00:12:02
    *args and **kwargs in Python
  41. Урок 41. 00:04:56
    Function Practice Exercises - Overview
  42. Урок 42. 00:10:04
    Function Practice Exercises - Solutions
  43. Урок 43. 00:07:21
    Function Practice - Solutions Level One
  44. Урок 44. 00:11:26
    Function Practice - Solutions Level Two
  45. Урок 45. 00:13:17
    Function Exercise Solutions - Challenge Problem
  46. Урок 46. 00:13:37
    Lambda Expressions, Map, and Filter Functions
  47. Урок 47. 00:16:03
    Nested Statements and Scope
  48. Урок 48. 00:06:00
    Methods and Functions Homework Overview
  49. Урок 49. 00:19:12
    Methods and Functions Homework - Solutions
  50. Урок 50. 00:03:48
    Introduction to Warm Up Project Exercises
  51. Урок 51. 00:05:28
    Displaying Information
  52. Урок 52. 00:10:19
    Accepting User Input
  53. Урок 53. 00:18:40
    Validating User Input
  54. Урок 54. 00:14:21
    Simple User Interaction
  55. Урок 55. 00:15:39
    First Python Milestone Project Overview
  56. Урок 56. 00:16:02
    Solution Overview for MileStone Project 1 - Part One
  57. Урок 57. 00:13:05
    Solution Overview for MileStone Project 1 - Part Two
  58. Урок 58. 00:04:53
    Object Oriented Programming - Introduction
  59. Урок 59. 00:14:20
    Object Oriented Programming - Attributes and Class Keyword
  60. Урок 60. 00:17:19
    Object Oriented Programming - Class Object Attributes and Methods
  61. Урок 61. 00:16:46
    Object Oriented Programming - Inheritance and Polymorphism
  62. Урок 62. 00:07:02
    Object Oriented Programming - Special (Magic/Dunder) Methods
  63. Урок 63. 00:03:08
    Object Oriented Programming - Homework
  64. Урок 64. 00:06:52
    Object Oriented Programming - Homework Solutions
  65. Урок 65. 00:05:15
    Object Oriented Programming - Challenge Overview
  66. Урок 66. 00:05:23
    Object Oriented Programming - Challenge Solution
  67. Урок 67. 00:07:47
    Pip Install and PyPi
  68. Урок 68. 00:11:40
    Modules and Packages
  69. Урок 69. 00:09:46
    __name__ and "__main__"
  70. Урок 70. 00:17:20
    Errors and Exception Handling
  71. Урок 71. 00:01:31
    Errors and Exceptions Homework
  72. Урок 72. 00:05:17
    Errors and Exception Homework - Solutions
  73. Урок 73. 00:11:37
    Pylint Overview
  74. Урок 74. 00:09:34
    Running tests with the Unittest Library
  75. Урок 75. 00:03:50
    Introduction to Milestone Project 2 Section Warmup
  76. Урок 76. 00:11:58
    Card Class
  77. Урок 77. 00:15:53
    Deck Class
  78. Урок 78. 00:11:05
    Player Class
  79. Урок 79. 00:05:44
    Game Logic - Part One
  80. Урок 80. 00:08:05
    Game Logic - Part Two
  81. Урок 81. 00:16:33
    Game Logic - Part Three
  82. Урок 82. 00:08:39
    Milestone Project 2 Overview
  83. Урок 83. 00:10:49
    Solution Walkthrough - Card and Deck classes
  84. Урок 84. 00:14:23
    Solution Walkthrough - Hand and Chip Classes
  85. Урок 85. 00:09:12
    Solution Walkthrough - Functions for Game Play
  86. Урок 86. 00:12:12
    Solutions Walkthrough - Final Gameplay Script
  87. Урок 87. 00:21:21
    Decorators with Python Overview
  88. Урок 88. 00:02:06
    Decorators Homework
  89. Урок 89. 00:13:07
    Generators with Python
  90. Урок 90. 00:01:41
    Generators Homework Overview
  91. Урок 91. 00:02:33
    Generators Homework Solutions
  92. Урок 92. 00:00:56
    Introduction to Advanced Python Modules
  93. Урок 93. 00:12:58
    Python Collections Module
  94. Урок 94. 00:19:43
    Opening and Reading Files and Folders (Python OS Module)
  95. Урок 95. 00:11:23
    Python Datetime Module
  96. Урок 96. 00:15:45
    Python Math and Random Modules
  97. Урок 97. 00:06:52
    Python Debugger
  98. Урок 98. 00:11:32
    Python Regular Expressions Part One
  99. Урок 99. 00:14:33
    Python Regular Expressions Part Two
  100. Урок 100. 00:14:05
    Python Regular Expressions Part Three
  101. Урок 101. 00:12:33
    Timing Your Python Code
  102. Урок 102. 00:10:27
    Zipping and Unzipping files with Python
  103. Урок 103. 00:01:50
    Advanced Python Module Puzzle - Overview
  104. Урок 104. 00:10:17
    Advanced Python Module Puzzle - Solution
  105. Урок 105. 00:15:41
    Introduction to Web Scraping
  106. Урок 106. 00:06:58
    Setting Up Web Scraping Libraries
  107. Урок 107. 00:10:14
    Python Web Scraping - Grabbing a Title
  108. Урок 108. 00:08:17
    Python Web Scraping - Grabbing a Class
  109. Урок 109. 00:15:31
    Python Web Scraping - Grabbing an Image
  110. Урок 110. 00:09:47
    Python Web Scraping - Book Examples Part One
  111. Урок 111. 00:13:22
    Python Web Scraping - Book Examples Part Two
  112. Урок 112. 00:04:13
    Python Web Scraping - Exercise Overview
  113. Урок 113. 00:16:01
    Python Web Scraping - Exercise Solutions
  114. Урок 114. 00:00:37
    Introduction to Images with Python
  115. Урок 115. 00:18:06
    Working with Images with Python
  116. Урок 116. 00:01:57
    Python Image Exercises - Overview
  117. Урок 117. 00:03:32
    Python Image Exercises - Solution
  118. Урок 118. 00:00:46
    Introduction to PDFs and Spreadsheets with Python
  119. Урок 119. 00:19:28
    Working with CSV Files in Python
  120. Урок 120. 00:12:38
    Working with PDF Files in Python
  121. Урок 121. 00:02:01
    PDFs and Spreadsheets Python Puzzle Exercise
  122. Урок 122. 00:09:56
    PDFs and Spreadsheets Python Puzzle Exercise - Solutions
  123. Урок 123. 00:01:32
    Introduction to Emails with Python
  124. Урок 124. 00:13:43
    Sending Emails with Python
  125. Урок 125. 00:12:48
    Receiving Emails with Python
  126. Урок 126. 00:03:16
    Final Capstone Project
  127. Урок 127. 00:04:34
    Advanced Numbers
  128. Урок 128. 00:08:31
    Advanced Strings
  129. Урок 129. 00:11:26
    Advanced Sets
  130. Урок 130. 00:05:03
    Advanced Dictionaries
  131. Урок 131. 00:08:21
    Advanced Lists
  132. Урок 132. 00:01:47
    Advanced Python Objects Assessment Test
  133. Урок 133. 00:01:11
    Advanced Python Objects Test - Solutions
  134. Урок 134. 00:15:42
    Interact Functionality with GUIs
  135. Урок 135. 00:08:13
    GUI Widget Basics
  136. Урок 136. 00:06:20
    List of Possible Widgets
  137. Урок 137. 00:08:11
    Widget Styling and Layouts
  138. Урок 138. 00:05:54
    Example of what a Widget can do!
  139. Урок 139. 00:06:10
    Objects and Data Structures Assessment - Solutions
  140. Урок 140. 00:05:00
    Comparison Operators
  141. Урок 141. 00:04:03
    Chained Comparison Operators