589689.xyz

[] Udemy - The Complete Python Course Learn Python by Doing

  • 收录时间:2019-11-23 21:44:31
  • 文件大小:4GB
  • 下载次数:96
  • 最近下载:2021-01-23 12:29:44
  • 磁力链接:

文件列表

  1. 17. Algorithms and Data Structures/13. Deleting nodes with two children in code.mp4 216MB
  2. 17. Algorithms and Data Structures/12. Deleting nodes in code with Python.mp4 138MB
  3. 8. Type hinting in Python/2. Typing in Python.mp4 113MB
  4. 17. Algorithms and Data Structures/9. Recursion and inorder traversal in Python.mp4 110MB
  5. 18. Python libraries/3. Using pylint.mp4 82MB
  6. 18. Python libraries/6. Sending e-mails with Mailgun.mp4 75MB
  7. 11. Web Scraping with Python/27. Books Project 12 Adding logging to our Python project.mp4 70MB
  8. 5. Errors in Python/16. Handling those pesky user errors!.mp4 70MB
  9. 1. Intro to Python/5. Numbers and printing in Python.mp4 65MB
  10. 17. Algorithms and Data Structures/8. Adding elements to a binary tree in Python.mp4 63MB
  11. 11. Web Scraping with Python/4. More complex HTML parsing.mp4 61MB
  12. 11. Web Scraping with Python/15. Milestone Project 4 A Book Scraper + application.mp4 61MB
  13. 18. Python libraries/5. Sending e-mails with smtplib.mp4 59MB
  14. 18. Python libraries/8. Sneak peek my IDE setup!.mp4 59MB
  15. 17. Algorithms and Data Structures/11. How do you delete nodes from a binary tree.mp4 58MB
  16. 10. Advanced Python Development/15. Regex examples.mp4 58MB
  17. 10. Advanced Python Development/13. Timing your code with Python.mp4 56MB
  18. 18. Python libraries/7. Creating a re-usable Mailgun library.mp4 48MB
  19. 18. Python libraries/4. Using yapf.mp4 43MB
  20. 5. Errors in Python/19. Debugging with Pycharm.mp4 42MB
  21. 17. Algorithms and Data Structures/2. Presentation queues, stacks, and complexity.mp4 41MB
  22. 1. Intro to Python/16. Boolean and comparisons in Python.mp4 38MB
  23. 17. Algorithms and Data Structures/6. Presentation traversal of binary trees.mp4 38MB
  24. 17. Algorithms and Data Structures/7. Presentation adding elements to a binary tree.mp4 37MB
  25. 12. Asynchronous Python Development/24. Turning our book scraping project async.mp4 37MB
  26. 10. Advanced Python Development/8. Some interesting Python collections.mp4 36MB
  27. 18. Python libraries/2. Python libraries overview.mp4 36MB
  28. 4. Object-Oriented Programming with Python/2. Intro to Object-Oriented Programming with Python.mp4 35MB
  29. 3. Milestone Project 1/11. Finding movies and retrieving their details.mp4 34MB
  30. 6. Files in Python/4. Python Exercise copying files.mp4 34MB
  31. 2. Functions and loops in Python/18. Functions, arguments, and parameters in Python.mp4 33MB
  32. 7. Databases in Python & Milestone Project 2/6. Storing books in files.mp4 32MB
  33. 17. Algorithms and Data Structures/10. Finding nodes in a tree with Python.mp4 31MB
  34. 11. Web Scraping with Python/19. Books Project 5 Creating our book parser.mp4 31MB
  35. 2. Functions and loops in Python/7. For loops, range(), and tuple destructuring in Python.mp4 31MB
  36. 11. Web Scraping with Python/3. Understanding HTML with BeautifulSoup.mp4 31MB
  37. 6. Files in Python/8. JSON files with Python.mp4 30MB
  38. 3. Milestone Project 1/8. Coding our application's menu in Python.mp4 30MB
  39. 5. Errors in Python/9. Creating our own errors in Python.mp4 29MB
  40. 11. Web Scraping with Python/16. Books Project 2 Recap of HTML locators.mp4 29MB
  41. 5. Errors in Python/14. The on success block and re-raising exceptions.mp4 29MB
  42. 7. Databases in Python & Milestone Project 2/5. Milestone Project with lists.mp4 29MB
  43. 4. Object-Oriented Programming with Python/11. Magic methods in Python.mp4 28MB
  44. 5. Errors in Python/3. Intro to errors in Python.mp4 28MB
  45. 17. Algorithms and Data Structures/4. Presentation binary search.mp4 28MB
  46. 5. Errors in Python/6. Raising errors in Python.mp4 27MB
  47. 17. Algorithms and Data Structures/14. Testing our binary tree!.mp4 27MB
  48. 4. Object-Oriented Programming with Python/18. More @classmethod and @staticmethod examples.mp4 26MB
  49. 10. Advanced Python Development/12. Dates and time in Python.mp4 26MB
  50. 10. Advanced Python Development/2. Mutability in Python.mp4 25MB
  51. 3. Milestone Project 1/9. Adding new movies to our application.mp4 25MB
  52. 1. Intro to Python/18. Lists, tuples, and sets in Python.mp4 24MB
  53. 14. Web Development with Flask/8. Rendering forms with Flask and Python.mp4 24MB
  54. 17. Algorithms and Data Structures/5. Presentation binary trees.mp4 24MB
  55. 11. Web Scraping with Python/7. Understanding HTML with the browser.mp4 23MB
  56. 12. Asynchronous Python Development/21. Making our first async request in Python.mp4 23MB
  57. 5. Errors in Python/4. Built in errors in Python.mp4 23MB
  58. 6. Files in Python/13. Python relative imports children.mp4 23MB
  59. 5. Errors in Python/12. Dealing with Python errors.mp4 22MB
  60. 10. Advanced Python Development/18. Introduction to logging in Python.mp4 22MB
  61. 11. Web Scraping with Python/5. Structuring our parsing program better.mp4 22MB
  62. 11. Web Scraping with Python/26. Books Project 11 Getting the page count in Python.mp4 21MB
  63. 11. Web Scraping with Python/21. Books Project 7 Sorting the books.mp4 21MB
  64. 1. Intro to Python/11. Python strings and string formatting.mp4 21MB
  65. 4. Object-Oriented Programming with Python/7. More about classes and objects.mp4 20MB
  66. 15. Decorators in Python/8. Decorators with parameters.mp4 20MB
  67. 12. Asynchronous Python Development/13. Queuing in threads with shared state.mp4 20MB
  68. 2. Functions and loops in Python/13. List comprehension in Python.mp4 20MB
  69. 2. Functions and loops in Python/8. Two important loop keywords + finding prime numbers.mp4 20MB
  70. 16. Advanced Object-Oriented Programming/2. Intro to multiple inheritance with Python.mp4 20MB
  71. 13. Python on the console and managing project dependencies/4. Terminal video what is a virtualenv.mp4 20MB
  72. 2. Functions and loops in Python/2. If statements in Python.mp4 19MB
  73. 1. Intro to Python/12. Getting user input in Python.mp4 19MB
  74. 13. Python on the console and managing project dependencies/6. Terminal video using Pipenv.mp4 19MB
  75. 16. Advanced Object-Oriented Programming/10. The property setter in Python.mp4 19MB
  76. 12. Asynchronous Python Development/7. Example threads in Python.mp4 18MB
  77. 9. Advanced built-in functions in Python/8. Iterables in Python.mp4 18MB
  78. 14. Web Development with Flask/2. Setting up our project with Pipenv.mp4 18MB
  79. 7. Databases in Python & Milestone Project 2/7. Using JSON instead of CSV.mp4 18MB
  80. 12. Asynchronous Python Development/22. Getting multiple pages efficiently.mp4 18MB
  81. 7. Databases in Python & Milestone Project 2/19. Developing our context manager in Python.mp4 18MB
  82. 14. Web Development with Flask/7. Error pages and Jinja2 inheritance.mp4 17MB
  83. 10. Advanced Python Development/6. Argument unpacking in Python.mp4 17MB
  84. 4. Object-Oriented Programming with Python/17. @classmethod and @staticmethod in Python.mp4 17MB
  85. 9. Advanced built-in functions in Python/2. Generators in Python.mp4 17MB
  86. 14. Web Development with Flask/1. Intro to this section.mp4 16MB
  87. 11. Web Scraping with Python/8. Scraping our first website with Python.mp4 16MB
  88. 11. Web Scraping with Python/22. Books Project 8 Constructing our menu.mp4 16MB
  89. 10. Advanced Python Development/3. Argument mutability in Python.mp4 16MB
  90. 10. Advanced Python Development/11. Timezones.mp4 16MB
  91. 13. Python on the console and managing project dependencies/5. Terminal video navigating the terminal and using virtualenv.mp4 16MB
  92. 2. Functions and loops in Python/21. Lambda, first-class, and higher order functions in Python.mp4 15MB
  93. 10. Advanced Python Development/14. Regular expressions.mp4 15MB
  94. 6. Files in Python/3. Files in Python.mp4 15MB
  95. 14. Web Development with Flask/4. Our first Flask endpoint.mp4 15MB
  96. 7. Databases in Python & Milestone Project 2/17. Finishing the Milestone Project.mp4 15MB
  97. 10. Advanced Python Development/5. Mutable default arguments (bad idea).mp4 14MB
  98. 6. Files in Python/12. Importing our own files.mp4 14MB
  99. 6. Files in Python/7. CSV files with Python.mp4 14MB
  100. 1. Intro to Python/25. Calculating the length of lists.mp4 14MB
  101. 7. Databases in Python & Milestone Project 2/11. Creating our books table using Python.mp4 14MB
  102. 11. Web Scraping with Python/12. Quotes Project 4 Crafting our quote parser.mp4 14MB
  103. 12. Asynchronous Python Development/17. Receiving data through yield.mp4 14MB
  104. 1. Intro to Python/10. Repl.it repls and files.mp4 14MB
  105. 4. Object-Oriented Programming with Python/14. Inheritance in Python.mp4 14MB
  106. 1. Intro to Python/19. Advanced set operations.mp4 13MB
  107. 1. Intro to Python/23. Python dictionaries.mp4 13MB
  108. 11. Web Scraping with Python/25. Books Project 10 Multiple pages in Python.mp4 13MB
  109. 12. Asynchronous Python Development/20. Our asynchronous scraper.mp4 13MB
  110. 11. Web Scraping with Python/11. Quotes Project 3 Getting our locators.mp4 13MB
  111. 2. Functions and loops in Python/14. Set and dictionary comprehensions.mp4 13MB
  112. 3. Milestone Project 1/5. Creating our first PyCharm project.mp4 13MB
  113. 7. Databases in Python & Milestone Project 2/8. Intro to databases with Python.mp4 13MB
  114. 12. Asynchronous Python Development/12. Dealing with shared state in threads.mp4 13MB
  115. 12. Asynchronous Python Development/6. The Python GIL.mp4 13MB
  116. 3. Milestone Project 1/10. Showing the user their movies.mp4 12MB
  117. 11. Web Scraping with Python/9. Milestone Project 3 A Quote Scraper.mp4 12MB
  118. 7. Databases in Python & Milestone Project 2/3. Intro to Milestone Project 2.mp4 12MB
  119. 2. Functions and loops in Python/19. Functions and return values in Python.mp4 12MB
  120. 1. Intro to Python/1. Welcome to this course!.mp4 12MB
  121. 15. Decorators in Python/2. A simple decorator in Python.mp4 12MB
  122. 11. Web Scraping with Python/6. Splitting HTML locators out of our Python class.mp4 12MB
  123. 12. Asynchronous Python Development/10. Multiprocessing in Python.mp4 12MB
  124. 16. Advanced Object-Oriented Programming/5. Intro to ABCs in Python.mp4 12MB
  125. 14. Web Development with Flask/12. Adding navigation to our website.mp4 12MB
  126. 9. Advanced built-in functions in Python/5. Python generator classes and iterators.mp4 12MB
  127. 2. Functions and loops in Python/4. While loops in Python.mp4 12MB
  128. 14. Web Development with Flask/11. Using Jinja2 for loops to create a nicer homepage.mp4 12MB
  129. 9. Advanced built-in functions in Python/9. The filter() function in Python.mp4 12MB
  130. 7. Databases in Python & Milestone Project 2/14. Getting all our books.mp4 12MB
  131. 9. Advanced built-in functions in Python/11. any() and all() in Python.vtt 11MB
  132. 7. Databases in Python & Milestone Project 2/20. Errors in context managers.mp4 11MB
  133. 13. Python on the console and managing project dependencies/2. Running Python in the console.mp4 11MB
  134. 10. Advanced Python Development/4. Default values for parameters.mp4 11MB
  135. 11. Web Scraping with Python/20. Books Project 6 Writing our app file.mp4 11MB
  136. 15. Decorators in Python/9. Functions that accept multiple arguments.mp4 11MB
  137. 15. Decorators in Python/7. Decorating functions with parameters.mp4 11MB
  138. 7. Databases in Python & Milestone Project 2/12. Inserting books using Python.mp4 11MB
  139. 14. Web Development with Flask/9. Accessing POST form data with Flask.mp4 11MB
  140. 12. Asynchronous Python Development/5. Processes and threads.mp4 10MB
  141. 16. Advanced Object-Oriented Programming/7. The relationship between ABCs and interfaces.mp4 10MB
  142. 7. Databases in Python & Milestone Project 2/16. Filtering with WHERE.mp4 10MB
  143. 12. Asynchronous Python Development/18. The async and await keywords.mp4 10MB
  144. 10. Advanced Python Development/19. Logging to a file and other features.mp4 10MB
  145. 14. Web Development with Flask/6. Rendering HTML with Flask and Python.mp4 10MB
  146. 4. Object-Oriented Programming with Python/15. The @property decorator.mp4 10MB
  147. 12. Asynchronous Python Development/25. A note on HTTPS with Python and Mac OS X.mp4 9MB
  148. 6. Files in Python/16. Python relative imports parents.mp4 9MB
  149. 12. Asynchronous Python Development/4. The Dining Philosophers Problem.mp4 9MB
  150. 6. Files in Python/17. Import errors and running as a Python script.mp4 9MB
  151. 13. Python on the console and managing project dependencies/3. Terminal video running Python.mp4 9MB
  152. 13. Python on the console and managing project dependencies/7. Terminal video Pipenv and virtualenv.mp4 9MB
  153. 9. Advanced built-in functions in Python/10. The map() function in Python.mp4 9MB
  154. 12. Asynchronous Python Development/15. Our first single-threaded task scheduler in Python.mp4 8MB
  155. 12. Asynchronous Python Development/16. Yielding from another iterator in Python.mp4 8MB
  156. 7. Databases in Python & Milestone Project 2/1. Introduction to this section.mp4 8MB
  157. 6. Files in Python/11. Using the with syntax in Python.mp4 8MB
  158. 4. Object-Oriented Programming with Python/10. Parameter naming in Python.mp4 8MB
  159. 11. Web Scraping with Python/28. A word on scraping pages with JavaScript.mp4 8MB
  160. 6. Files in Python/19. Conclusion of this section.mp4 8MB
  161. 12. Asynchronous Python Development/1. Introduction to this section.mp4 8MB
  162. 11. Web Scraping with Python/13. Quotes Project 5 The quotes page.mp4 8MB
  163. 7. Databases in Python & Milestone Project 2/10. Some database jargon.mp4 8MB
  164. 11. Web Scraping with Python/24. Books Project 9 Getting multiple pages.mp4 8MB
  165. 9. Advanced built-in functions in Python/11. any() and all() in Python.mp4 8MB
  166. 1. Intro to Python/2. Overview of the course curriculum.mp4 8MB
  167. 3. Milestone Project 1/4. Installing PyCharm in your computer.mp4 7MB
  168. 15. Decorators in Python/5. Using a @syntax.mp4 7MB
  169. 14. Web Development with Flask/5. Returning information with Flask and Python.mp4 7MB
  170. 11. Web Scraping with Python/1. Introduction to this section.mp4 7MB
  171. 10. Advanced Python Development/7. Queues in Python.mp4 7MB
  172. 2. Functions and loops in Python/12. List slicing in Python.mp4 7MB
  173. 12. Asynchronous Python Development/14. Using Python generators instead of threads.mp4 7MB
  174. 7. Databases in Python & Milestone Project 2/13. SELECT examples.mp4 7MB
  175. 11. Web Scraping with Python/14. Quotes Project 6 Recap of the project.mp4 7MB
  176. 6. Files in Python/1. Introduction to this section.mp4 7MB
  177. 19. Bonus Section/1. Thank you for taking the course.mp4 6MB
  178. 3. Milestone Project 1/6. Setting up PyCharm font and display settings.mp4 6MB
  179. 9. Advanced built-in functions in Python/12. The enumerate() function.mp4 6MB
  180. 11. Web Scraping with Python/17. Books Project 3 Creating locators in Python.mp4 6MB
  181. 15. Decorators in Python/10. Generic decorators for any function.mp4 6MB
  182. 3. Milestone Project 1/3. Installing Python in your computer.mp4 6MB
  183. 7. Databases in Python & Milestone Project 2/18. Ordering and limiting.mp4 6MB
  184. 16. Advanced Object-Oriented Programming/6. The usefulness of ABCs.mp4 6MB
  185. 12. Asynchronous Python Development/26. Conclusion of this section.mp4 6MB
  186. 11. Web Scraping with Python/18. Books Project 4 Creating our page.mp4 6MB
  187. 7. Databases in Python & Milestone Project 2/9. Using SQLite in Python.mp4 6MB
  188. 14. Web Development with Flask/10. Putting our form in a single endpoint.mp4 6MB
  189. 4. Object-Oriented Programming with Python/1. Introduction to this section.mp4 5MB
  190. 15. Decorators in Python/14. Conclusion of this section.mp4 5MB
  191. 12. Asynchronous Python Development/8. Using Python concurrent.futures the ThreadPoolExecutor.mp4 5MB
  192. 1. Intro to Python/4. Our Python coding environment.mp4 5MB
  193. 10. Advanced Python Development/1. Introduction to this section.mp4 5MB
  194. 7. Databases in Python & Milestone Project 2/15. UPDATE and DELETE.mp4 5MB
  195. 15. Decorators in Python/1. Introduction to this section.mp4 5MB
  196. 7. Databases in Python & Milestone Project 2/22. Conclusion of this section.mp4 5MB
  197. 13. Python on the console and managing project dependencies/1. Intro to this section.mp4 5MB
  198. 17. Algorithms and Data Structures/1. Introduction to this section.mp4 5MB
  199. 18. Python libraries/1. Introduction to this section.mp4 5MB
  200. 8. Type hinting in Python/3. Further reading.mp4 5MB
  201. 15. Decorators in Python/6. Functools wraps in Python.mp4 5MB
  202. 14. Web Development with Flask/13. Conclusion of this section.mp4 5MB
  203. 8. Type hinting in Python/1. Introduction to this section.mp4 4MB
  204. 5. Errors in Python/1. Introduction to this section.mp4 4MB
  205. 16. Advanced Object-Oriented Programming/12. Conclusion of this section.mp4 4MB
  206. 9. Advanced built-in functions in Python/16. Conclusion of this section.mp4 4MB
  207. 16. Advanced Object-Oriented Programming/1. Introduction to this section.mp4 4MB
  208. 12. Asynchronous Python Development/11. Using Python concurrent.futures the ProcessPoolExecutor.mp4 4MB
  209. 1. Intro to Python/3. Introduction to this section.mp4 4MB
  210. 2. Functions and loops in Python/1. Introduction to this section.mp4 4MB
  211. 3. Milestone Project 1/1. Introduction to this section.mp4 4MB
  212. 11. Web Scraping with Python/10. Quotes Project 2 Structuring a scraping app in Python.mp4 4MB
  213. 5. Errors in Python/22. Conclusion of this section.mp4 4MB
  214. 10. Advanced Python Development/20. Conclusion of this section.mp4 4MB
  215. 4. Object-Oriented Programming with Python/20. Conclusion of this section.mp4 4MB
  216. 9. Advanced built-in functions in Python/1. Introduction to this section.mp4 4MB
  217. 11. Web Scraping with Python/30. Conclusion of this section.mp4 4MB
  218. 8. Type hinting in Python/4. Conclusion of this section.mp4 4MB
  219. 18. Python libraries/9. Conclusion of this section.mp4 3MB
  220. 12. Asynchronous Python Development/23. Using async_timeout for security.mp4 3MB
  221. 13. Python on the console and managing project dependencies/9. Conclusion of this section.mp4 3MB
  222. 1. Intro to Python/28. Conclusion of this section.mp4 3MB
  223. 2. Functions and loops in Python/23. Conclusion of this section.mp4 3MB
  224. 17. Algorithms and Data Structures/15. Conclusion of this section.mp4 3MB
  225. 12. Asynchronous Python Development/9. Don't kill threads!.mp4 3MB
  226. 11. Web Scraping with Python/23. ASIDE The best way to write user menus.mp4 3MB
  227. 12. Asynchronous Python Development/19. Watch these talks for more explanations and examples!.mp4 2MB
  228. 3. Milestone Project 1/12. Conclusion of this section.mp4 2MB
  229. 13. Python on the console and managing project dependencies/8.1 using_pipenv.pdf.pdf 859KB
  230. 3. Milestone Project 1/7.1 milestone_project_brief.pdf.pdf 566KB
  231. 7. Databases in Python & Milestone Project 2/3.1 milestone_project_2_brief.pdf.pdf 552KB
  232. 7. Databases in Python & Milestone Project 2/4.1 milestone_project_2_brief.pdf.pdf 552KB
  233. 10. Advanced Python Development/12.2 Datetime cheatsheet.pdf.pdf 500KB
  234. 10. Advanced Python Development/8. Some interesting Python collections.vtt 43KB
  235. 11. Web Scraping with Python/4. More complex HTML parsing.vtt 36KB
  236. 6. Files in Python/4. Python Exercise copying files.vtt 34KB
  237. 11. Web Scraping with Python/3. Understanding HTML with BeautifulSoup.vtt 33KB
  238. 5. Errors in Python/4. Built in errors in Python.vtt 32KB
  239. 7. Databases in Python & Milestone Project 2/6. Storing books in files.vtt 31KB
  240. 11. Web Scraping with Python/27. Books Project 12 Adding logging to our Python project.vtt 29KB
  241. 7. Databases in Python & Milestone Project 2/5. Milestone Project with lists.vtt 29KB
  242. 5. Errors in Python/19. Debugging with Pycharm.vtt 29KB
  243. 6. Files in Python/8. JSON files with Python.vtt 28KB
  244. 18. Python libraries/2. Python libraries overview.vtt 28KB
  245. 1. Intro to Python/16. Boolean and comparisons in Python.vtt 27KB
  246. 4. Object-Oriented Programming with Python/2. Intro to Object-Oriented Programming with Python.vtt 26KB
  247. 17. Algorithms and Data Structures/13. Deleting nodes with two children in code.vtt 26KB
  248. 1. Intro to Python/18. Lists, tuples, and sets in Python.vtt 26KB
  249. 2. Functions and loops in Python/18. Functions, arguments, and parameters in Python.vtt 25KB
  250. 5. Errors in Python/16. Handling those pesky user errors!.vtt 24KB
  251. 5. Errors in Python/3. Intro to errors in Python.vtt 24KB
  252. 2. Functions and loops in Python/2. If statements in Python.vtt 24KB
  253. 2. Functions and loops in Python/13. List comprehension in Python.vtt 23KB
  254. 5. Errors in Python/9. Creating our own errors in Python.vtt 23KB
  255. 6. Files in Python/13. Python relative imports children.vtt 22KB
  256. 17. Algorithms and Data Structures/9. Recursion and inorder traversal in Python.vtt 22KB
  257. 3. Milestone Project 1/8. Coding our application's menu in Python.vtt 22KB
  258. 1. Intro to Python/12. Getting user input in Python.vtt 22KB
  259. 2. Functions and loops in Python/8. Two important loop keywords + finding prime numbers.vtt 22KB
  260. 18. Python libraries/3. Using pylint.vtt 22KB
  261. 1. Intro to Python/5. Numbers and printing in Python.vtt 22KB
  262. 16. Advanced Object-Oriented Programming/2. Intro to multiple inheritance with Python.vtt 21KB
  263. 5. Errors in Python/14. The on success block and re-raising exceptions.vtt 21KB
  264. 14. Web Development with Flask/8. Rendering forms with Flask and Python.vtt 21KB
  265. 2. Functions and loops in Python/7. For loops, range(), and tuple destructuring in Python.vtt 21KB
  266. 10. Advanced Python Development/15. Regex examples.vtt 21KB
  267. 12. Asynchronous Python Development/7. Example threads in Python.vtt 21KB
  268. 10. Advanced Python Development/13. Timing your code with Python.vtt 21KB
  269. 3. Milestone Project 1/11. Finding movies and retrieving their details.vtt 21KB
  270. 8. Type hinting in Python/2. Typing in Python.vtt 20KB
  271. 9. Advanced built-in functions in Python/2. Generators in Python.vtt 20KB
  272. 10. Advanced Python Development/12. Dates and time in Python.vtt 20KB
  273. 12. Asynchronous Python Development/21. Making our first async request in Python.vtt 20KB
  274. 17. Algorithms and Data Structures/12. Deleting nodes in code with Python.vtt 20KB
  275. 4. Object-Oriented Programming with Python/18. More @classmethod and @staticmethod examples.vtt 20KB
  276. 6. Files in Python/12. Importing our own files.vtt 19KB
  277. 14. Web Development with Flask/7. Error pages and Jinja2 inheritance.vtt 19KB
  278. 4. Object-Oriented Programming with Python/11. Magic methods in Python.vtt 19KB
  279. 6. Files in Python/3. Files in Python.vtt 18KB
  280. 2. Functions and loops in Python/21. Lambda, first-class, and higher order functions in Python.vtt 18KB
  281. 10. Advanced Python Development/6. Argument unpacking in Python.vtt 18KB
  282. 12. Asynchronous Python Development/13. Queuing in threads with shared state.vtt 18KB
  283. 13. Python on the console and managing project dependencies/4. Terminal video what is a virtualenv.vtt 18KB
  284. 10. Advanced Python Development/3. Argument mutability in Python.vtt 18KB
  285. 12. Asynchronous Python Development/24. Turning our book scraping project async.vtt 18KB
  286. 5. Errors in Python/6. Raising errors in Python.vtt 18KB
  287. 10. Advanced Python Development/18. Introduction to logging in Python.vtt 17KB
  288. 12. Asynchronous Python Development/6. The Python GIL.vtt 17KB
  289. 12. Asynchronous Python Development/22. Getting multiple pages efficiently.vtt 17KB
  290. 18. Python libraries/8. Sneak peek my IDE setup!.vtt 17KB
  291. 7. Databases in Python & Milestone Project 2/19. Developing our context manager in Python.vtt 16KB
  292. 13. Python on the console and managing project dependencies/5. Terminal video navigating the terminal and using virtualenv.vtt 16KB
  293. 17. Algorithms and Data Structures/8. Adding elements to a binary tree in Python.vtt 16KB
  294. 16. Advanced Object-Oriented Programming/10. The property setter in Python.vtt 16KB
  295. 3. Milestone Project 1/9. Adding new movies to our application.vtt 16KB
  296. 6. Files in Python/7. CSV files with Python.vtt 16KB
  297. 17. Algorithms and Data Structures/2. Presentation queues, stacks, and complexity.vtt 16KB
  298. 18. Python libraries/6. Sending e-mails with Mailgun.vtt 16KB
  299. 1. Intro to Python/11. Python strings and string formatting.vtt 16KB
  300. 1. Intro to Python/23. Python dictionaries.vtt 16KB
  301. 7. Databases in Python & Milestone Project 2/7. Using JSON instead of CSV.vtt 16KB
  302. 12. Asynchronous Python Development/5. Processes and threads.vtt 15KB
  303. 10. Advanced Python Development/2. Mutability in Python.vtt 15KB
  304. 4. Object-Oriented Programming with Python/7. More about classes and objects.vtt 15KB
  305. 13. Python on the console and managing project dependencies/2. Running Python in the console.vtt 15KB
  306. 10. Advanced Python Development/11. Timezones.vtt 15KB
  307. 2. Functions and loops in Python/4. While loops in Python.vtt 15KB
  308. 2. Functions and loops in Python/19. Functions and return values in Python.vtt 15KB
  309. 12. Asynchronous Python Development/12. Dealing with shared state in threads.vtt 15KB
  310. 9. Advanced built-in functions in Python/9. The filter() function in Python.vtt 15KB
  311. 12. Asynchronous Python Development/17. Receiving data through yield.vtt 15KB
  312. 17. Algorithms and Data Structures/11. How do you delete nodes from a binary tree.vtt 14KB
  313. 4. Object-Oriented Programming with Python/14. Inheritance in Python.vtt 14KB
  314. 13. Python on the console and managing project dependencies/6. Terminal video using Pipenv.vtt 14KB
  315. 15. Decorators in Python/8. Decorators with parameters.vtt 14KB
  316. 11. Web Scraping with Python/21. Books Project 7 Sorting the books.vtt 14KB
  317. 5. Errors in Python/12. Dealing with Python errors.vtt 14KB
  318. 14. Web Development with Flask/4. Our first Flask endpoint.vtt 14KB
  319. 17. Algorithms and Data Structures/6. Presentation traversal of binary trees.vtt 13KB
  320. 9. Advanced built-in functions in Python/5. Python generator classes and iterators.vtt 13KB
  321. 7. Databases in Python & Milestone Project 2/17. Finishing the Milestone Project.vtt 13KB
  322. 10. Advanced Python Development/14. Regular expressions.vtt 13KB
  323. 18. Python libraries/4. Using yapf.vtt 13KB
  324. 18. Python libraries/7. Creating a re-usable Mailgun library.vtt 13KB
  325. 12. Asynchronous Python Development/4. The Dining Philosophers Problem.vtt 13KB
  326. 10. Advanced Python Development/5. Mutable default arguments (bad idea).vtt 12KB
  327. 16. Advanced Object-Oriented Programming/5. Intro to ABCs in Python.vtt 12KB
  328. 14. Web Development with Flask/11. Using Jinja2 for loops to create a nicer homepage.vtt 12KB
  329. 12. Asynchronous Python Development/10. Multiprocessing in Python.vtt 12KB
  330. 18. Python libraries/5. Sending e-mails with smtplib.vtt 12KB
  331. 3. Milestone Project 1/10. Showing the user their movies.vtt 11KB
  332. 9. Advanced built-in functions in Python/8. Iterables in Python.vtt 11KB
  333. 7. Databases in Python & Milestone Project 2/8. Intro to databases with Python.vtt 11KB
  334. 4. Object-Oriented Programming with Python/17. @classmethod and @staticmethod in Python.vtt 11KB
  335. 7. Databases in Python & Milestone Project 2/20. Errors in context managers.vtt 11KB
  336. 1. Intro to Python/19. Advanced set operations.vtt 11KB
  337. 11. Web Scraping with Python/7. Understanding HTML with the browser.vtt 11KB
  338. 2. Functions and loops in Python/14. Set and dictionary comprehensions.vtt 11KB
  339. 11. Web Scraping with Python/8. Scraping our first website with Python.vtt 11KB
  340. 7. Databases in Python & Milestone Project 2/14. Getting all our books.vtt 11KB
  341. 7. Databases in Python & Milestone Project 2/3. Intro to Milestone Project 2.vtt 10KB
  342. 17. Algorithms and Data Structures/7. Presentation adding elements to a binary tree.vtt 10KB
  343. 14. Web Development with Flask/6. Rendering HTML with Flask and Python.vtt 10KB
  344. 17. Algorithms and Data Structures/4. Presentation binary search.vtt 10KB
  345. 11. Web Scraping with Python/26. Books Project 11 Getting the page count in Python.vtt 10KB
  346. 3. Milestone Project 1/5. Creating our first PyCharm project.vtt 10KB
  347. 12. Asynchronous Python Development/15. Our first single-threaded task scheduler in Python.vtt 10KB
  348. 11. Web Scraping with Python/15. Milestone Project 4 A Book Scraper + application.vtt 10KB
  349. 14. Web Development with Flask/2. Setting up our project with Pipenv.vtt 10KB
  350. 13. Python on the console and managing project dependencies/3. Terminal video running Python.vtt 10KB
  351. 16. Advanced Object-Oriented Programming/7. The relationship between ABCs and interfaces.vtt 9KB
  352. 17. Algorithms and Data Structures/5. Presentation binary trees.vtt 9KB
  353. 11. Web Scraping with Python/22. Books Project 8 Constructing our menu.vtt 9KB
  354. 7. Databases in Python & Milestone Project 2/16. Filtering with WHERE.vtt 9KB
  355. 9. Advanced built-in functions in Python/10. The map() function in Python.vtt 9KB
  356. 12. Asynchronous Python Development/18. The async and await keywords.vtt 9KB
  357. 7. Databases in Python & Milestone Project 2/12. Inserting books using Python.vtt 9KB
  358. 7. Databases in Python & Milestone Project 2/11. Creating our books table using Python.vtt 9KB
  359. 12. Asynchronous Python Development/14. Using Python generators instead of threads.vtt 9KB
  360. 6. Files in Python/11. Using the with syntax in Python.vtt 9KB
  361. 15. Decorators in Python/2. A simple decorator in Python.vtt 9KB
  362. 11. Web Scraping with Python/5. Structuring our parsing program better.vtt 9KB
  363. 10. Advanced Python Development/4. Default values for parameters.vtt 9KB
  364. 11. Web Scraping with Python/25. Books Project 10 Multiple pages in Python.vtt 9KB
  365. 1. Intro to Python/2. Overview of the course curriculum.vtt 8KB
  366. 14. Web Development with Flask/12. Adding navigation to our website.vtt 8KB
  367. 6. Files in Python/17. Import errors and running as a Python script.vtt 8KB
  368. 2. Functions and loops in Python/12. List slicing in Python.vtt 8KB
  369. 14. Web Development with Flask/5. Returning information with Flask and Python.vtt 8KB
  370. 14. Web Development with Flask/9. Accessing POST form data with Flask.vtt 8KB
  371. 15. Decorators in Python/9. Functions that accept multiple arguments.vtt 8KB
  372. 6. Files in Python/16. Python relative imports parents.vtt 8KB
  373. 12. Asynchronous Python Development/16. Yielding from another iterator in Python.vtt 8KB
  374. 9. Advanced built-in functions in Python/12. The enumerate() function.vtt 8KB
  375. 11. Web Scraping with Python/16. Books Project 2 Recap of HTML locators.vtt 8KB
  376. 12. Asynchronous Python Development/20. Our asynchronous scraper.vtt 8KB
  377. 10. Advanced Python Development/19. Logging to a file and other features.vtt 7KB
  378. 11. Web Scraping with Python/17. Books Project 3 Creating locators in Python.vtt 7KB
  379. 11. Web Scraping with Python/19. Books Project 5 Creating our book parser.vtt 7KB
  380. 4. Object-Oriented Programming with Python/15. The @property decorator.vtt 7KB
  381. 11. Web Scraping with Python/6. Splitting HTML locators out of our Python class.vtt 7KB
  382. 7. Databases in Python & Milestone Project 2/10. Some database jargon.vtt 7KB
  383. 13. Python on the console and managing project dependencies/7. Terminal video Pipenv and virtualenv.vtt 7KB
  384. 11. Web Scraping with Python/13. Quotes Project 5 The quotes page.vtt 7KB
  385. 11. Web Scraping with Python/9. Milestone Project 3 A Quote Scraper.vtt 7KB
  386. 11. Web Scraping with Python/12. Quotes Project 4 Crafting our quote parser.vtt 7KB
  387. 15. Decorators in Python/7. Decorating functions with parameters.vtt 7KB
  388. 11. Web Scraping with Python/11. Quotes Project 3 Getting our locators.vtt 7KB
  389. 1. Intro to Python/4. Our Python coding environment.vtt 7KB
  390. 1. Intro to Python/1. Welcome to this course!.vtt 6KB
  391. 4. Object-Oriented Programming with Python/10. Parameter naming in Python.vtt 6KB
  392. 1. Intro to Python/10. Repl.it repls and files.vtt 6KB
  393. 11. Web Scraping with Python/14. Quotes Project 6 Recap of the project.vtt 6KB
  394. 10. Advanced Python Development/7. Queues in Python.vtt 6KB
  395. 11. Web Scraping with Python/28. A word on scraping pages with JavaScript.vtt 6KB
  396. 15. Decorators in Python/10. Generic decorators for any function.vtt 6KB
  397. 7. Databases in Python & Milestone Project 2/13. SELECT examples.vtt 6KB
  398. 16. Advanced Object-Oriented Programming/6. The usefulness of ABCs.vtt 6KB
  399. 11. Web Scraping with Python/18. Books Project 4 Creating our page.vtt 5KB
  400. 11. Web Scraping with Python/20. Books Project 6 Writing our app file.vtt 5KB
  401. 17. Algorithms and Data Structures/10. Finding nodes in a tree with Python.vtt 5KB
  402. 3. Milestone Project 1/4. Installing PyCharm in your computer.vtt 5KB
  403. 12. Asynchronous Python Development/25. A note on HTTPS with Python and Mac OS X.vtt 5KB
  404. 14. Web Development with Flask/10. Putting our form in a single endpoint.vtt 5KB
  405. 12. Asynchronous Python Development/8. Using Python concurrent.futures the ThreadPoolExecutor.vtt 5KB
  406. 1. Intro to Python/25. Calculating the length of lists.vtt 5KB
  407. 7. Databases in Python & Milestone Project 2/18. Ordering and limiting.vtt 5KB
  408. 3. Milestone Project 1/6. Setting up PyCharm font and display settings.vtt 5KB
  409. 7. Databases in Python & Milestone Project 2/9. Using SQLite in Python.vtt 4KB
  410. 17. Algorithms and Data Structures/14. Testing our binary tree!.vtt 4KB
  411. 11. Web Scraping with Python/10. Quotes Project 2 Structuring a scraping app in Python.vtt 4KB
  412. 11. Web Scraping with Python/24. Books Project 9 Getting multiple pages.vtt 4KB
  413. 12. Asynchronous Python Development/11. Using Python concurrent.futures the ProcessPoolExecutor.vtt 4KB
  414. 15. Decorators in Python/5. Using a @syntax.vtt 4KB
  415. 7. Databases in Python & Milestone Project 2/15. UPDATE and DELETE.vtt 4KB
  416. 15. Decorators in Python/6. Functools wraps in Python.vtt 4KB
  417. 12. Asynchronous Python Development/19. Watch these talks for more explanations and examples!.vtt 4KB
  418. 3. Milestone Project 1/3. Installing Python in your computer.vtt 3KB
  419. 12. Asynchronous Python Development/9. Don't kill threads!.vtt 3KB
  420. 8. Type hinting in Python/3. Further reading.vtt 3KB
  421. 12. Asynchronous Python Development/23. Using async_timeout for security.vtt 3KB
  422. 11. Web Scraping with Python/23. ASIDE The best way to write user menus.vtt 2KB
  423. 7. Databases in Python & Milestone Project 2/1. Introduction to this section.vtt 2KB
  424. 12. Asynchronous Python Development/1. Introduction to this section.vtt 2KB
  425. 6. Files in Python/19. Conclusion of this section.vtt 2KB
  426. 4. Object-Oriented Programming with Python/13. Solution magic methods in Python.html 2KB
  427. 6. Files in Python/1. Introduction to this section.vtt 2KB
  428. 9. Advanced built-in functions in Python/14. So what other things evaluate to True or False.html 2KB
  429. 12. Asynchronous Python Development/3. A glossary of terms used in concurrency.html 2KB
  430. 2. Functions and loops in Python/17. Solution an improved lottery!.html 2KB
  431. 1. Intro to Python/27. Solution dictionaries.html 2KB
  432. 11. Web Scraping with Python/1. Introduction to this section.vtt 1KB
  433. 4. Object-Oriented Programming with Python/8. So... sum(), int(), str(), len(), what else is there.html 1KB
  434. 13. Python on the console and managing project dependencies/1. Intro to this section.vtt 1KB
  435. 12. Asynchronous Python Development/26. Conclusion of this section.vtt 1KB
  436. 19. Bonus Section/1. Thank you for taking the course.vtt 1KB
  437. 15. Decorators in Python/13. Multiple decorators for one function.html 1KB
  438. 14. Web Development with Flask/1. Intro to this section.vtt 1KB
  439. 15. Decorators in Python/1. Introduction to this section.vtt 1KB
  440. 10. Advanced Python Development/1. Introduction to this section.vtt 1KB
  441. 15. Decorators in Python/14. Conclusion of this section.vtt 1KB
  442. 19. Bonus Section/2. Bonus lecture next steps and other courses.html 1KB
  443. 7. Databases in Python & Milestone Project 2/22. Conclusion of this section.vtt 1KB
  444. 4. Object-Oriented Programming with Python/1. Introduction to this section.vtt 1KB
  445. 18. Python libraries/1. Introduction to this section.vtt 1KB
  446. 7. Databases in Python & Milestone Project 2/21. Further reading.html 1KB
  447. 6. Files in Python/15. Solution importing modules.html 1KB
  448. 16. Advanced Object-Oriented Programming/1. Introduction to this section.vtt 1KB
  449. 11. Web Scraping with Python/29. A note on scraping and robots.txt.html 1KB
  450. 6. Files in Python/6. Solution building a quiz system.html 1KB
  451. 6. Files in Python/18. Further reading.html 1KB
  452. 1. Intro to Python/3. Introduction to this section.vtt 1KB
  453. 5. Errors in Python/21. Further reading.html 1KB
  454. 5. Errors in Python/11. Solution raising our own custom error.html 1KB
  455. 10. Advanced Python Development/10. Solution Python collections.html 1KB
  456. 5. Errors in Python/18. Solution try-except-finally.html 1KB
  457. 8. Type hinting in Python/1. Introduction to this section.vtt 1KB
  458. 16. Advanced Object-Oriented Programming/12. Conclusion of this section.vtt 1KB
  459. 9. Advanced built-in functions in Python/7. Solution coding a generator class.html 1KB
  460. 1. Intro to Python/8. Solution variables and numbers.html 1KB
  461. 14. Web Development with Flask/13. Conclusion of this section.vtt 1022B
  462. 3. Milestone Project 1/1. Introduction to this section.vtt 1001B
  463. 4. Object-Oriented Programming with Python/20. Conclusion of this section.vtt 996B
  464. 5. Errors in Python/1. Introduction to this section.vtt 996B
  465. 2. Functions and loops in Python/1. Introduction to this section.vtt 993B
  466. 9. Advanced built-in functions in Python/16. Conclusion of this section.vtt 975B
  467. 2. Functions and loops in Python/6. Solution a simple text menu.html 954B
  468. 5. Errors in Python/22. Conclusion of this section.vtt 921B
  469. 17. Algorithms and Data Structures/1. Introduction to this section.vtt 889B
  470. 1. Intro to Python/28. Conclusion of this section.vtt 877B
  471. 14. Web Development with Flask/3. Code samples for this section.html 863B
  472. 9. Advanced built-in functions in Python/1. Introduction to this section.vtt 850B
  473. 9. Advanced built-in functions in Python/15. Further reading.html 833B
  474. 10. Advanced Python Development/20. Conclusion of this section.vtt 830B
  475. 8. Type hinting in Python/4. Conclusion of this section.vtt 825B
  476. 6. Files in Python/10. Solution a CSV to JSON converter.html 804B
  477. 18. Python libraries/9. Conclusion of this section.vtt 802B
  478. 13. Python on the console and managing project dependencies/9. Conclusion of this section.vtt 799B
  479. 10. Advanced Python Development/17. Solution secure file names using regex.html 794B
  480. 1. Intro to Python/15. Solution communicating with users.html 789B
  481. 2. Functions and loops in Python/23. Conclusion of this section.vtt 785B
  482. 5. Errors in Python/8. Solution raising an error.html 783B
  483. 11. Web Scraping with Python/30. Conclusion of this section.vtt 779B
  484. 12. Asynchronous Python Development/2. Code samples for this section.html 779B
  485. 1. Intro to Python/9. Join the live chat for this course!.html 768B
  486. 2. Functions and loops in Python/11. Solution FizzBuzz.html 761B
  487. 16. Advanced Object-Oriented Programming/4. Solution multiple inheritance.html 751B
  488. 15. Decorators in Python/12. Solution a generic access control decorator.html 745B
  489. 11. Web Scraping with Python/2. Code for this section.html 734B
  490. 4. Object-Oriented Programming with Python/6. Solution defining a method.html 734B
  491. 15. Decorators in Python/4. Solution decorators.html 718B
  492. 9. Advanced built-in functions in Python/4. Solution a prime number generator.html 717B
  493. 17. Algorithms and Data Structures/15. Conclusion of this section.vtt 701B
  494. 1. Intro to Python/22. Solution nearby friends.html 669B
  495. 7. Databases in Python & Milestone Project 2/4. Milestone Project 2 Brief.html 644B
  496. 16. Advanced Object-Oriented Programming/11. Pythonic vs. Non-Pythonic.html 624B
  497. 5. Errors in Python/2. Code samples for this section.html 609B
  498. 4. Object-Oriented Programming with Python/4. Solution your first Python class.html 595B
  499. 3. Milestone Project 1/2. Code for this section.html 570B
  500. 6. Files in Python/2. Code for this section.html 570B
  501. 17. Algorithms and Data Structures/3. A conference talk about Big-O.html 562B
  502. 7. Databases in Python & Milestone Project 2/2. Code for this section.html 558B
  503. 3. Milestone Project 1/12. Conclusion of this section.vtt 552B
  504. 16. Advanced Object-Oriented Programming/9. Solution ABCs.html 528B
  505. 10. Advanced Python Development/21. Further reading.html 467B
  506. 12. Asynchronous Python Development/21.1 0_first_async_request.py.py 317B
  507. 3. Milestone Project 1/7. Milestone Project brief.html 301B
  508. 13. Python on the console and managing project dependencies/8. Summary e-book of using Pipenv.html 277B
  509. 14. Web Development with Flask/10.1 Code for this lecture.html 197B
  510. 14. Web Development with Flask/5.1 Code for this lecture.html 194B
  511. 12. Asynchronous Python Development/21.2 First async request online code.html 193B
  512. 14. Web Development with Flask/4.1 Code for this lecture.html 193B
  513. 12. Asynchronous Python Development/23.1 Async requests with async_timeout.html 192B
  514. 12. Asynchronous Python Development/25.1 A note on HTTPS + test code.html 189B
  515. 14. Web Development with Flask/12.1 Code for this lecture.html 189B
  516. 12. Asynchronous Python Development/22.1 Async request code sample.html 188B
  517. 14. Web Development with Flask/11.1 Code for this lecture.html 188B
  518. 14. Web Development with Flask/8.1 Code for this lecture.html 188B
  519. 14. Web Development with Flask/9.1 Code for this lecture.html 188B
  520. 14. Web Development with Flask/6.1 Code for this lecture.html 187B
  521. 14. Web Development with Flask/7.1 Code for this lecture.html 184B
  522. 12. Asynchronous Python Development/17.1 Example code receiving data through yield.html 178B
  523. 12. Asynchronous Python Development/13.3 Example code queued threads with a ThreadPoolExecutor.html 177B
  524. 12. Asynchronous Python Development/11.1 Example code multiprocessing with a ProcessPoolExecutor.html 173B
  525. 12. Asynchronous Python Development/16.1 Example code yielding from another iterator.html 173B
  526. 12. Asynchronous Python Development/12.1 Example code shared state in threads.html 172B
  527. 12. Asynchronous Python Development/8.1 Example code threads with a ThreadPoolExecutor.html 171B
  528. 16. Advanced Object-Oriented Programming/2.1 Complete lecture code.html 171B
  529. 16. Advanced Object-Oriented Programming/7.1 Complete lecture code.html 171B
  530. 12. Asynchronous Python Development/13.2 Example code queued threads with no waits.html 169B
  531. 12. Asynchronous Python Development/13.1 Example code queuing in threads with shared state.html 168B
  532. 16. Advanced Object-Oriented Programming/10.1 Complete lecture code.html 167B
  533. 12. Asynchronous Python Development/18.1 Example code async and await.html 166B
  534. 12. Asynchronous Python Development/15.1 Example code our first task scheduler using generators.html 164B
  535. 12. Asynchronous Python Development/10.1 Example code multiprocessing.html 163B
  536. 12. Asynchronous Python Development/7.1 Example code threads.html 161B
  537. 12. Asynchronous Python Development/20.1 Our async scraper project code.html 160B
  538. 12. Asynchronous Python Development/24.1 The project source code.html 160B
  539. 16. Advanced Object-Oriented Programming/5.1 Complete lecture code.html 154B
  540. 9. Advanced built-in functions in Python/8.1 Interactive code for this lecture.html 147B
  541. 4. Object-Oriented Programming with Python/18.1 Interactive code for this lecture.html 134B
  542. 1. Intro to Python/13. Python strings, formatting, and user input.html 133B
  543. 1. Intro to Python/14. Exercise communicating with users.html 133B
  544. 1. Intro to Python/17. Booleans and comparisons in Python.html 133B
  545. 1. Intro to Python/20. Lists, tuples, and sets in Python.html 133B
  546. 1. Intro to Python/21. Exercise nearby friends.html 133B
  547. 1. Intro to Python/24. Python dictionaries.html 133B
  548. 1. Intro to Python/26. Exercise dictionaries.html 133B
  549. 1. Intro to Python/6. Numbers and Printing in Python.html 133B
  550. 1. Intro to Python/7. Exercise variables and numbers.html 133B
  551. 10. Advanced Python Development/16. Exercise secure file names using regex.html 133B
  552. 10. Advanced Python Development/9. Exercise Python collections.html 133B
  553. 15. Decorators in Python/11. Exercise a generic access control decorator.html 133B
  554. 15. Decorators in Python/3. Exercise decorators.html 133B
  555. 15. Decorators in Python/9.1 Interactive code for this lecture.html 133B
  556. 16. Advanced Object-Oriented Programming/3. Exercise multiple inheritance.html 133B
  557. 16. Advanced Object-Oriented Programming/8. Exercise ABCs.html 133B
  558. 2. Functions and loops in Python/10. Exercise FizzBuzz.html 133B
  559. 2. Functions and loops in Python/15. List comprehensions and slicing in Python.html 133B
  560. 2. Functions and loops in Python/16. Exercise an improved lottery!.html 133B
  561. 2. Functions and loops in Python/20. Functions in Python.html 133B
  562. 2. Functions and loops in Python/22. Advanced functions in Python.html 133B
  563. 2. Functions and loops in Python/3. If statements in Python.html 133B
  564. 2. Functions and loops in Python/5. Exercise a simple text menu.html 133B
  565. 2. Functions and loops in Python/9. Loops in Python.html 133B
  566. 4. Object-Oriented Programming with Python/12. Exercise magic methods in Python.html 133B
  567. 4. Object-Oriented Programming with Python/16. Advanced Object-Oriented Programming.html 133B
  568. 4. Object-Oriented Programming with Python/19. @classmethod and @staticmethod.html 133B
  569. 4. Object-Oriented Programming with Python/3. Exercise your first Python class.html 133B
  570. 4. Object-Oriented Programming with Python/5. Exercise defining a method.html 133B
  571. 4. Object-Oriented Programming with Python/9. Object-Oriented Programming.html 133B
  572. 5. Errors in Python/10. Exercise raising our own custom errors.html 133B
  573. 5. Errors in Python/13. Error handling in Python.html 133B
  574. 5. Errors in Python/15. Some error problems.html 133B
  575. 5. Errors in Python/17. Exercise try-except-finally.html 133B
  576. 5. Errors in Python/20. Advanced error handling in Python.html 133B
  577. 5. Errors in Python/5. Errors in Python.html 133B
  578. 5. Errors in Python/7. Exercise raising an error.html 133B
  579. 6. Files in Python/14. Exercise importing modules.html 133B
  580. 6. Files in Python/5. Exercise building a quiz system.html 133B
  581. 6. Files in Python/9. Exercise a CSV to JSON converter.html 133B
  582. 9. Advanced built-in functions in Python/13. Section 9 Review.html 133B
  583. 9. Advanced built-in functions in Python/3. Exercise a prime number generator.html 133B
  584. 9. Advanced built-in functions in Python/6. Exercise coding a generator class.html 133B
  585. 15. Decorators in Python/7.1 Interactive code for this lecture.html 130B
  586. 9. Advanced built-in functions in Python/5.1 Interactive code for this lecture.html 130B
  587. 10. Advanced Python Development/8.1 Interactive code for this lecture.html 128B
  588. 15. Decorators in Python/10.1 Interactive code for this lecture.html 128B
  589. 10. Advanced Python Development/5.1 Interactive code for this lecture.html 126B
  590. [FreeCourseLab.com].url 126B
  591. 5. Errors in Python/14.1 Interactive code for this lecture.html 125B
  592. 10. Advanced Python Development/19.1 Interactive code for this lecture.html 124B
  593. 5. Errors in Python/9.1 Interactive code for this lecture.html 124B
  594. 4. Object-Oriented Programming with Python/17.1 Interactive code for this lecture.html 122B
  595. 10. Advanced Python Development/4.1 Interactive code for this lecture.html 121B
  596. 15. Decorators in Python/2.1 Interactive code for this lecture.html 121B
  597. 15. Decorators in Python/8.1 Interactive code for this lecture.html 121B
  598. 9. Advanced built-in functions in Python/9.1 Interactive code for this lecture.html 121B
  599. 4. Object-Oriented Programming with Python/2.1 Interactive code for this lecture.html 118B
  600. 9. Advanced built-in functions in Python/10.1 Interactive code for this lecture.html 118B
  601. 10. Advanced Python Development/12.1 Interactive code for this lecture.html 117B
  602. 2. Functions and loops in Python/18.1 Interactive code for this lecture.html 117B
  603. 5. Errors in Python/12.1 Interactive code for this lecture.html 117B
  604. 5. Errors in Python/3.1 Interactive code for this lecture.html 117B
  605. 5. Errors in Python/6.1 Interactive code for this lecture.html 117B
  606. 2. Functions and loops in Python/19.1 Interactive code for this lecture.html 116B
  607. 4. Object-Oriented Programming with Python/11.1 Interactive code for this lecture.html 116B
  608. 9. Advanced built-in functions in Python/12.1 Iterables in Python.html 116B
  609. 1. Intro to Python/16.1 Interactive code for this lecture.html 115B
  610. 10. Advanced Python Development/14.1 Interactive code for this lecture.html 115B
  611. 4. Object-Oriented Programming with Python/14.1 Interactive code for this lecture.html 115B
  612. 10. Advanced Python Development/2.1 Interactive code for this lecture.html 114B
  613. 10. Advanced Python Development/3.1 Interactive code for this lecture.html 114B
  614. 9. Advanced built-in functions in Python/2.1 Interactive code for this lecture.html 114B
  615. 1. Intro to Python/11.1 Interactive code for this lecture.html 113B
  616. 10. Advanced Python Development/6.1 Interactive code for this lecture.html 113B
  617. 2. Functions and loops in Python/13.1 Interactive code for this lecture.html 113B
  618. 2. Functions and loops in Python/7.1 Interactive code for this lecture.html 113B
  619. 9. Advanced built-in functions in Python/11.1 Interactive code for this lecture.html 113B
  620. 15. Decorators in Python/5.1 Interactive code for this lecture.html 112B
  621. 1. Intro to Python/18.1 Interactive code for this lecture.html 111B
  622. 1. Intro to Python/5.1 Interactive code for this lecture.html 111B
  623. 10. Advanced Python Development/13.1 Interactive code for this lecture.html 111B
  624. 15. Decorators in Python/6.1 Interactive code for this lecture.html 111B
  625. 2. Functions and loops in Python/21.1 Interactive code for this lecture.html 111B
  626. 2. Functions and loops in Python/8.1 Interactive code for this lecture.html 111B
  627. 10. Advanced Python Development/15.1 Interactive code for this lecture.html 110B
  628. 1. Intro to Python/19.1 Interactive code for this lecture.html 109B
  629. 13. Python on the console and managing project dependencies/3.1 The PATH in Windows.html 109B
  630. 4. Object-Oriented Programming with Python/7.1 Interactive code for this lecture.html 109B
  631. 1. Intro to Python/23.1 Interactive code for this lecture.html 108B
  632. 2. Functions and loops in Python/2.1 Interactive code for this lecture.html 108B
  633. 2. Functions and loops in Python/4.1 Interactive code for this lecture.html 106B
  634. 8. Type hinting in Python/3.1 26.1. typing — Support for type hints — Python 3.6.4 documentation.html 106B
  635. 1. Intro to Python/12.1 Interactive code for this lecture.html 105B
  636. 12. Asynchronous Python Development/19.1 David Beazley - Python Concurrency From the Ground Up LIVE! - PyCon 2015 - YouTube.html 104B
  637. 12. Asynchronous Python Development/19.2 Only if you want to go deeper into the Python GIL Understanding the Python GIL - YouTube.html 104B
  638. 12. Asynchronous Python Development/19.3 Raymond Hettinger, Keynote on Concurrency, PyBay 2017 - YouTube.html 104B
  639. 12. Asynchronous Python Development/19.4 Keynote David Beazley - Topics of Interest (Python Asyncio) - YouTube.html 104B
  640. 8. Type hinting in Python/3.2 PEP 483 — The Theory of Type Hints Python.org.html 102B