589689.xyz

- The Complete Python Course [2018]

  • 收录时间:2018-12-16 10:31:32
  • 文件大小:1GB
  • 下载次数:156
  • 最近下载:2020-12-25 05:05:56
  • 磁力链接:

文件列表

  1. 11 Web Scraping with Python/11-26 Books Project 12. Adding logging to our Python project.mkv 21MB
  2. 11 Web Scraping with Python/11-03 More complex HTML parsing.mkv 20MB
  3. 10 Advanced Python Development/10-08 Some interesting Python collections.mkv 18MB
  4. 06 Files in Python/06-03 Python Exercise. Copying files.mkv 17MB
  5. 17 Algorithms and Data Structures/17-12 Deleting nodes with two children in code.mkv 16MB
  6. 07 Databases in Python & Milestone (Project 2)/07-04 Storing books in files.mkv 16MB
  7. 05 Errors in Python/05-09 Debugging with Pycharm.mkv 16MB
  8. 11 Web Scraping with Python/11-02 Understanding HTML with BeautifulSoup.mkv 15MB
  9. 06 Files in Python/06-05 JSON files with Python.mkv 15MB
  10. 07 Databases in Python & Milestone (Project 2)/07-03 Milestone Project with lists.mkv 15MB
  11. 01 Intro to Python/01-08 Boolean and comparisons in Python.mkv 12MB
  12. 17 Algorithms and Data Structures/17-11 Deleting nodes in code with Python.mkv 12MB
  13. 01 Intro to Python/01-09 Lists, tuples, and sets in Python.mkv 12MB
  14. 06 Files in Python/06-08 Python relative imports. Children.mkv 12MB
  15. 14 Web Development with Flask/14-07 Rendering forms with Flask and Python.mkv 12MB
  16. 04 Object-Oriented Programming with Python/04-02 Intro to Object-Oriented Programming with Python.mkv 12MB
  17. 08 Type hinting in Python/08-02 Typing in Python.mkv 12MB
  18. 03 Milestone (Project 1)/03-09 Finding movies and retrieving their details.mkv 11MB
  19. 12 Asynchronous Python Development/12-19 Making our first async request in Python.mkv 11MB
  20. 05 Errors in Python/05-03 Built in errors in Python.mkv 11MB
  21. 02 Functions and loops in Python/02-09 Functions, arguments, and parameters in Python.mkv 11MB
  22. 17 Algorithms and Data Structures/17-08 Recursion and inorder traversal in Python.mkv 11MB
  23. 05 Errors in Python/05-05 Creating our own errors in Python.mkv 11MB
  24. 05 Errors in Python/05-07 The on success block and re-raising exceptions.mkv 11MB
  25. 03 Milestone (Project 1)/03-06 Coding our application's menu in Python.mkv 11MB
  26. 12 Asynchronous Python Development/12-22 Turning our book scraping project async.mkv 10MB
  27. 11 Web Scraping with Python/11-18 Books Project 5. Creating our book parser.mkv 10MB
  28. 12 Asynchronous Python Development/12-11 Queuing in threads with shared state.mkv 10MB
  29. 16 Advanced Object-Oriented Programming/16-02 Intro to multiple inheritance with Python.mkv 10MB
  30. 02 Functions and loops in Python/02-05 Two important loop keywords + finding prime numbers.mkv 10MB
  31. 02 Functions and loops in Python/02-04 For loops, range(), and tuple destructuring in Python.mkv 10MB
  32. 02 Functions and loops in Python/02-07 List comprehension in Python.mkv 10MB
  33. 05 Errors in Python/05-08 Handling those pesky user errors!.mkv 10MB
  34. 01 Intro to Python/01-07 Getting user input in Python.mkv 10MB
  35. 13 Python on the console and managing project dependencies/13-04 Terminal video. What is a virtualenv.mkv 10MB
  36. 05 Errors in Python/05-02 Intro to errors in Python.mkv 10MB
  37. 02 Functions and loops in Python/02-02 If statements in Python.mkv 9MB
  38. 18 Python libraries/18-03 Using pylint.mkv 9MB
  39. 05 Errors in Python/05-04 Raising errors in Python.mkv 9MB
  40. 16 Advanced Object-Oriented Programming/16-06 The property setter in Python.mkv 9MB
  41. 12 Asynchronous Python Development/12-05 Example. Threads in Python.mkv 9MB
  42. 04 Object-Oriented Programming with Python/04-05 Magic methods in Python.mkv 9MB
  43. 12 Asynchronous Python Development/12-20 Getting multiple pages efficiently.mkv 9MB
  44. 07 Databases in Python & Milestone (Project 2)/07-05 Using JSON instead of CSV.mkv 9MB
  45. 04 Object-Oriented Programming with Python/04-09 More @classmethod and @staticmethod examples.mkv 9MB
  46. 07 Databases in Python & Milestone (Project 2)/07-17 Developing our context manager in Python.mkv 9MB
  47. 18 Python libraries/18-02 Python libraries overview.mkv 9MB
  48. 13 Python on the console and managing project dependencies/13-06 Terminal video. Using Pipenv.mkv 9MB
  49. 14 Web Development with Flask/14-06 Error pages and Jinja2 inheritance.mkv 9MB
  50. 01 Intro to Python/01-05 Numbers and printing in Python.mkv 9MB
  51. 10 Advanced Python Development/10-06 Argument unpacking in Python.mkv 9MB
  52. 10 Advanced Python Development/10-10 Dates and time in Python.mkv 9MB
  53. 10 Advanced Python Development/10-13 Regex examples.mkv 8MB
  54. 03 Milestone (Project 1)/03-07 Adding new movies to our application.mkv 8MB
  55. 09 Advanced built-in functions in Python/09-02 Generators in Python.mkv 8MB
  56. 17 Algorithms and Data Structures/17-07 Adding elements to a binary tree in Python.mkv 8MB
  57. 10 Advanced Python Development/10-02 Mutability in Python.mkv 8MB
  58. 06 Files in Python/06-02 Files in Python.mkv 8MB
  59. 10 Advanced Python Development/10-14 Introduction to logging in Python.mkv 8MB
  60. 10 Advanced Python Development/10-11 Timing your code with Python.mkv 8MB
  61. 05 Errors in Python/05-06 Dealing with Python errors.mkv 8MB
  62. 10 Advanced Python Development/10-03 Argument mutability in Python.mkv 8MB
  63. 06 Files in Python/06-07 Importing our own files.mkv 7MB
  64. 18 Python libraries/18-06 Sending e-mails with Mailgun.mkv 7MB
  65. 06 Files in Python/06-04 CSV files with Python.mkv 7MB
  66. 02 Functions and loops in Python/02-11 Lambda, first-class, and higher order functions in Python.mkv 7MB
  67. 13 Python on the console and managing project dependencies/13-05 Terminal video. Navigating the terminal and using virtualenv.mkv 7MB
  68. 04 Object-Oriented Programming with Python/04-03 More about classes and objects.mkv 7MB
  69. 07 Databases in Python & Milestone (Project 2)/07-15 Finishing the Milestone Project.mkv 7MB
  70. 15 Decorators in Python/15-06 Decorators with parameters.mkv 7MB
  71. 18 Python libraries/18-08 Sneak peek. My IDE setup!.mkv 7MB
  72. 11 Web Scraping with Python/11-20 Books Project 7. Sorting the books.mkv 7MB
  73. 11 Web Scraping with Python/11-25 Books Project 11. Getting the page count in Python.mkv 7MB
  74. 11 Web Scraping with Python/11-06 Understanding HTML with the browser.mkv 7MB
  75. 12 Asynchronous Python Development/12-15 Receiving data through yield.mkv 7MB
  76. 01 Intro to Python/01-06 Python strings and string formatting.mkv 7MB
  77. 04 Object-Oriented Programming with Python/04-06 Inheritance in Python.mkv 6MB
  78. 02 Functions and loops in Python/02-08 Set and dictionary comprehensions.mkv 6MB
  79. 11 Web Scraping with Python/11-04 Structuring our parsing program better.mkv 6MB
  80. 01 Intro to Python/01-11 Python dictionaries.mkv 6MB
  81. 12 Asynchronous Python Development/12-10 Dealing with shared state in threads.mkv 6MB
  82. 03 Milestone (Project 1)/03-08 Showing the user their movies.mkv 6MB
  83. 17 Algorithms and Data Structures/17-10 How do you delete nodes from a binary tree.mkv 6MB
  84. 18 Python libraries/18-05 Sending e-mails with smtplib.mkv 6MB
  85. 12 Asynchronous Python Development/12-08 Multiprocessing in Python.mkv 6MB
  86. 12 Asynchronous Python Development/12-04 The Python GIL.mkv 6MB
  87. 16 Advanced Object-Oriented Programming/16-03 Intro to ABCs in Python.mkv 6MB
  88. 11 Web Scraping with Python/11-10 Quotes Project 3. Getting our locators.mkv 6MB
  89. 02 Functions and loops in Python/02-10 Functions and return values in Python.mkv 6MB
  90. 14 Web Development with Flask/14-10 Using Jinja2 for loops to create a nicer homepage.mkv 6MB
  91. 17 Algorithms and Data Structures/17-02 Presentation. Queues, stacks, and complexity.mkv 6MB
  92. 07 Databases in Python & Milestone (Project 2)/07-18 Errors in context managers.mkv 6MB
  93. 18 Python libraries/18-07 Creating a re-usable Mailgun library.mkv 6MB
  94. 07 Databases in Python & Milestone (Project 2)/07-12 Getting all our books.mkv 6MB
  95. 02 Functions and loops in Python/02-03 While loops in Python.mkv 6MB
  96. 11 Web Scraping with Python/11-14 Milestone Project 4. A Book Scraper + application.mkv 6MB
  97. 18 Python libraries/18-04 Using yapf.mkv 6MB
  98. 10 Advanced Python Development/10-09 Timezones.mkv 6MB
  99. 09 Advanced built-in functions in Python/09-04 Iterables in Python.mkv 6MB
  100. 09 Advanced built-in functions in Python/09-05 The filter() function in Python.mkv 6MB
  101. 09 Advanced built-in functions in Python/09-03 Python generator classes and iterators.mkv 6MB
  102. 13 Python on the console and managing project dependencies/13-02 Running Python in the console.mkv 5MB
  103. 04 Object-Oriented Programming with Python/04-08 @classmethod and @staticmethod in Python.mkv 5MB
  104. 11 Web Scraping with Python/11-07 Scraping our first website with Python.mkv 5MB
  105. 07 Databases in Python & Milestone (Project 2)/07-10 Inserting books using Python.mkv 5MB
  106. 11 Web Scraping with Python/11-21 Books Project 8. Constructing our menu.mkv 5MB
  107. 14 Web Development with Flask/14-03 Our first Flask endpoint.mkv 5MB
  108. 16 Advanced Object-Oriented Programming/16-05 The relationship between ABCs and interfaces.mkv 5MB
  109. 14 Web Development with Flask/14-02 Setting up our project with Pipenv.mkv 5MB
  110. 12 Asynchronous Python Development/12-03 Processes and threads.mkv 5MB
  111. 07 Databases in Python & Milestone (Project 2)/07-09 Creating our books table using Python.mkv 5MB
  112. 12 Asynchronous Python Development/12-16 The async and await keywords.mkv 5MB
  113. 10 Advanced Python Development/10-12 Regular expressions.mkv 5MB
  114. 14 Web Development with Flask/14-05 Rendering HTML with Flask and Python.mkv 5MB
  115. 10 Advanced Python Development/10-05 Mutable default arguments (bad idea).mkv 5MB
  116. 06 Files in Python/06-09 Python relative imports. Parents.mkv 5MB
  117. 11 Web Scraping with Python/11-11 Quotes Project 4. Crafting our quote parser.mkv 5MB
  118. 06 Files in Python/06-10 Import errors and running as a Python script.mkv 5MB
  119. 11 Web Scraping with Python/11-24 Books Project 10. Multiple pages in Python.mkv 4MB
  120. 12 Asynchronous Python Development/12-02 The Dining Philosophers Problem.mkv 4MB
  121. 06 Files in Python/06-06 Using the with syntax in Python.mkv 4MB
  122. 12 Asynchronous Python Development/12-18 Our asynchronous scraper.mkv 4MB
  123. 17 Algorithms and Data Structures/17-05 Presentation. Traversal of binary trees.mkv 4MB
  124. 12 Asynchronous Python Development/12-13 Our first single-threaded task scheduler in Python.mkv 4MB
  125. 07 Databases in Python & Milestone (Project 2)/07-02 Intro to Milestone (Project 2).mkv 4MB
  126. 12 Asynchronous Python Development/12-14 Yielding from another iterator in Python.mkv 4MB
  127. 13 Python on the console and managing project dependencies/13-03 Terminal video. Running Python.mkv 4MB
  128. 01 Intro to Python/01-10 Advanced set operations.mkv 4MB
  129. 17 Algorithms and Data Structures/17-06 Presentation. Adding elements to a binary tree.mkv 4MB
  130. 07 Databases in Python & Milestone (Project 2)/07-06 Intro to databases with Python.mkv 4MB
  131. 03 Milestone (Project 1)/03-04 Creating our first PyCharm project.mkv 4MB
  132. 14 Web Development with Flask/14-11 Adding navigation to our website.mkv 4MB
  133. 01 Intro to Python/01-01 Welcome to this course!.mkv 4MB
  134. 13 Python on the console and managing project dependencies/13-07 Terminal video. Pipenv and virtualenv.mkv 4MB
  135. 11 Web Scraping with Python/11-08 Milestone Project 3. A Quote Scraper.mkv 4MB
  136. 15 Decorators in Python/15-02 A simple decorator in Python.mkv 4MB
  137. 09 Advanced built-in functions in Python/09-06 The map() function in Python.mkv 4MB
  138. 11 Web Scraping with Python/11-05 Splitting HTML locators out of our Python class.mkv 4MB
  139. 11 Web Scraping with Python/11-12 Quotes Project 5. The quotes page.mkv 4MB
  140. 14 Web Development with Flask/14-08 Accessing POST form data with Flask.mkv 4MB
  141. 17 Algorithms and Data Structures/17-03 Presentation. Binary search.mkv 4MB
  142. 15 Decorators in Python/15-05 Decorating functions with parameters.mkv 4MB
  143. 09 Advanced built-in functions in Python/09-07 any() and all() in Python.mkv 4MB
  144. 10 Advanced Python Development/10-15 Logging to a file and other features.mkv 4MB
  145. 10 Advanced Python Development/10-04 Default values for parameters.mkv 4MB
  146. 14 Web Development with Flask/14-04 Returning information with Flask and Python.mkv 4MB
  147. 11 Web Scraping with Python/11-15 Books Project 2. Recap of HTML locators.mkv 4MB
  148. 07 Databases in Python & Milestone (Project 2)/07-14 Filtering with WHERE.mkv 3MB
  149. the-complete-python.7z 3MB
  150. 11 Web Scraping with Python/11-19 Books Project 6. Writing our app file.mkv 3MB
  151. 12 Asynchronous Python Development/12-12 Using Python generators instead of threads.mkv 3MB
  152. 15 Decorators in Python/15-07 Functions that accept multiple arguments.mkv 3MB
  153. 04 Object-Oriented Programming with Python/04-07 The @property decorator.mkv 3MB
  154. 17 Algorithms and Data Structures/17-04 Presentation. Binary trees.mkv 3MB
  155. 11 Web Scraping with Python/11-13 Quotes Project 6. Recap of the project.mkv 3MB
  156. 02 Functions and loops in Python/02-06 List slicing in Python.mkv 3MB
  157. 12 Asynchronous Python Development/12-23 A note on HTTPS with Python and Mac OS X.mkv 3MB
  158. 11 Web Scraping with Python/11-16 Books Project 3. Creating locators in Python.mkv 3MB
  159. 15 Decorators in Python/15-08 Generic decorators for any function.mkv 3MB
  160. 17 Algorithms and Data Structures/17-09 Finding nodes in a tree with Python.mkv 3MB
  161. 09 Advanced built-in functions in Python/09-08 The enumerate() function.mkv 3MB
  162. 11 Web Scraping with Python/11-27 A word on scraping pages with JavaScript.mkv 3MB
  163. 16 Advanced Object-Oriented Programming/16-04 The usefulness of ABCs.mkv 3MB
  164. 14 Web Development with Flask/14-09 Putting our form in a single endpoint.mkv 3MB
  165. 11 Web Scraping with Python/11-17 Books Project 4. Creating our page.mkv 3MB
  166. 01 Intro to Python/01-02 Overview of the course curriculum.mkv 3MB
  167. 11 Web Scraping with Python/11-23 Books Project 9. Getting multiple pages.mkv 3MB
  168. 12 Asynchronous Python Development/12-06 Using Python concurrent.futures. The ThreadPoolExecutor.mkv 3MB
  169. 01 Intro to Python/01-04 Our Python coding environment.mkv 3MB
  170. 07 Databases in Python & Milestone (Project 2)/07-01 Introduction to this section.mkv 3MB
  171. 04 Object-Oriented Programming with Python/04-04 Parameter naming in Python.mkv 3MB
  172. 07 Databases in Python & Milestone (Project 2)/07-08 Some database jargon.mkv 2MB
  173. 15 Decorators in Python/15-03 Using a @syntax.mkv 2MB
  174. 03 Milestone (Project 1)/03-03 Installing PyCharm in your computer.mkv 2MB
  175. 12 Asynchronous Python Development/12-01 Introduction to this section.mkv 2MB
  176. 17 Algorithms and Data Structures/17-13 Testing our binary tree!.mkv 2MB
  177. 10 Advanced Python Development/10-07 Queues in Python.mkv 2MB
  178. 03 Milestone (Project 1)/03-05 Setting up PyCharm font and display settings.mkv 2MB
  179. 07 Databases in Python & Milestone (Project 2)/07-11 SELECT examples.mkv 2MB
  180. 08 Type hinting in Python/08-03 Further reading.mkv 2MB
  181. 12 Asynchronous Python Development/12-09 Using Python concurrent.futures. The ProcessPoolExecutor.mkv 2MB
  182. 01 Intro to Python/01-12 Calculating the length of lists.mkv 2MB
  183. 06 Files in Python/06-01 Introduction to this section.mkv 2MB
  184. 06 Files in Python/06-11 Conclusion of this section.mkv 2MB
  185. 11 Web Scraping with Python/11-09 Quotes Project 2. Structuring a scraping app in Python.mkv 2MB
  186. 07 Databases in Python & Milestone (Project 2)/07-16 Ordering and limiting.mkv 2MB
  187. 03 Milestone (Project 1)/03-02 Installing Python in your computer.mkv 2MB
  188. 12 Asynchronous Python Development/12-21 Using async_timeout for security.mkv 2MB
  189. 11 Web Scraping with Python/11-01 Introduction to this section.mkv 2MB
  190. 15 Decorators in Python/15-04 Functools wraps in Python.mkv 2MB
  191. 19 Bonus Section/19-01 Thank you for taking the course.mkv 2MB
  192. 04 Object-Oriented Programming with Python/04-01 Introduction to this section.mkv 2MB
  193. 07 Databases in Python & Milestone (Project 2)/07-07 Using SQLite in Python.mkv 2MB
  194. 07 Databases in Python & Milestone (Project 2)/07-13 UPDATE and DELETE.mkv 2MB
  195. 15 Decorators in Python/15-01 Introduction to this section.mkv 1MB
  196. 12 Asynchronous Python Development/12-07 Don't kill threads!.mkv 1MB
  197. 07 Databases in Python & Milestone (Project 2)/07-19 Conclusion of this section.mkv 1MB
  198. 13 Python on the console and managing project dependencies/13-01 Intro to this section.mkv 1MB
  199. 14 Web Development with Flask/14-01 Intro to this section.mkv 1MB
  200. 18 Python libraries/18-01 Introduction to this section.mkv 1MB
  201. 11 Web Scraping with Python/11-22 ASIDE. The best way to write user menus.mkv 1MB
  202. 12 Asynchronous Python Development/12-24 Conclusion of this section.mkv 1MB
  203. 16 Advanced Object-Oriented Programming/16-07 Conclusion of this section.mkv 1MB
  204. 16 Advanced Object-Oriented Programming/16-01 Introduction to this section.mkv 1MB
  205. 15 Decorators in Python/15-09 Conclusion of this section.mkv 1MB
  206. 10 Advanced Python Development/10-01 Introduction to this section.mkv 1MB
  207. 17 Algorithms and Data Structures/17-01 Introduction to this section.mkv 1MB
  208. 12 Asynchronous Python Development/12-17 Watch these talks for more explanations and examples!.mkv 1MB
  209. 04 Object-Oriented Programming with Python/04-10 Conclusion of this section.mkv 1MB
  210. 14 Web Development with Flask/14-12 Conclusion of this section.mkv 1MB
  211. 08 Type hinting in Python/08-01 Introduction to this section.mkv 1MB
  212. 05 Errors in Python/05-01 Introduction to this section.mkv 1MB
  213. 09 Advanced built-in functions in Python/09-09 Conclusion of this section.mkv 1MB
  214. 03 Milestone (Project 1)/03-01 Introduction to this section.mkv 994KB
  215. 02 Functions and loops in Python/02-01 Introduction to this section.mkv 983KB
  216. 01 Intro to Python/01-03 Introduction to this section.mkv 971KB
  217. 05 Errors in Python/05-10 Conclusion of this section.mkv 941KB
  218. 09 Advanced built-in functions in Python/09-01 Introduction to this section.mkv 895KB
  219. 10 Advanced Python Development/10-16 Conclusion of this section.mkv 892KB
  220. 11 Web Scraping with Python/11-28 Conclusion of this section.mkv 871KB
  221. 18 Python libraries/18-09 Conclusion of this section.mkv 862KB
  222. 08 Type hinting in Python/08-04 Conclusion of this section.mkv 859KB
  223. 13 Python on the console and managing project dependencies/13-08 Conclusion of this section.mkv 774KB
  224. 17 Algorithms and Data Structures/17-14 Conclusion of this section.mkv 746KB
  225. 01 Intro to Python/01-13 Conclusion of this section.mkv 741KB
  226. 02 Functions and loops in Python/02-12 Conclusion of this section.mkv 720KB
  227. 03 Milestone (Project 1)/03-10 Conclusion of this section.mkv 526KB