Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Complete Python Course | Learn Python by Doing, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:29
    Welcome to this course!
  • Урок 2. 00:02:49
    Overview of the course curriculum
  • Урок 3. 00:02:29
    Our Python coding environment
  • Урок 4. 00:04:06
    Writing our first code! Variables and printing
  • Урок 5. 00:06:01
    Community & Support
  • Урок 6. 00:03:11
    Numbers in Python
  • Урок 7. 00:04:10
    Calculating the remainder of a division
  • Урок 8. 00:00:57
    Information before your first coding exercise
  • Урок 9. 00:06:58
    Python strings
  • Урок 10. 00:07:09
    Python string formatting
  • Урок 11. 00:08:08
    Getting user input in Python
  • Урок 12. 00:04:27
    Booleans and comparisons in Python
  • Урок 13. 00:08:51
    and & or in Python
  • Урок 14. 00:08:06
    Lists in Python
  • Урок 15. 00:05:30
    Tuples in Python
  • Урок 16. 00:02:46
    Sets in Python
  • Урок 17. 00:04:52
    Advanced set operations
  • Урок 18. 00:07:47
    Python dictionaries
  • Урок 19. 00:02:48
    Length and sum
  • Урок 20. 00:02:05
    Joining a list
  • Урок 21. 00:12:22
    If statements in Python
  • Урок 22. 00:06:15
    While loops in Python
  • Урок 23. 00:07:28
    For loops in Python
  • Урок 24. 00:03:20
    Destructuring syntax
  • Урок 25. 00:02:30
    Iterating over dictionaries
  • Урок 26. 00:04:12
    Break and continue
  • Урок 27. 00:03:49
    The else keyword with loops
  • Урок 28. 00:05:36
    Finding prime numbers with for loops
  • Урок 29. 00:04:03
    List slicing in Python
  • Урок 30. 00:09:03
    List comprehension in Python
  • Урок 31. 00:06:17
    Comprehensions with conditionals
  • Урок 32. 00:05:08
    Set and dictionary comprehensions
  • Урок 33. 00:02:43
    The zip function
  • Урок 34. 00:04:44
    The enumerate function
  • Урок 35. 00:04:11
    Functions in Python
  • Урок 36. 00:10:16
    Arguments and parameters
  • Урок 37. 00:09:26
    Functions and return values in Python
  • Урок 38. 00:07:27
    Default parameter values
  • Урок 39. 00:06:09
    Lambda functions in Python
  • Урок 40. 00:10:20
    First-class functions in Python
  • Урок 41. 00:02:19
    Installing Python in your computer
  • Урок 42. 00:02:57
    Installing PyCharm in your computer
  • Урок 43. 00:05:46
    Creating our first PyCharm project
  • Урок 44. 00:02:45
    Setting up PyCharm font and display settings
  • Урок 45. 00:07:28
    Milestone Project Brief
  • Урок 46. 00:11:34
    Milestone Project Implementation Video
  • Урок 47. 00:17:03
    Intro to Object-Oriented Programming with Python
  • Урок 48. 00:09:18
    More about classes and objects
  • Урок 49. 00:03:55
    Parameter naming in Python
  • Урок 50. 00:12:58
    Magic methods in Python
  • Урок 51. 00:08:46
    Inheritance in Python
  • Урок 52. 00:04:20
    The @property decorator
  • Урок 53. 00:07:28
    @classmethod and @staticmethod in Python
  • Урок 54. 00:12:07
    More @classmethod and @staticmethod examples
  • Урок 55. 00:13:14
    Intro to errors in Python
  • Урок 56. 00:17:59
    Built in errors in Python
  • Урок 57. 00:10:59
    Raising errors in Python
  • Урок 58. 00:13:43
    Creating our own errors in Python
  • Урок 59. 00:09:01
    Dealing with Python errors
  • Урок 60. 00:11:22
    The on success block and re-raising exceptions
  • Урок 61. 00:14:56
    Handling those pesky user errors!
  • Урок 62. 00:16:38
    Debugging with Pycharm
  • Урок 63. 00:10:56
    Files in Python
  • Урок 64. 00:20:39
    Python Exercise: copying files
  • Урок 65. 00:09:36
    CSV files with Python
  • Урок 66. 00:17:34
    JSON files with Python
  • Урок 67. 00:05:02
    Using the with syntax in Python
  • Урок 68. 00:10:29
    Importing our own files
  • Урок 69. 00:15:19
    Python relative imports: children
  • Урок 70. 00:05:45
    Python relative imports: parents
  • Урок 71. 00:05:27
    Import errors and running as a Python script
  • Урок 72. 00:05:54
    Intro to Milestone Project 2
  • Урок 73. 00:17:53
    Milestone Project with lists
  • Урок 74. 00:19:31
    Storing books in files
  • Урок 75. 00:09:59
    Using JSON instead of CSV
  • Урок 76. 00:07:04
    Intro to databases with Python
  • Урок 77. 00:02:38
    Using SQLite in Python
  • Урок 78. 00:04:09
    Some database jargon
  • Урок 79. 00:05:50
    Creating our books table using Python
  • Урок 80. 00:06:20
    Inserting books using Python
  • Урок 81. 00:03:13
    SELECT examples
  • Урок 82. 00:06:31
    Getting all our books
  • Урок 83. 00:02:15
    UPDATE and DELETE
  • Урок 84. 00:05:00
    Filtering with WHERE
  • Урок 85. 00:07:47
    Finishing the Milestone Project
  • Урок 86. 00:02:38
    Ordering and limiting
  • Урок 87. 00:10:12
    Developing our context manager in Python
  • Урок 88. 00:06:56
    Errors in context managers
  • Урок 89. 00:12:11
    Typing in Python
  • Урок 90. 00:01:45
    Further reading
  • Урок 91. 00:12:40
    Generators in Python
  • Урок 92. 00:08:16
    Python generator classes and iterators
  • Урок 93. 00:07:49
    Iterables in Python
  • Урок 94. 00:08:44
    The filter() function in Python
  • Урок 95. 00:05:40
    The map() function in Python
  • Урок 96. 00:05:00
    any() and all() in Python
  • Урок 97. 00:11:50
    Mutability in Python
  • Урок 98. 00:12:17
    Argument mutability in Python
  • Урок 99. 00:05:04
    Default values for parameters
  • Урок 100. 00:06:39
    Mutable default arguments (bad idea)
  • Урок 101. 00:11:17
    Argument unpacking in Python
  • Урок 102. 00:03:21
    Queues in Python
  • Урок 103. 00:25:56
    Some interesting Python collections
  • Урок 104. 00:08:47
    Timezones
  • Урок 105. 00:12:47
    Dates and time in Python
  • Урок 106. 00:12:33
    Timing your code with Python
  • Урок 107. 00:08:29
    Regular expressions
  • Урок 108. 00:13:37
    Regex examples
  • Урок 109. 00:13:08
    Regex in Python
  • Урок 110. 00:10:36
    Introduction to logging in Python
  • Урок 111. 00:04:17
    Logging to a file and other features
  • Урок 112. 00:09:38
    Higher-order functions in Python
  • Урок 113. 00:07:33
    Markup Languages: The Structure of HTML Code
  • Урок 114. 00:18:45
    Understanding HTML with BeautifulSoup
  • Урок 115. 00:22:19
    More complex HTML parsing
  • Урок 116. 00:05:41
    Structuring our parsing program better
  • Урок 117. 00:04:04
    Splitting HTML locators out of our Python class
  • Урок 118. 00:06:36
    Understanding HTML with the browser
  • Урок 119. 00:06:43
    Scraping our first website with Python
  • Урок 120. 00:04:14
    Milestone Project 3: A Quote Scraper
  • Урок 121. 00:02:42
    Quotes Project 2: Structuring a scraping app in Python
  • Урок 122. 00:05:10
    Quotes Project 3: Getting our locators
  • Урок 123. 00:04:52
    Quotes Project 4: Crafting our quote parser
  • Урок 124. 00:04:31
    Quotes Project 5: The quotes page
  • Урок 125. 00:03:55
    Quotes Project 6: Recap of the project
  • Урок 126. 00:05:02
    Milestone Project 4: A Book Scraper + application
  • Урок 127. 00:04:54
    Books Project 2: Recap of HTML locators
  • Урок 128. 00:04:27
    Books Project 3: Creating locators in Python
  • Урок 129. 00:03:28
    Books Project 4: Creating our page
  • Урок 130. 00:11:02
    Books Project 5: Creating our book parser
  • Урок 131. 00:03:56
    Books Project 6: Writing our app file
  • Урок 132. 00:08:51
    Books Project 7: Sorting the books
  • Урок 133. 00:06:03
    Books Project 8: Constructing our menu
  • Урок 134. 00:01:29
    ASIDE: The best way to write user menus
  • Урок 135. 00:02:38
    Books Project 9: Getting multiple pages
  • Урок 136. 00:05:27
    Books Project 10: Multiple pages in Python
  • Урок 137. 00:06:34
    Books Project 11: Getting the page count in Python
  • Урок 138. 00:20:29
    Books Project 12: Adding logging to our Python project
  • Урок 139. 00:03:15
    A word on scraping pages with JavaScript
  • Урок 140. 00:01:39
    Introduction to this section
  • Урок 141. 00:05:02
    Review of our quotes scraping code
  • Урок 142. 00:02:01
    Downloading chromedriver
  • Урок 143. 00:06:27
    Using Chrome in our scraping code
  • Урок 144. 00:03:45
    Our new page locators
  • Урок 145. 00:04:08
    Interacting with dropdowns
  • Урок 146. 00:05:18
    Selecting tags
  • Урок 147. 00:02:18
    Searching for quotes
  • Урок 148. 00:05:04
    Encapsulating logic more simply
  • Урок 149. 00:01:40
    Adding some error handling
  • Урок 150. 00:06:50
    Implicit and explicit waits in Selenium
  • Урок 151. 00:07:05
    Adding waits to our program code
  • Урок 152. 00:07:39
    The Dining Philosophers Problem
  • Урок 153. 00:09:25
    Processes and threads
  • Урок 154. 00:10:31
    The Python GIL
  • Урок 155. 00:12:41
    Example: threads in Python
  • Урок 156. 00:03:09
    Using Python concurrent.futures: the ThreadPoolExecutor
  • Урок 157. 00:01:49
    Don't kill threads!
  • Урок 158. 00:07:25
    Multiprocessing in Python
  • Урок 159. 00:02:16
    Using Python concurrent.futures: the ProcessPoolExecutor
  • Урок 160. 00:08:32
    Dealing with shared state in threads
  • Урок 161. 00:12:26
    Queuing in threads with shared state
  • Урок 162. 00:04:51
    Using Python generators instead of threads
  • Урок 163. 00:06:05
    Our first single-threaded task scheduler in Python
  • Урок 164. 00:05:37
    Yielding from another iterator in Python
  • Урок 165. 00:09:35
    Receiving data through yield
  • Урок 166. 00:06:11
    The async and await keywords
  • Урок 167. 00:01:53
    Watch these talks for more explanations and examples!
  • Урок 168. 00:04:43
    Our asynchronous scraper
  • Урок 169. 00:14:50
    Making our first async request in Python
  • Урок 170. 00:10:24
    Getting multiple pages efficiently
  • Урок 171. 00:01:47
    Using async_timeout for security
  • Урок 172. 00:10:17
    Turning our book scraping project async
  • Урок 173. 00:03:13
    A note on HTTPS with Python and Mac OS X
  • Урок 174. 00:08:50
    Running Python in the console
  • Урок 175. 00:05:51
    Terminal video: running Python
  • Урок 176. 00:10:44
    Terminal video: what is a virtualenv?
  • Урок 177. 00:09:50
    Terminal video: navigating the terminal and using virtualenv
  • Урок 178. 00:09:39
    Terminal video: using Pipenv
  • Урок 179. 00:04:06
    Terminal video: Pipenv and virtualenv
  • Урок 180. 00:05:43
    Setting up our project with Pipenv
  • Урок 181. 00:07:38
    Our first Flask endpoint
  • Урок 182. 00:04:56
    Returning information with Flask and Python
  • Урок 183. 00:06:25
    Rendering HTML with Flask and Python
  • Урок 184. 00:11:40
    Error pages and Jinja2 inheritance
  • Урок 185. 00:14:22
    Rendering forms with Flask and Python
  • Урок 186. 00:04:49
    Accessing POST form data with Flask
  • Урок 187. 00:03:03
    Putting our form in a single endpoint
  • Урок 188. 00:07:58
    Using Jinja2 for loops to create a nicer homepage
  • Урок 189. 00:04:55
    Adding navigation to our website
  • Урок 190. 00:01:42
    Signing up to OpenExchangeRates
  • Урок 191. 00:05:31
    Getting all exchange rates from the API
  • Урок 192. 00:07:26
    Creating a currency exchange library
  • Урок 193. 00:04:50
    Caching functions with functools
  • Урок 194. 00:02:05
    TTL caches with cachetools
  • Урок 195. 00:06:08
    A simple decorator in Python
  • Урок 196. 00:03:24
    Using a @syntax
  • Урок 197. 00:01:56
    Functools wraps in Python
  • Урок 198. 00:04:57
    Decorating functions with parameters
  • Урок 199. 00:09:51
    Decorators with parameters
  • Урок 200. 00:05:30
    Functions that accept multiple arguments
  • Урок 201. 00:03:55
    Generic decorators for any function
  • Урок 202. 00:13:24
    Intro to multiple inheritance with Python
  • Урок 203. 00:08:07
    Intro to ABCs in Python
  • Урок 204. 00:03:21
    The usefulness of ABCs
  • Урок 205. 00:06:50
    The relationship between ABCs and interfaces
  • Урок 206. 00:11:09
    The property setter in Python
  • Урок 207. 00:02:48
    Setting up Tkinter
  • Урок 208. 00:07:38
    Hello world in Tkinter
  • Урок 209. 00:05:23
    Labels and fields
  • Урок 210. 00:11:58
    Packing components
  • Урок 211. 00:03:42
    Using frames for different layouts
  • Урок 212. 00:00:57
    Starting our text editor project
  • Урок 213. 00:03:33
    Tkinter notebooks and creating files
  • Урок 214. 00:04:13
    Adding a menu to our application
  • Урок 215. 00:08:00
    Saving files to disk
  • Урок 216. 00:04:20
    Opening files
  • Урок 217. 00:04:43
    Binding shortcuts in Tkinter
  • Урок 218. 00:08:18
    Checking our tabs for unsaved changes
  • Урок 219. 00:04:25
    Confirming exit with unsaved changes
  • Урок 220. 00:05:22
    Closing individual tabs
  • Урок 221. 00:01:56
    Adding another menu
  • Урок 222. 00:04:23
    Adding a permanent scrollbar to our text area
  • Урок 223. 00:02:54
    Introduction to this section
  • Урок 224. 00:07:27
    Testing functions
  • Урок 225. 00:02:38
    Testing for errors
  • Урок 226. 00:09:09
    Testing our multiplication function
  • Урок 227. 00:02:00
    Writing a printer class for testing
  • Урок 228. 00:04:45
    Testing classes
  • Урок 229. 00:09:27
    More Printer tests
  • Урок 230. 00:09:54
    Testing external libraries
  • Урок 231. 00:00:59
    Conclusion of this section
  • Урок 232. 00:09:41
    Presentation: queues, stacks, and complexity
  • Урок 233. 00:06:48
    Presentation: binary search
  • Урок 234. 00:05:54
    Presentation: binary trees
  • Урок 235. 00:07:13
    Presentation: traversal of binary trees
  • Урок 236. 00:07:01
    Presentation: adding elements to a binary tree
  • Урок 237. 00:10:59
    Adding elements to a binary tree in Python
  • Урок 238. 00:14:36
    Recursion and inorder traversal in Python
  • Урок 239. 00:03:22
    Finding nodes in a tree with Python
  • Урок 240. 00:09:30
    How do you delete nodes from a binary tree?
  • Урок 241. 00:14:12
    Deleting nodes in code with Python
  • Урок 242. 00:18:45
    Deleting nodes with two children in code
  • Урок 243. 00:02:38
    Testing our binary tree!
  • Урок 244. 00:16:36
    Python libraries overview
  • Урок 245. 00:12:41
    Using pylint
  • Урок 246. 00:07:43
    Using yapf
  • Урок 247. 00:07:36
    Sending e-mails with smtplib
  • Урок 248. 00:09:54
    Sending e-mails with Mailgun
  • Урок 249. 00:07:12
    Creating a re-usable Mailgun library
  • Урок 250. 00:09:31
    Sneak peek: my IDE setup!
  • Урок 251. 00:08:27
    Variables in Python
  • Урок 252. 00:06:27
    String formatting in Python
  • Урок 253. 00:05:17
    Getting user input
  • Урок 254. 00:06:32
    Lists, tuples, and sets
  • Урок 255. 00:04:40
    Advanced set operations
  • Урок 256. 00:05:00
    Booleans in Python
  • Урок 257. 00:08:18
    If statements in Python
  • Урок 258. 00:02:03
    The in keyword
  • Урок 259. 00:08:19
    If statements with the 'in' keyword
  • Урок 260. 00:11:08
    Loops in Python
  • Урок 261. 00:07:25
    List comprehensions
  • Урок 262. 00:08:32
    Dictionaries
  • Урок 263. 00:08:29
    Destructuring variables
  • Урок 264. 00:10:42
    Functions in Python
  • Урок 265. 00:07:41
    Function arguments and parameters
  • Урок 266. 00:03:55
    Default parameter values
  • Урок 267. 00:07:20
    Functions returning values
  • Урок 268. 00:07:53
    Lambda functions in Python
  • Урок 269. 00:04:02
    Dictionary comprehensions
  • Урок 270. 00:10:25
    Unpacking arguments
  • Урок 271. 00:08:45
    Unpacking keyword arguments
  • Урок 272. 00:15:53
    Object-Oriented Programming in Python
  • Урок 273. 00:06:26
    Magic methods: __str__ and __repr__
  • Урок 274. 00:14:04
    Class methods and static methods
  • Урок 275. 00:08:33
    Class inheritance
  • Урок 276. 00:06:09
    Class composition
  • Урок 277. 00:05:09
    Type hinting
  • Урок 278. 00:09:34
    How imports work in Python
  • Урок 279. 00:08:53
    Relative imports in Python
  • Урок 280. 00:12:48
    Errors in Python
  • Урок 281. 00:05:05
    Custom error classes
  • Урок 282. 00:07:53
    First-class functions
  • Урок 283. 00:07:13
    Simple decorators in Python
  • Урок 284. 00:03:34
    The 'at' syntax for decorators
  • Урок 285. 00:02:25
    Decorating functions with parameters
  • Урок 286. 00:04:51
    Decorators with parameters
  • Урок 287. 00:06:04
    Mutability in Python
  • Урок 288. 00:04:28
    Mutable default parameters (and why they're a bad idea)
  • Урок 289. 00:00:51
    Thank you for taking the course