Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай New Complete Python Course 2019: Learn Python 3 From Scratch, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:05:14
    Why Python and not another programming language?
  • Урок 2. 00:05:11
    How Python Started? (A brief history)
  • Урок 3. 00:08:22
    The way of learning in our course
  • Урок 4. 00:04:49
    Python 2 and Python 3: what's the difference and what to learn?
  • Урок 5. 00:05:17
    Preaparing the IDE
  • Урок 6. 00:12:49
    Naming variables: How to choose the right name for variables?
  • Урок 7. 00:06:48
    Concatenating Strings: How to combine Strings?
  • Урок 8. 00:09:19
    White spaces: Blanks, white spaces and new lines.
  • Урок 9. 00:04:05
    Cases: Upper cases and lower cases in python!
  • Урок 10. 00:09:09
    Input: How to input text from the Keyboard to a Python Program?
  • Урок 11. 00:02:41
    Length: How to get the length of a string?
  • Урок 12. 00:09:26
    Integers
  • Урок 13. 00:05:28
    Floats
  • Урок 14. 00:06:41
    Comments in Python
  • Урок 15. 00:11:22
    Conditional tests and booleans
  • Урок 16. 00:05:21
    Simple if statement
  • Урок 17. 00:02:39
    Simple if-else statement
  • Урок 18. 00:06:26
    Composed if-elif-else statement
  • Урок 19. 00:14:59
    Practical lecture: creating a program that solves quadratic equations
  • Урок 20. 00:06:46
    For loop
  • Урок 21. 00:05:19
    For loop -2-
  • Урок 22. 00:09:08
    While loop
  • Урок 23. 00:10:29
    Practical lecture: Creating "Guess The Number" game
  • Урок 24. 00:01:18
    Introduction to Lists
  • Урок 25. 00:07:48
    Creating a list and accessing to its elements
  • Урок 26. 00:06:10
    Modifying and adding elements in lists
  • Урок 27. 00:08:02
    Removing elements from lists
  • Урок 28. 00:06:57
    Sorting lists
  • Урок 29. 00:06:14
    Working with only a part of a list
  • Урок 30. 00:07:48
    Copying in lists
  • Урок 31. 00:07:50
    Practical lecture 1: Tic Tac Toe Game!
  • Урок 32. 00:04:37
    Practical lecture 2: Tic Tac Toe Game!
  • Урок 33. 00:11:21
    Practical lecture 3: Tic Tac Toe Game!
  • Урок 34. 00:13:27
    Practical lecture 4: Tic Tac Toe Game!
  • Урок 35. 00:03:00
    Introduction to tuples
  • Урок 36. 00:07:41
    Dealing with tuples
  • Урок 37. 00:04:27
    Introduction to Dictionaries
  • Урок 38. 00:04:51
    Creating a dictionary and accessing to its elements
  • Урок 39. 00:04:19
    Modifying and Adding elements to dictionaries
  • Урок 40. 00:03:45
    Removing key-value couples from dictionaries
  • Урок 41. 00:12:15
    Looping through a dictionary (Navigating in a dictionary)
  • Урок 42. 00:05:52
    Lists and Dictionaries -1-
  • Урок 43. 00:07:30
    Lists and Dictionaries -2-
  • Урок 44. 00:02:54
    Lists and Dictionaries -3-
  • Урок 45. 00:16:15
    Lists and Dictionaries -4-
  • Урок 46. 00:02:04
    Introduction to Functions
  • Урок 47. 00:05:18
    Defining and Calling Functions
  • Урок 48. 00:06:22
    Practical lecture
  • Урок 49. 00:14:19
    E-Shop 1
  • Урок 50. 00:07:25
    E-Shop 2
  • Урок 51. 00:09:15
    E-Shop 3
  • Урок 52. 00:18:30
    E-Shop 4
  • Урок 53. 00:24:39
    E-Shop 5
  • Урок 54. 00:11:22
    E-Shop 6
  • Урок 55. 00:06:51
    E-Shop 7
  • Урок 56. 00:09:43
    E-Shop 8
  • Урок 57. 00:02:53
    E-Shop 9
  • Урок 58. 00:11:26
    E-Shop 10
  • Урок 59. 00:08:14
    E-Shop 11
  • Урок 60. 00:06:26
    E-Shop 12
  • Урок 61. 00:20:49
    E-Shop 13
  • Урок 62. 00:15:37
    Introduction to OOP (Oriented Object Programming)
  • Урок 63. 00:13:44
    How to create a class?
  • Урок 64. 00:12:05
    How to create an object? -1-
  • Урок 65. 00:12:29
    How to create an object? -2-
  • Урок 66. 00:16:02
    Inheritance and overriding
  • Урок 67. 00:14:13
    Protected attributes and Private attributes
  • Урок 68. 00:06:56
    Class attributes and Instance attributes
  • Урок 69. 00:07:42
    Static methods, Class methods and Instance methods
  • Урок 70. 00:07:59
    Interfaces
  • Урок 71. 00:05:24
    Abstracts
  • Урок 72. 00:05:28
    Introduction to the project
  • Урок 73. 00:13:19
    Person class (1)
  • Урок 74. 00:05:00
    Person class (2)
  • Урок 75. 00:11:24
    Person class (3)
  • Урок 76. 00:11:39
    Student class (1)
  • Урок 77. 00:05:08
    Student class (2)
  • Урок 78. 00:06:22
    Student class (3)
  • Урок 79. 00:07:37
    Professor class (1)
  • Урок 80. 00:09:26
    Professor class (2)
  • Урок 81. 00:05:48
    Administrator class
  • Урок 82. 00:09:47
    Creating the log in system (1)
  • Урок 83. 00:13:40
    Creating the log in system (2)
  • Урок 84. 00:12:24
    Setting up Student menu
  • Урок 85. 00:07:07
    Setting up Professor menu (1)
  • Урок 86. 00:11:42
    Setting up Professor menu (2) [Functions: member_number & members_list]
  • Урок 87. 00:13:07
    Setting up Professor menu (3)
  • Урок 88. 00:05:52
    Setting up Student Administrator menu (1) & testing Professor menu
  • Урок 89. 00:11:52
    Setting up Student Administrator menu (2)
  • Урок 90. 00:10:08
    Setting up Student Administrator menu (3)
  • Урок 91. 00:24:05
    Setting up Student Administrator (4) [Creating: members_details & add_member]
  • Урок 92. 00:14:38
    Setting up Professor Administrator menu
  • Урок 93. 00:12:28
    [Break] Creating a Timer
  • Урок 94. 00:12:55
    Setting up Admins menu (1)
  • Урок 95. 00:21:06
    Setting up Admins menu (2)
  • Урок 96. 00:09:02
    Errors: Types and Definitions
  • Урок 97. 00:05:34
    Simple try - except statement
  • Урок 98. 00:14:18
    Try - multi-except statement
  • Урок 99. 00:08:48
    Try - except - else - finally Statement
  • Урок 100. 00:14:54
    Creating a User Defined Exception
  • Урок 101. 00:03:52
    Introduction to Files
  • Урок 102. 00:12:14
    Declaring a File
  • Урок 103. 00:12:59
    Read and Write in a File
  • Урок 104. 00:06:03
    Read a Binary File
  • Урок 105. 00:12:03
    Write in Text Files + seek() method
  • Урок 106. 00:05:20
    Write in binary Files
  • Урок 107. 00:09:11
    ReadLines and WriteLines in a File
  • Урок 108. 00:13:54
    Practical prove about the benefits of Read Bytes and ReadLines
  • Урок 109. 00:02:40
    Introduction to JSON
  • Урок 110. 00:08:04
    JSON data structure
  • Урок 111. 00:06:50
    Convert JSON to PYTHON
  • Урок 112. 00:10:09
    Convert PYTHON to JSON
  • Урок 113. 00:09:05
    Convert JSON to an instance of a class
  • Урок 114. 00:10:48
    Load and dump JSON Files
  • Урок 115. 00:04:13
    Introduction to Generators
  • Урок 116. 00:07:38
    Simple usage of generators
  • Урок 117. 00:05:46
    Lists and generators
  • Урок 118. 00:06:56
    Practical prove about the benefits Generators
  • Урок 119. 00:14:26
    Introduction to Matrices + Create your first Matrix
  • Урок 120. 00:10:25
    Matrix's Diagonals and sums
  • Урок 121. 00:04:44
    Finding the position of an element in a Matrix
  • Урок 122. 00:09:26
    Formated strings
  • Урок 123. 00:03:48
    Create a list of Random Numbers and a list of Even Numbers
  • Урок 124. 00:05:23
    Create a list from a dictionary + unpacking a Matrix to a list
  • Урок 125. 00:05:48
    Extract a file in a list [In one line of code using list comprehensions]
  • Урок 126. 00:11:48
    Factorial
  • Урок 127. 00:21:20
    Fibonacci sequence
  • Урок 128. 00:01:45
    Introduction to the OS Module
  • Урок 129. 00:15:44
    Practice (1)
  • Урок 130. 00:06:51
    Practice (2)
  • Урок 131. 00:14:28
    Practice (3)
  • Урок 132. 00:08:29
    Practice (4) -1-
  • Урок 133. 00:14:19
    Practice (4) -2-
  • Урок 134. 00:05:45
    Introduction to the project
  • Урок 135. 00:16:33
    Hiding files (1)
  • Урок 136. 00:20:03
    Hiding files (2)
  • Урок 137. 00:08:15
    Getting files back to their original directory
  • Урок 138. 00:03:05
    Introduction to Requests Library
  • Урок 139. 00:05:26
    The 'get' request (1)
  • Урок 140. 00:07:52
    The 'get' requests (2) - pip + simple 'get' request
  • Урок 141. 00:08:04
    The 'get' request (3) - text and binary content
  • Урок 142. 00:11:36
    The 'get' request (4) - json content (Pulling football scores from a website)
  • Урок 143. 00:11:47
    The 'get' request (5) - passing Parameters and Headers
  • Урок 144. 00:02:11
    The 'post' request (1)
  • Урок 145. 00:15:06
    The 'post' request (2)
  • Урок 146. 00:02:49
    Introduction
  • Урок 147. 00:06:49
    Html overview
  • Урок 148. 00:13:49
    Installation + simple data pulling
  • Урок 149. 00:17:54
    The ‘find’ method
  • Урок 150. 00:07:01
    Automate Checking New Youtube Videos (1)
  • Урок 151. 00:19:48
    Automate Checking New Youtube Videos (2)
  • Урок 152. 00:08:18
    Automate Checking New Youtube Videos (3) + collection.deque
  • Урок 153. 00:19:05
    Automate Checking New Youtube Videos (4)
  • Урок 154. 00:06:43
    Introduction to GUI
  • Урок 155. 00:04:25
    Windows
  • Урок 156. 00:08:46
    Buttons
  • Урок 157. 00:07:16
    Labels and Entries (1)
  • Урок 158. 00:07:46
    Labels and Entries (2)
  • Урок 159. 00:16:54
    CheckBoxes (CheckButtons)
  • Урок 160. 00:11:39
    Canvases
  • Урок 161. 00:09:51
    Frames
  • Урок 162. 00:07:29
    ListBoxes
  • Урок 163. 00:08:06
    Menus
  • Урок 164. 00:05:53
    RadioButtons
  • Урок 165. 00:04:57
    ScrollBars
  • Урок 166. 00:02:58
    MessageBoxes
  • Урок 167. 00:06:01
    Introduction to the project
  • Урок 168. 00:14:56
    Search Button and Search Entry
  • Урок 169. 00:10:23
    Making The request + Searching Bar and Button + Showing number of results
  • Урок 170. 00:10:51
    Scrapping Tiles, Answers, Votes
  • Урок 171. 00:17:18
    Answer class + TextBox + bind selection + details buttons
  • Урок 172. 00:18:21
    Create a browser + See_details function
  • Урок 173. 00:05:53
    Binding return button + Trying the program
  • Урок 174. 00:01:56
    Introduction
  • Урок 175. 00:08:32
    Develop your skills
  • Урок 176. 00:11:55
    Contribute to open-source projects
  • Урок 177. 00:10:33
    Preparing for a Python Job interview