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