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