589689.xyz

[] Udemy - the-modern-python3-bootcamp

  • 收录时间:2018-05-19 09:23:58
  • 文件大小:4GB
  • 下载次数:224
  • 最近下载:2021-01-20 00:20:58
  • 磁力链接:

文件列表

  1. 33 Web Scraping Project/338 Creating A Web Crawler with Scrapy.mp4 82MB
  2. 32 Web Scraping with BeautifulSoup/331 Our First Scraping Program.mp4 81MB
  3. 25 Deck Of Cards Exercise/252 Deck of Cards Solution Deck Class.mp4 76MB
  4. 33 Web Scraping Project/335 Quote Scraping Project The Game Logic.mp4 65MB
  5. 23 OPTIONAL SECTION Making HTTP Requests with Python/225 HTTP Introduction and Crash Course.mp4 65MB
  6. 23 OPTIONAL SECTION Making HTTP Requests with Python/226 HTTP Verbs and APIs.mp4 59MB
  7. 23 OPTIONAL SECTION Making HTTP Requests with Python/231 API Project Solution.mp4 56MB
  8. 26 OOP Part 2/262 Special __magic__ methods.mp4 47MB
  9. 31 Working With CSV and Pickling/314 Reading CSV Files.mp4 45MB
  10. 29 Testing With Python/298 Introduction to Unittest.mp4 44MB
  11. 33 Web Scraping Project/334 Quote Scraping Project Part 1.mp4 42MB
  12. 33 Web Scraping Project/337 Quote Scraping Project Adding CSV.mp4 42MB
  13. 23 OPTIONAL SECTION Making HTTP Requests with Python/227 Writing Your First Python Request.mp4 41MB
  14. 29 Testing With Python/303 Testing CardDeck Solution.mp4 40MB
  15. 20 Lambdas and Built-In Functions/188 Filter.mp4 38MB
  16. 32 Web Scraping with BeautifulSoup/330 Navigating With BeautifulSoup.mp4 38MB
  17. 23 OPTIONAL SECTION Making HTTP Requests with Python/228 Requesting JSON with Python.mp4 38MB
  18. 11 Guessing Game/095 Improving Rock Paper Scissors.mp4 37MB
  19. 33 Web Scraping Project/336 Quote Scraping Project Refactoring.mp4 37MB
  20. 32 Web Scraping with BeautifulSoup/326 Optional HTMLCSS Crash Course.mp4 36MB
  21. 26 OOP Part 2/256 Inheritance Example User and Moderator.mp4 35MB
  22. 29 Testing With Python/299 Other Types of Assertions.mp4 35MB
  23. 09 Rock Paper Scissors/080 RPS Mini Project Computer AI Solution.mp4 34MB
  24. 08 Boolean and Conditional Logic/072 Bouncer Code-Along and Nested Conditionals.mp4 33MB
  25. 24 Object Oriented Programming/234 Abstraction and Encapsulation.mp4 32MB
  26. 22 Modules/222 Using The autopep8 Package to Clean Up Code.mp4 32MB
  27. 26 OOP Part 2/258 The Crazy World of Multiple Inheritance.mp4 31MB
  28. 31 Working With CSV and Pickling/316 Writing to CSV Files DictWriter.mp4 30MB
  29. 26 OOP Part 2/254 All About Properties.mp4 30MB
  30. 27 Iterators Generators/275 Testing Memory Usage With Generators.mp4 30MB
  31. 34 Regular Expressions/345 Introduction to the RE Module.mp4 30MB
  32. 21 Debugging and Error Handling/208 Common Types of Errors in Python.mp4 29MB
  33. 02 MACLINUX Command Line Fundamentals/016 Deleting Directories (Plus Tangents on Permissions and MAN Pages).mp4 29MB
  34. 22 Modules/215 Working With Built-In Modules.mp4 29MB
  35. 32 Web Scraping with BeautifulSoup/325 Is Scraping...OK.mp4 29MB
  36. 20 Lambdas and Built-In Functions/203 More Complex Zip Examples.mp4 28MB
  37. 24 Object Oriented Programming/240 Adding Instance Methods.mp4 28MB
  38. 24 Object Oriented Programming/243 Class Attributes Continued.mp4 28MB
  39. 12 Lists/109 Slices.mp4 27MB
  40. 29 Testing With Python/296 Doctests.mp4 27MB
  41. 21 Debugging and Error Handling/211 Try Except Else and Finally.mp4 27MB
  42. 23 OPTIONAL SECTION Making HTTP Requests with Python/229 Sending Requests with Params.mp4 26MB
  43. 26 OOP Part 2/263 Making a Grumpy Dictionary - Overriding Dict.mp4 25MB
  44. 32 Web Scraping with BeautifulSoup/324 Introduction to Web Scraping.mp4 25MB
  45. 26 OOP Part 2/259 WTF is Method Resolution Order(MRO).mp4 25MB
  46. 20 Lambdas and Built-In Functions/193 Sorted.mp4 24MB
  47. 22 Modules/220 Installing External Modules And TermColor.mp4 24MB
  48. 11 Guessing Game/096 SIDE NOTE Python Style and PEP8.mp4 23MB
  49. 13 Lists Comprehensions/117 Nested Lists.mp4 23MB
  50. 09 Rock Paper Scissors/077 RPS Mini Project Refactoring Time.mp4 23MB
  51. 29 Testing With Python/300 Before and after hooks.mp4 23MB
  52. 11 Guessing Game/094 Guessing Game Solution.mp4 23MB
  53. 07 Variables and Strings/059 Building a Mileage Convertor With User Input.mp4 22MB
  54. 31 Working With CSV and Pickling/315 Writing to CSV Files Writer.mp4 22MB
  55. 02 MACLINUX Command Line Fundamentals/010 Using LS.mp4 22MB
  56. 20 Lambdas and Built-In Functions/184 Lambdas.mp4 22MB
  57. 16 Tuples and Sets/139 Section Introduction.mp4 21MB
  58. 04 MAC Python Setup/026 Optional Installing Sublime Text.mp4 21MB
  59. 34 Regular Expressions/346 Validating Phone Numbers With Python.mp4 21MB
  60. 30 File IO/309 File Modes.mp4 21MB
  61. 30 File IO/305 Reading Text Files Open and Read.mp4 21MB
  62. 21 Debugging and Error Handling/212 Debugging With PDB.mp4 21MB
  63. 31 Working With CSV and Pickling/320 Pickling Time.mp4 20MB
  64. 17 Functions Part I/152 Parameters.mp4 20MB
  65. 32 Web Scraping with BeautifulSoup/327 Selecting with BeautifulSoup find().mp4 20MB
  66. 01 Course Introduction/002 Python3 vs. Python2.mp4 20MB
  67. 01 Course Introduction/001 Course Introduction.mp4 19MB
  68. 22 Modules/221 ASCCI Art Exercise.mp4 19MB
  69. 34 Regular Expressions/353 Regex Substitution Basics.mp4 19MB
  70. 21 Debugging and Error Handling/209 Raising Our Own Errors.mp4 19MB
  71. 28 Decorators/279 Higher Order Functions.mp4 19MB
  72. 34 Regular Expressions/352 Regex Compilation Flags.mp4 19MB
  73. 34 Regular Expressions/340 Writing Basic Regex.mp4 19MB
  74. 34 Regular Expressions/339 Intro To Regular Expressions.mp4 19MB
  75. 20 Lambdas and Built-In Functions/191 Generator Expressions and Using sys.getsizeof.mp4 18MB
  76. 14 Dictionaries/128 Dictionary Methods Clear Copy Fromkeys and Get.mp4 18MB
  77. 33 Web Scraping Project/332 Quote Scraping Project Intro.mp4 18MB
  78. 17 Functions Part I/159 Scope.mp4 18MB
  79. 29 Testing With Python/302 Testing CardDeck Exercise Intro.mp4 18MB
  80. 27 Iterators Generators/270 Introduction to Generators.mp4 18MB
  81. 24 Object Oriented Programming/246 A More Advanced Class Method Example.mp4 18MB
  82. 12 Lists/107 List Methods Index Count Sort Reverse and Join.mp4 18MB
  83. 14 Dictionaries/133 Spotify Playlist Example.mp4 18MB
  84. 31 Working With CSV and Pickling/321 Extra Fancy JSON Pickling.mp4 18MB
  85. 29 Testing With Python/295 Assertions.mp4 18MB
  86. 19 Functions Part II/177 kwargs.mp4 18MB
  87. 10 Looping in Python/089 EXERCISE Emoji Art.mp4 18MB
  88. 10 Looping in Python/087 EXERCISE Unlucky Numbers.mp4 18MB
  89. 20 Lambdas and Built-In Functions/194 Min and Max.mp4 18MB
  90. 19 Functions Part II/175 Introduction and args.mp4 17MB
  91. 26 OOP Part 2/255 Introduction to Super().mp4 17MB
  92. 08 Boolean and Conditional Logic/070 LOGICAL NOT.mp4 17MB
  93. 10 Looping in Python/088 Introducing While Loops.mp4 17MB
  94. 12 Lists/104 List Methods Append Insert and Extend.mp4 17MB
  95. 14 Dictionaries/134 Dictionary Comprehension.mp4 17MB
  96. 28 Decorators/283 Building A Speed-Test Decorator.mp4 16MB
  97. 30 File IO/306 Reading Files Seek and Cursors.mp4 16MB
  98. 07 Variables and Strings/050 String Escape Sequences.mp4 16MB
  99. 34 Regular Expressions/355 Swapping File Names.mp4 16MB
  100. 07 Variables and Strings/045 Data Types Overview.mp4 16MB
  101. 08 Boolean and Conditional Logic/062 Intro to Conditionals.mp4 16MB
  102. 09 Rock Paper Scissors/076 RPS Mini Project BASIC Version Solution.mp4 16MB
  103. 17 Functions Part I/156 Default parameters.mp4 16MB
  104. 24 Object Oriented Programming/239 Underscores Dunder Methods Name Mangling and More.mp4 16MB
  105. 14 Dictionaries/121 Intro To Dictionaries Creating Dictionaries.mp4 16MB
  106. 27 Iterators Generators/268 Writing a Custom Iterator.mp4 15MB
  107. 07 Variables and Strings/052 String Concatenation.mp4 15MB
  108. 25 Deck Of Cards Exercise/248 Deck Of Cards Intro Video.mp4 15MB
  109. 13 Lists Comprehensions/111 List Comprehension.mp4 15MB
  110. 34 Regular Expressions/348 Parsing URLs with Python.mp4 15MB
  111. 24 Object Oriented Programming/233 Defining Classes and Objects.mp4 15MB
  112. 24 Object Oriented Programming/245 Class Methods.mp4 15MB
  113. 24 Object Oriented Programming/237 The __init__ method.mp4 15MB
  114. 34 Regular Expressions/344 Regex Basics Logical Or and Capture Groups.mp4 15MB
  115. 07 Variables and Strings/042 Introduction to Variables.mp4 15MB
  116. 28 Decorators/290 Writing an ensure_first_arg_is Decorator.mp4 15MB
  117. 20 Lambdas and Built-In Functions/197 Len() and a Special Sneak Peak of OOP.mp4 15MB
  118. 27 Iterators Generators/278 Generator Expressions AND Speed Testing.mp4 15MB
  119. 27 Iterators Generators/267 Writing Our Own Version of for loops.mp4 14MB
  120. 28 Decorators/291 Enforcing Argument Types With A Decorator.mp4 14MB
  121. 06 Numbers Operators and Comments/039 Numbers Weirder Operators.mp4 14MB
  122. 12 Lists/102 Iterating Over Lists.mp4 14MB
  123. 07 Variables and Strings/058 Converting Data Types.mp4 14MB
  124. 21 Debugging and Error Handling/210 Try and Except Blocks.mp4 14MB
  125. 14 Dictionaries/131 Dictionary Methods Pop Popitems and Update.mp4 14MB
  126. 14 Dictionaries/125 Iterating Dictionaries.mp4 14MB
  127. 10 Looping in Python/081 Section Introduction.mp4 14MB
  128. 32 Web Scraping with BeautifulSoup/329 Accessing Data with Beautiful Soup.mp4 14MB
  129. 12 Lists/106 List Methods Clear Pop and Remove.mp4 14MB
  130. 28 Decorators/280 Introduction to Decorators.mp4 14MB
  131. 34 Regular Expressions/341 Regex Basics Quantifiers.mp4 14MB
  132. 27 Iterators Generators/269 Making our Deck class Iterable.mp4 14MB
  133. 27 Iterators Generators/273 Writing a Beat Making Generator.mp4 14MB
  134. 08 Boolean and Conditional Logic/068 Logical AND OR.mp4 14MB
  135. 29 Testing With Python/294 Why Test.mp4 14MB
  136. 26 OOP Part 2/253 Inheritance and Objectives.mp4 13MB
  137. 20 Lambdas and Built-In Functions/198 Abs() Sum() and Round().mp4 13MB
  138. 05 WINDOWS Python Setup/032 Your First Python Program.mp4 13MB
  139. 07 Variables and Strings/044 Variable Naming Restrictions and Conventions.mp4 13MB
  140. 01 Course Introduction/005 How The Course is Structured.mp4 13MB
  141. 17 Functions Part I/145 Introduction to Defining Functions.mp4 13MB
  142. 16 Tuples and Sets/141 Introduction to Sets.mp4 13MB
  143. 02 MACLINUX Command Line Fundamentals/012 Creating Files with TOUCH.mp4 13MB
  144. 02 MACLINUX Command Line Fundamentals/014 Moving and Renaming with MV.mp4 13MB
  145. 29 Testing With Python/293 Section Introduction.mp4 13MB
  146. 19 Functions Part II/182 Dictionary unpacking.mp4 13MB
  147. 17 Functions Part I/148 The Magical Return Keyword.mp4 12MB
  148. 10 Looping in Python/083 The Basics of For Loops.mp4 12MB
  149. 28 Decorators/281 Decorators With Different Signatures.mp4 12MB
  150. 26 OOP Part 2/261 Polymorphism Introduction.mp4 12MB
  151. 02 MACLINUX Command Line Fundamentals/009 Using CD.mp4 12MB
  152. 06 Numbers Operators and Comments/040 Introduction to the Python Documentation.mp4 12MB
  153. 03 WINDOWS Command Line Fundamentals/020 Using The CD Command.mp4 12MB
  154. 24 Object Oriented Programming/242 Introducing Class Attributes.mp4 12MB
  155. 08 Boolean and Conditional Logic/066 A Word on Truthiness A Quick Example.mp4 12MB
  156. 02 MACLINUX Command Line Fundamentals/008 Absolute Paths and PWD.mp4 12MB
  157. 20 Lambdas and Built-In Functions/186 Map.mp4 12MB
  158. 08 Boolean and Conditional Logic/067 The Joy of Comparison Operators.mp4 11MB
  159. 12 Lists/097 Intro to Lists and Objectives.mp4 11MB
  160. 16 Tuples and Sets/144 Set Comprehension and Recap.mp4 11MB
  161. 03 WINDOWS Command Line Fundamentals/022 OPTIONAL Making Files (its...complicated).mp4 11MB
  162. 10 Looping in Python/084 Exploring Ranges In Depth.mp4 11MB
  163. 16 Tuples and Sets/142 Set Methods and Set Math.mp4 11MB
  164. 28 Decorators/282 Using Wraps To Preserve Metadata.mp4 11MB
  165. 12 Lists/100 Accessing Data in Lists.mp4 11MB
  166. 20 Lambdas and Built-In Functions/190 Any and All.mp4 11MB
  167. 01 Course Introduction/003 How The Exercises Work.mp4 11MB
  168. 02 MACLINUX Command Line Fundamentals/013 Quick Activity Salamanders and Frogs.mp4 11MB
  169. 02 MACLINUX Command Line Fundamentals/006 Why Use The Command Line.mp4 11MB
  170. 19 Functions Part II/179 Ordering Parameters.mp4 11MB
  171. 06 Numbers Operators and Comments/036 Numbers Ints and Floats.mp4 11MB
  172. 04 MAC Python Setup/025 Installing Python MAC.mp4 11MB
  173. 19 Functions Part II/180 Tuple unpacking.mp4 10MB
  174. 30 File IO/308 Writing to Text Files.mp4 10MB
  175. 27 Iterators Generators/266 Iterators vs. Iterables.mp4 10MB
  176. 10 Looping in Python/091 The Break Keyword.mp4 10MB
  177. 03 WINDOWS Command Line Fundamentals/024 OPTIONAL Removing Files and Folders with RM.mp4 10MB
  178. 17 Functions Part I/146 Defining Functions.mp4 10MB
  179. 13 Lists Comprehensions/112 List Comprehension With Conditional Logic.mp4 10MB
  180. 04 MAC Python Setup/027 Our First Python Program.mp4 10MB
  181. 17 Functions Part I/149 Writing a coin_flip Function Using Random.mp4 10MB
  182. 03 WINDOWS Command Line Fundamentals/017 Why Do You Need The Command Line.mp4 9MB
  183. 32 Web Scraping with BeautifulSoup/328 Selecting With BeautifulSoup CSS Style Selectors.mp4 9MB
  184. 02 MACLINUX Command Line Fundamentals/007 Command Line Installation MAC.mp4 9MB
  185. 25 Deck Of Cards Exercise/251 Deck of Cards Solution Card Class.mp4 9MB
  186. 22 Modules/223 The Mysterious __name__ variable.mp4 9MB
  187. 10 Looping in Python/086 EXERCISE Screaming Repeating.mp4 9MB
  188. 17 Functions Part I/160 Docstrings and Functions Recap - WE DID IT.mp4 9MB
  189. 12 Lists/098 Creating Lists.mp4 9MB
  190. 10 Looping in Python/090 EXERCISE Stop Copying Me.mp4 9MB
  191. 20 Lambdas and Built-In Functions/202 Zip Basics.mp4 9MB
  192. 17 Functions Part I/158 Keyword Arguments.mp4 9MB
  193. 30 File IO/307 The With Statement.mp4 9MB
  194. 05 WINDOWS Python Setup/030 Installing Python On a PC.mp4 9MB
  195. 08 Boolean and Conditional Logic/071 A Note on Is Vs..mp4 9MB
  196. 34 Regular Expressions/350 Symbolic Group Names.mp4 8MB
  197. 14 Dictionaries/127 Using In With Dictionaries.mp4 8MB
  198. 34 Regular Expressions/342 Regex Basics Character Classes and Sets.mp4 8MB
  199. 07 Variables and Strings/048 Double Vs. Single Quotes.mp4 8MB
  200. 06 Numbers Operators and Comments/037 Numbers Basic Math.mp4 8MB
  201. 24 Object Oriented Programming/235 Creating Classes and Instances.mp4 8MB
  202. 07 Variables and Strings/054 String Formatting.mp4 8MB
  203. 06 Numbers Operators and Comments/038 Quick Note Comments.mp4 8MB
  204. 22 Modules/218 Custom modules.mp4 8MB
  205. 03 WINDOWS Command Line Fundamentals/018 Using Powershell.mp4 8MB
  206. 01 Course Introduction/004 Where Should You Start.mp4 7MB
  207. 20 Lambdas and Built-In Functions/196 Reversed.mp4 7MB
  208. 24 Object Oriented Programming/247 The __repr__ method.mp4 7MB
  209. 16 Tuples and Sets/140 Tuple Looping and Methods.mp4 7MB
  210. 05 WINDOWS Python Setup/031 Introducing Sublime Text.mp4 7MB
  211. 09 Rock Paper Scissors/079 RPS Mini Project Playing Against The Computer.mp4 7MB
  212. 28 Decorators/285 Another Example Ensuring Args With A Decorator.mp4 7MB
  213. 14 Dictionaries/123 Accessing Data in Dictionaries.mp4 6MB
  214. 02 MACLINUX Command Line Fundamentals/011 Making Directories with MKDIR.mp4 6MB
  215. 03 WINDOWS Command Line Fundamentals/019 Paths LS and PWD.mp4 6MB
  216. 08 Boolean and Conditional Logic/061 Getting User Input.mp4 6MB
  217. 07 Variables and Strings/047 The Special Value NONE.mp4 6MB
  218. 17 Functions Part I/154 Common Mistakes When Returning.mp4 6MB
  219. 09 Rock Paper Scissors/075 Rock Paper Scissor Mini Project BASIC Version.mp4 6MB
  220. 04 MAC Python Setup/029 Important Note on Print and the Python Interpreter.mp4 6MB
  221. 03 WINDOWS Command Line Fundamentals/021 OPTIONAL Making Directories with MKDIR.mp4 6MB
  222. 11 Guessing Game/093 Guessing Game Mini Project.mp4 6MB
  223. 34 Regular Expressions/343 Regex Basics Anchors and Boundaries.mp4 6MB
  224. 07 Variables and Strings/057 Strings and Indexes (Indicies).mp4 5MB
  225. 07 Variables and Strings/055 IMPORTANT Interpolation w Udemy Exercises.mp4 5MB
  226. 02 MACLINUX Command Line Fundamentals/015 Deleting Files with RM.mp4 5MB
  227. 08 Boolean and Conditional Logic/060 Section Introduction and Objectives.mp4 5MB
  228. 24 Object Oriented Programming/232 Section Introduction and Objectives.mp4 5MB
  229. 13 Lists Comprehensions/120 Lists Recap.mp4 5MB
  230. 05 WINDOWS Python Setup/034 Important Note on Print and the Python Interpreter.mp4 4MB
  231. 06 Numbers Operators and Comments/035 Section IntroductionObjectives.mp4 4MB
  232. 07 Variables and Strings/046 What The Heck is Dynamic Typing.mp4 4MB
  233. 07 Variables and Strings/041 Variables and Data Types.mp4 4MB
  234. 30 File IO/304 Section Introduction.mp4 4MB
  235. 08 Boolean and Conditional Logic/065 Multiple Elifs.mp4 4MB
  236. 23 OPTIONAL SECTION Making HTTP Requests with Python/230 API Project.mp4 4MB
  237. 23 OPTIONAL SECTION Making HTTP Requests with Python/224 HTTP START HERE.mp4 4MB
  238. 21 Debugging and Error Handling/207 Section Introduction.mp4 3MB
  239. 12 Lists/110 Swapping Values in Lists.mp4 3MB
  240. 27 Iterators Generators/265 Section Introduction and Objectives.mp4 2MB
  241. 22 Modules/214 Section Introduction.mp4 2MB
  242. 25 Deck Of Cards Exercise/252 Deck of Cards Solution Deck Class-en.srt 28KB
  243. 33 Web Scraping Project/338 Creating A Web Crawler with Scrapy-en.srt 26KB
  244. 32 Web Scraping with BeautifulSoup/331 Our First Scraping Program-en.srt 26KB
  245. 32 Web Scraping with BeautifulSoup/326 Optional HTMLCSS Crash Course-en.srt 26KB
  246. 33 Web Scraping Project/335 Quote Scraping Project The Game Logic-en.srt 24KB
  247. 33 Web Scraping Project/334 Quote Scraping Project Part 1-en.srt 23KB
  248. 23 OPTIONAL SECTION Making HTTP Requests with Python/225 HTTP Introduction and Crash Course-en.srt 23KB
  249. 12 Lists/109 Slices-en.srt 22KB
  250. 24 Object Oriented Programming/234 Abstraction and Encapsulation-en.srt 22KB
  251. 34 Regular Expressions/339 Intro To Regular Expressions-en.srt 22KB
  252. 23 OPTIONAL SECTION Making HTTP Requests with Python/231 API Project Solution-en.srt 21KB
  253. 20 Lambdas and Built-In Functions/188 Filter-en.srt 20KB
  254. 26 OOP Part 2/262 Special __magic__ methods-en.srt 20KB
  255. 29 Testing With Python/298 Introduction to Unittest-en.srt 20KB
  256. 32 Web Scraping with BeautifulSoup/330 Navigating With BeautifulSoup-en.srt 20KB
  257. 31 Working With CSV and Pickling/314 Reading CSV Files-en.srt 20KB
  258. 08 Boolean and Conditional Logic/072 Bouncer Code-Along and Nested Conditionals-en.srt 19KB
  259. 24 Object Oriented Programming/240 Adding Instance Methods-en.srt 19KB
  260. 31 Working With CSV and Pickling/316 Writing to CSV Files DictWriter-en.srt 19KB
  261. 29 Testing With Python/296 Doctests-en.srt 18KB
  262. 13 Lists Comprehensions/117 Nested Lists-en.srt 18KB
  263. 24 Object Oriented Programming/243 Class Attributes Continued-en.srt 18KB
  264. 23 OPTIONAL SECTION Making HTTP Requests with Python/228 Requesting JSON with Python-en.srt 17KB
  265. 23 OPTIONAL SECTION Making HTTP Requests with Python/226 HTTP Verbs and APIs-en.srt 17KB
  266. 23 OPTIONAL SECTION Making HTTP Requests with Python/229 Sending Requests with Params-en.srt 17KB
  267. 16 Tuples and Sets/139 Section Introduction-en.srt 17KB
  268. 09 Rock Paper Scissors/080 RPS Mini Project Computer AI Solution-en.srt 17KB
  269. 07 Variables and Strings/059 Building a Mileage Convertor With User Input-en.srt 17KB
  270. 11 Guessing Game/095 Improving Rock Paper Scissors-en.srt 16KB
  271. 34 Regular Expressions/345 Introduction to the RE Module-en.srt 16KB
  272. 21 Debugging and Error Handling/211 Try Except Else and Finally-en.srt 16KB
  273. 21 Debugging and Error Handling/212 Debugging With PDB-en.srt 16KB
  274. 22 Modules/221 ASCCI Art Exercise-en.srt 16KB
  275. 20 Lambdas and Built-In Functions/203 More Complex Zip Examples-en.srt 16KB
  276. 34 Regular Expressions/340 Writing Basic Regex-en.srt 16KB
  277. 26 OOP Part 2/254 All About Properties-en.srt 16KB
  278. 33 Web Scraping Project/332 Quote Scraping Project Intro-en.srt 16KB
  279. 29 Testing With Python/303 Testing CardDeck Solution-en.srt 16KB
  280. 20 Lambdas and Built-In Functions/184 Lambdas-en.srt 16KB
  281. 34 Regular Expressions/346 Validating Phone Numbers With Python-en.srt 16KB
  282. 11 Guessing Game/094 Guessing Game Solution-en.srt 15KB
  283. 34 Regular Expressions/344 Regex Basics Logical Or and Capture Groups-en.srt 15KB
  284. 22 Modules/220 Installing External Modules And TermColor-en.srt 15KB
  285. 28 Decorators/279 Higher Order Functions-en.srt 15KB
  286. 33 Web Scraping Project/336 Quote Scraping Project Refactoring-en.srt 15KB
  287. 29 Testing With Python/294 Why Test-en.srt 15KB
  288. 22 Modules/215 Working With Built-In Modules-en.srt 15KB
  289. 26 OOP Part 2/258 The Crazy World of Multiple Inheritance-en.srt 15KB
  290. 17 Functions Part I/152 Parameters-en.srt 15KB
  291. 32 Web Scraping with BeautifulSoup/327 Selecting with BeautifulSoup find()-en.srt 15KB
  292. 17 Functions Part I/159 Scope-en.srt 14KB
  293. 21 Debugging and Error Handling/208 Common Types of Errors in Python-en.srt 14KB
  294. 34 Regular Expressions/348 Parsing URLs with Python-en.srt 14KB
  295. 12 Lists/107 List Methods Index Count Sort Reverse and Join-en.srt 14KB
  296. 34 Regular Expressions/353 Regex Substitution Basics-en.srt 14KB
  297. 10 Looping in Python/088 Introducing While Loops-en.srt 14KB
  298. 14 Dictionaries/133 Spotify Playlist Example-en.srt 14KB
  299. 29 Testing With Python/295 Assertions-en.srt 14KB
  300. 26 OOP Part 2/259 WTF is Method Resolution Order(MRO)-en.srt 14KB
  301. 29 Testing With Python/299 Other Types of Assertions-en.srt 14KB
  302. 31 Working With CSV and Pickling/315 Writing to CSV Files Writer-en.srt 13KB
  303. 07 Variables and Strings/045 Data Types Overview-en.srt 13KB
  304. 26 OOP Part 2/256 Inheritance Example User and Moderator-en.srt 13KB
  305. 33 Web Scraping Project/337 Quote Scraping Project Adding CSV-en.srt 13KB
  306. 02 MACLINUX Command Line Fundamentals/016 Deleting Directories (Plus Tangents on Permissions and MAN Pages)-en.srt 13KB
  307. 27 Iterators Generators/270 Introduction to Generators-en.srt 13KB
  308. 04 MAC Python Setup/026 Optional Installing Sublime Text-en.srt 13KB
  309. 34 Regular Expressions/355 Swapping File Names-en.srt 13KB
  310. 14 Dictionaries/128 Dictionary Methods Clear Copy Fromkeys and Get-en.srt 13KB
  311. 14 Dictionaries/121 Intro To Dictionaries Creating Dictionaries-en.srt 13KB
  312. 32 Web Scraping with BeautifulSoup/325 Is Scraping...OK-en.srt 13KB
  313. 29 Testing With Python/300 Before and after hooks-en.srt 13KB
  314. 10 Looping in Python/089 EXERCISE Emoji Art-en.srt 13KB
  315. 21 Debugging and Error Handling/209 Raising Our Own Errors-en.srt 13KB
  316. 13 Lists Comprehensions/111 List Comprehension-en.srt 13KB
  317. 12 Lists/104 List Methods Append Insert and Extend-en.srt 13KB
  318. 34 Regular Expressions/352 Regex Compilation Flags-en.srt 13KB
  319. 26 OOP Part 2/263 Making a Grumpy Dictionary - Overriding Dict-en.srt 12KB
  320. 24 Object Oriented Programming/239 Underscores Dunder Methods Name Mangling and More-en.srt 12KB
  321. 08 Boolean and Conditional Logic/062 Intro to Conditionals-en.srt 12KB
  322. 17 Functions Part I/156 Default parameters-en.srt 12KB
  323. 19 Functions Part II/175 Introduction and args-en.srt 12KB
  324. 09 Rock Paper Scissors/077 RPS Mini Project Refactoring Time-en.srt 12KB
  325. 10 Looping in Python/087 EXERCISE Unlucky Numbers-en.srt 12KB
  326. 30 File IO/306 Reading Files Seek and Cursors-en.srt 12KB
  327. 23 OPTIONAL SECTION Making HTTP Requests with Python/227 Writing Your First Python Request-en.srt 12KB
  328. 03 WINDOWS Command Line Fundamentals/020 Using The CD Command-en.srt 12KB
  329. 07 Variables and Strings/042 Introduction to Variables-en.srt 12KB
  330. 31 Working With CSV and Pickling/321 Extra Fancy JSON Pickling-en.srt 12KB
  331. 12 Lists/097 Intro to Lists and Objectives-en.srt 12KB
  332. 14 Dictionaries/134 Dictionary Comprehension-en.srt 12KB
  333. 30 File IO/309 File Modes-en.srt 12KB
  334. 01 Course Introduction/002 Python3 vs. Python2-en.srt 11KB
  335. 34 Regular Expressions/341 Regex Basics Quantifiers-en.srt 11KB
  336. 20 Lambdas and Built-In Functions/197 Len() and a Special Sneak Peak of OOP-en.srt 11KB
  337. 20 Lambdas and Built-In Functions/194 Min and Max-en.srt 11KB
  338. 01 Course Introduction/005 How The Course is Structured-en.srt 11KB
  339. 09 Rock Paper Scissors/076 RPS Mini Project BASIC Version Solution-en.srt 11KB
  340. 24 Object Oriented Programming/245 Class Methods-en.srt 11KB
  341. 27 Iterators Generators/278 Generator Expressions AND Speed Testing-en.srt 11KB
  342. 31 Working With CSV and Pickling/320 Pickling Time-en.srt 11KB
  343. 28 Decorators/283 Building A Speed-Test Decorator-en.srt 11KB
  344. 32 Web Scraping with BeautifulSoup/324 Introduction to Web Scraping-en.srt 11KB
  345. 17 Functions Part I/145 Introduction to Defining Functions-en.srt 11KB
  346. 20 Lambdas and Built-In Functions/198 Abs() Sum() and Round()-en.srt 11KB
  347. 12 Lists/106 List Methods Clear Pop and Remove-en.srt 11KB
  348. 20 Lambdas and Built-In Functions/193 Sorted-en.srt 11KB
  349. 12 Lists/102 Iterating Over Lists-en.srt 11KB
  350. 16 Tuples and Sets/141 Introduction to Sets-en.srt 11KB
  351. 27 Iterators Generators/268 Writing a Custom Iterator-en.srt 11KB
  352. 24 Object Oriented Programming/237 The __init__ method-en.srt 10KB
  353. 24 Object Oriented Programming/246 A More Advanced Class Method Example-en.srt 10KB
  354. 02 MACLINUX Command Line Fundamentals/010 Using LS-en.srt 10KB
  355. 27 Iterators Generators/267 Writing Our Own Version of for loops-en.srt 10KB
  356. 26 OOP Part 2/253 Inheritance and Objectives-en.srt 10KB
  357. 28 Decorators/280 Introduction to Decorators-en.srt 10KB
  358. 26 OOP Part 2/261 Polymorphism Introduction-en.srt 10KB
  359. 03 WINDOWS Command Line Fundamentals/022 OPTIONAL Making Files (its...complicated)-en.srt 10KB
  360. 32 Web Scraping with BeautifulSoup/329 Accessing Data with Beautiful Soup-en.srt 10KB
  361. 19 Functions Part II/177 kwargs-en.srt 10KB
  362. 01 Course Introduction/001 Course Introduction-en.srt 10KB
  363. 08 Boolean and Conditional Logic/068 Logical AND OR-en.srt 10KB
  364. 25 Deck Of Cards Exercise/248 Deck Of Cards Intro Video-en.srt 10KB
  365. 16 Tuples and Sets/142 Set Methods and Set Math-en.srt 10KB
  366. 21 Debugging and Error Handling/210 Try and Except Blocks-en.srt 10KB
  367. 07 Variables and Strings/044 Variable Naming Restrictions and Conventions-en.srt 10KB
  368. 22 Modules/222 Using The autopep8 Package to Clean Up Code-en.srt 10KB
  369. 27 Iterators Generators/273 Writing a Beat Making Generator-en.srt 10KB
  370. 24 Object Oriented Programming/233 Defining Classes and Objects-en.srt 10KB
  371. 16 Tuples and Sets/144 Set Comprehension and Recap-en.srt 10KB
  372. 22 Modules/223 The Mysterious __name__ variable-en.srt 10KB
  373. 05 WINDOWS Python Setup/032 Your First Python Program-en.srt 10KB
  374. 08 Boolean and Conditional Logic/070 LOGICAL NOT-en.srt 10KB
  375. 10 Looping in Python/083 The Basics of For Loops-en.srt 10KB
  376. 26 OOP Part 2/255 Introduction to Super()-en.srt 10KB
  377. 30 File IO/305 Reading Text Files Open and Read-en.srt 10KB
  378. 17 Functions Part I/148 The Magical Return Keyword-en.srt 10KB
  379. 27 Iterators Generators/275 Testing Memory Usage With Generators-en.srt 10KB
  380. 28 Decorators/291 Enforcing Argument Types With A Decorator-en.srt 9KB
  381. 02 MACLINUX Command Line Fundamentals/008 Absolute Paths and PWD-en.srt 9KB
  382. 08 Boolean and Conditional Logic/067 The Joy of Comparison Operators-en.srt 9KB
  383. 05 WINDOWS Python Setup/030 Installing Python On a PC-en.srt 9KB
  384. 20 Lambdas and Built-In Functions/186 Map-en.srt 9KB
  385. 10 Looping in Python/084 Exploring Ranges In Depth-en.srt 9KB
  386. 02 MACLINUX Command Line Fundamentals/006 Why Use The Command Line-en.srt 9KB
  387. 08 Boolean and Conditional Logic/066 A Word on Truthiness A Quick Example-en.srt 9KB
  388. 14 Dictionaries/131 Dictionary Methods Pop Popitems and Update-en.srt 9KB
  389. 01 Course Introduction/003 How The Exercises Work-en.srt 9KB
  390. 04 MAC Python Setup/027 Our First Python Program-en.srt 9KB
  391. 28 Decorators/290 Writing an ensure_first_arg_is Decorator-en.srt 8KB
  392. 03 WINDOWS Command Line Fundamentals/017 Why Do You Need The Command Line-en.srt 8KB
  393. 07 Variables and Strings/058 Converting Data Types-en.srt 8KB
  394. 22 Modules/218 Custom modules-en.srt 8KB
  395. 06 Numbers Operators and Comments/036 Numbers Ints and Floats-en.srt 8KB
  396. 27 Iterators Generators/266 Iterators vs. Iterables-en.srt 8KB
  397. 07 Variables and Strings/052 String Concatenation-en.srt 8KB
  398. 14 Dictionaries/125 Iterating Dictionaries-en.srt 8KB
  399. 13 Lists Comprehensions/112 List Comprehension With Conditional Logic-en.srt 8KB
  400. 02 MACLINUX Command Line Fundamentals/014 Moving and Renaming with MV-en.srt 8KB
  401. 08 Boolean and Conditional Logic/071 A Note on Is Vs.-en.srt 8KB
  402. 20 Lambdas and Built-In Functions/191 Generator Expressions and Using sys.getsizeof-en.srt 8KB
  403. 12 Lists/100 Accessing Data in Lists-en.srt 8KB
  404. 03 WINDOWS Command Line Fundamentals/018 Using Powershell-en.srt 8KB
  405. 10 Looping in Python/081 Section Introduction-en.srt 8KB
  406. 02 MACLINUX Command Line Fundamentals/012 Creating Files with TOUCH-en.srt 8KB
  407. 17 Functions Part I/160 Docstrings and Functions Recap - WE DID IT-en.srt 8KB
  408. 06 Numbers Operators and Comments/039 Numbers Weirder Operators-en.srt 8KB
  409. 03 WINDOWS Command Line Fundamentals/024 OPTIONAL Removing Files and Folders with RM-en.srt 8KB
  410. 17 Functions Part I/149 Writing a coin_flip Function Using Random-en.srt 8KB
  411. 07 Variables and Strings/050 String Escape Sequences-en.srt 8KB
  412. 20 Lambdas and Built-In Functions/190 Any and All-en.srt 7KB
  413. 29 Testing With Python/293 Section Introduction-en.srt 7KB
  414. 28 Decorators/282 Using Wraps To Preserve Metadata-en.srt 7KB
  415. 06 Numbers Operators and Comments/038 Quick Note Comments-en.srt 7KB
  416. 16 Tuples and Sets/140 Tuple Looping and Methods-en.srt 7KB
  417. 19 Functions Part II/180 Tuple unpacking-en.srt 7KB
  418. 03 WINDOWS Command Line Fundamentals/019 Paths LS and PWD-en.srt 7KB
  419. 12 Lists/098 Creating Lists-en.srt 7KB
  420. 17 Functions Part I/158 Keyword Arguments-en.srt 7KB
  421. 11 Guessing Game/096 SIDE NOTE Python Style and PEP8-en.srt 7KB
  422. 17 Functions Part I/154 Common Mistakes When Returning-en.srt 7KB
  423. 19 Functions Part II/179 Ordering Parameters-en.srt 7KB
  424. 24 Object Oriented Programming/242 Introducing Class Attributes-en.srt 7KB
  425. 02 MACLINUX Command Line Fundamentals/009 Using CD-en.srt 7KB
  426. 28 Decorators/281 Decorators With Different Signatures-en.srt 7KB
  427. 10 Looping in Python/091 The Break Keyword-en.srt 7KB
  428. 05 WINDOWS Python Setup/031 Introducing Sublime Text-en.srt 7KB
  429. 24 Object Oriented Programming/235 Creating Classes and Instances-en.srt 7KB
  430. 20 Lambdas and Built-In Functions/202 Zip Basics-en.srt 7KB
  431. 34 Regular Expressions/350 Symbolic Group Names-en.srt 7KB
  432. 19 Functions Part II/182 Dictionary unpacking-en.srt 7KB
  433. 34 Regular Expressions/342 Regex Basics Character Classes and Sets-en.srt 6KB
  434. 17 Functions Part I/146 Defining Functions-en.srt 6KB
  435. 10 Looping in Python/090 EXERCISE Stop Copying Me-en.srt 6KB
  436. 30 File IO/308 Writing to Text Files-en.srt 6KB
  437. 01 Course Introduction/004 Where Should You Start-en.srt 6KB
  438. 32 Web Scraping with BeautifulSoup/328 Selecting With BeautifulSoup CSS Style Selectors-en.srt 6KB
  439. 30 File IO/307 The With Statement-en.srt 6KB
  440. 34 Regular Expressions/343 Regex Basics Anchors and Boundaries-en.srt 6KB
  441. 07 Variables and Strings/048 Double Vs. Single Quotes-en.srt 6KB
  442. 08 Boolean and Conditional Logic/061 Getting User Input-en.srt 6KB
  443. 02 MACLINUX Command Line Fundamentals/013 Quick Activity Salamanders and Frogs-en.srt 6KB
  444. 10 Looping in Python/086 EXERCISE Screaming Repeating-en.srt 6KB
  445. 05 WINDOWS Python Setup/034 Important Note on Print and the Python Interpreter-en.srt 6KB
  446. 04 MAC Python Setup/029 Important Note on Print and the Python Interpreter-en.srt 6KB
  447. 25 Deck Of Cards Exercise/251 Deck of Cards Solution Card Class-en.srt 6KB
  448. 20 Lambdas and Built-In Functions/196 Reversed-en.srt 6KB
  449. 11 Guessing Game/093 Guessing Game Mini Project-en.srt 6KB
  450. 07 Variables and Strings/047 The Special Value NONE-en.srt 6KB
  451. 14 Dictionaries/123 Accessing Data in Dictionaries-en.srt 6KB
  452. 03 WINDOWS Command Line Fundamentals/021 OPTIONAL Making Directories with MKDIR-en.srt 5KB
  453. 09 Rock Paper Scissors/075 Rock Paper Scissor Mini Project BASIC Version-en.srt 5KB
  454. 09 Rock Paper Scissors/079 RPS Mini Project Playing Against The Computer-en.srt 5KB
  455. 07 Variables and Strings/054 String Formatting-en.srt 5KB
  456. 29 Testing With Python/302 Testing CardDeck Exercise Intro-en.srt 5KB
  457. 04 MAC Python Setup/025 Installing Python MAC-en.srt 5KB
  458. 08 Boolean and Conditional Logic/060 Section Introduction and Objectives-en.srt 5KB
  459. 24 Object Oriented Programming/232 Section Introduction and Objectives-en.srt 5KB
  460. 14 Dictionaries/127 Using In With Dictionaries-en.srt 5KB
  461. 02 MACLINUX Command Line Fundamentals/011 Making Directories with MKDIR-en.srt 5KB
  462. 06 Numbers Operators and Comments/035 Section IntroductionObjectives-en.srt 5KB
  463. 06 Numbers Operators and Comments/037 Numbers Basic Math-en.srt 5KB
  464. 07 Variables and Strings/041 Variables and Data Types-en.srt 5KB
  465. 13 Lists Comprehensions/120 Lists Recap-en.srt 5KB
  466. 28 Decorators/285 Another Example Ensuring Args With A Decorator-en.srt 5KB
  467. 07 Variables and Strings/055 IMPORTANT Interpolation w Udemy Exercises-en.srt 4KB
  468. 24 Object Oriented Programming/247 The __repr__ method-en.srt 4KB
  469. 07 Variables and Strings/057 Strings and Indexes (Indicies)-en.srt 4KB
  470. 07 Variables and Strings/046 What The Heck is Dynamic Typing-en.srt 4KB
  471. 30 File IO/304 Section Introduction-en.srt 4KB
  472. 02 MACLINUX Command Line Fundamentals/007 Command Line Installation MAC-en.srt 4KB
  473. 06 Numbers Operators and Comments/040 Introduction to the Python Documentation-en.srt 4KB
  474. 23 OPTIONAL SECTION Making HTTP Requests with Python/230 API Project-en.srt 4KB
  475. 25 Deck Of Cards Exercise/249 Deck of Cards Exercise Introduction Text.html 4KB
  476. 08 Boolean and Conditional Logic/065 Multiple Elifs-en.srt 4KB
  477. 02 MACLINUX Command Line Fundamentals/015 Deleting Files with RM-en.srt 3KB
  478. 19 Functions Part II/183 SOLUTION.html 3KB
  479. 35 Massive Section of Challenges/356 SOLUTION.html 3KB
  480. 27 Iterators Generators/269 Making our Deck class Iterable-en.srt 3KB
  481. 23 OPTIONAL SECTION Making HTTP Requests with Python/224 HTTP START HERE-en.srt 3KB
  482. 03 WINDOWS Command Line Fundamentals/023 Creating a Touch Function.html 3KB
  483. 21 Debugging and Error Handling/207 Section Introduction-en.srt 3KB
  484. 33 Web Scraping Project/333 Scraping Project.html 3KB
  485. 22 Modules/214 Section Introduction-en.srt 3KB
  486. 12 Lists/110 Swapping Values in Lists-en.srt 3KB
  487. 25 Deck Of Cards Exercise/251 deck-of-cards.py 3KB
  488. 25 Deck Of Cards Exercise/252 deck-of-cards.py 3KB
  489. 17 Functions Part I/157 SOLUTION.html 3KB
  490. 18 Functions Exercises/173 SOLUTION.html 3KB
  491. 18 Functions Exercises/174 SOLUTION.html 2KB
  492. 27 Iterators Generators/265 Section Introduction and Objectives-en.srt 2KB
  493. 14 Dictionaries/129 SOLUTION.html 2KB
  494. 12 Lists/105 SOLUTION.html 2KB
  495. 18 Functions Exercises/162 SOLUTION.html 2KB
  496. 20 Lambdas and Built-In Functions/204 SOLUTION.html 2KB
  497. 19 Functions Part II/181 SOLUTION.html 2KB
  498. 27 Iterators Generators/269 deck.py 2KB
  499. 09 Rock Paper Scissors/078 Another Cleaner RPS Solution.html 2KB
  500. 14 Dictionaries/126 SOLUTION.html 2KB
  501. 14 Dictionaries/124 SOLUTION.html 2KB
  502. 18 Functions Exercises/168 SOLUTION.html 2KB
  503. 22 Modules/219 SOLUTION.html 2KB
  504. 15 Dictionary Exercises/136 SOLUTION.html 2KB
  505. 20 Lambdas and Built-In Functions/192 SOLUTION.html 2KB
  506. 10 Looping in Python/085 SOLUTION.html 2KB
  507. 34 Regular Expressions/351 SOLUTION.html 2KB
  508. 20 Lambdas and Built-In Functions/201 SOLUTION.html 2KB
  509. 18 Functions Exercises/172 SOLUTION.html 2KB
  510. 29 Testing With Python/299 tests.py 2KB
  511. 29 Testing With Python/301 Testing CardDeck Exercise.html 2KB
  512. 20 Lambdas and Built-In Functions/200 SOLUTION.html 2KB
  513. 08 Boolean and Conditional Logic/074 SOLUTION.html 2KB
  514. 22 Modules/217 SOLUTION.html 2KB
  515. 08 Boolean and Conditional Logic/073 SOLUTION.html 2KB
  516. 17 Functions Part I/155 SOLUTION.html 2KB
  517. 26 OOP Part 2/257 SOLUTION.html 2KB
  518. 28 Decorators/284 SOLUTION.html 2KB
  519. 12 Lists/103 SOLUTION.html 2KB
  520. 28 Decorators/286 SOLUTION.html 2KB
  521. 10 Looping in Python/082 IMPORTANT ANNOUNCEMENT ON LOOPS EXERCISES.html 2KB
  522. 34 Regular Expressions/354 SOLUTION.html 2KB
  523. 16 Tuples and Sets/143 SOLUTION.html 2KB
  524. 31 Working With CSV and Pickling/322 SOLUTION.html 2KB
  525. 29 Testing With Python/298 tests.py 2KB
  526. 34 Regular Expressions/347 SOLUTION.html 2KB
  527. 34 Regular Expressions/349 SOLUTION.html 2KB
  528. 19 Functions Part II/178 SOLUTION.html 2KB
  529. 13 Lists Comprehensions/114 SOLUTION.html 2KB
  530. 18 Functions Exercises/167 SOLUTION.html 2KB
  531. 13 Lists Comprehensions/119 SOLUTION.html 2KB
  532. 13 Lists Comprehensions/113 SOLUTION.html 2KB
  533. 31 Working With CSV and Pickling/323 SOLUTION.html 2KB
  534. 24 Object Oriented Programming/236 SOLUTION.html 2KB
  535. 30 File IO/310 SOLUTION.html 2KB
  536. 20 Lambdas and Built-In Functions/187 SOLUTION.html 2KB
  537. 26 OOP Part 2/261 animals.py 2KB
  538. 18 Functions Exercises/170 SOLUTION.html 2KB
  539. 11 Guessing Game/095 rps-with-loop.py 1KB
  540. 20 Lambdas and Built-In Functions/189 SOLUTION.html 1KB
  541. 17 Functions Part I/153 SOLUTION.html 1KB
  542. 31 Working With CSV and Pickling/319 SOLUTION.html 1KB
  543. 27 Iterators Generators/271 SOLUTION.html 1KB
  544. 15 Dictionary Exercises/135 SOLUTION.html 1KB
  545. 26 OOP Part 2/260 SOLUTION.html 1KB
  546. 07 Variables and Strings/053 SOLUTION.html 1KB
  547. 24 Object Oriented Programming/241 SOLUTION.html 1KB
  548. 30 File IO/311 SOLUTION.html 1KB
  549. 19 Functions Part II/176 SOLUTION.html 1KB
  550. 14 Dictionaries/122 SOLUTION.html 1KB
  551. 24 Object Oriented Programming/244 SOLUTION.html 1KB
  552. 07 Variables and Strings/051 SOLUTION.html 1KB
  553. 07 Variables and Strings/049 SOLUTION.html 1KB
  554. 17 Functions Part I/151 SOLUTION.html 1KB
  555. 08 Boolean and Conditional Logic/069 SOLUTION.html 1KB
  556. 12 Lists/108 SOLUTION.html 1KB
  557. 07 Variables and Strings/056 SOLUTION.html 1KB
  558. 18 Functions Exercises/165 SOLUTION.html 1KB
  559. 12 Lists/101 SOLUTION.html 1KB
  560. 27 Iterators Generators/274 SOLUTION.html 1KB
  561. 28 Decorators/292 SOLUTION.html 1KB
  562. 14 Dictionaries/130 SOLUTION.html 1KB
  563. 10 Looping in Python/092 SOLUTION.html 1KB
  564. 24 Object Oriented Programming/238 SOLUTION.html 1KB
  565. 14 Dictionaries/132 SOLUTION.html 1KB
  566. 27 Iterators Generators/277 SOLUTION.html 1KB
  567. 18 Functions Exercises/166 SOLUTION.html 1KB
  568. 27 Iterators Generators/272 SOLUTION.html 1KB
  569. 20 Lambdas and Built-In Functions/199 SOLUTION.html 1KB
  570. 28 Decorators/287 SOLUTION.html 1KB
  571. 30 File IO/312 SOLUTION.html 1KB
  572. 21 Debugging and Error Handling/213 SOLUTION.html 1KB
  573. 28 Decorators/288 SOLUTION.html 1KB
  574. 08 Boolean and Conditional Logic/064 SOLUTION.html 1KB
  575. 30 File IO/313 SOLUTION.html 1KB
  576. 28 Decorators/289 SOLUTION.html 1KB
  577. 34 Regular Expressions/346 phone.py 1KB
  578. 20 Lambdas and Built-In Functions/195 SOLUTION.html 1KB
  579. 26 OOP Part 2/264 SOLUTION.html 1KB
  580. 31 Working With CSV and Pickling/318 SOLUTION.html 1KB
  581. 18 Functions Exercises/171 SOLUTION.html 1KB
  582. 20 Lambdas and Built-In Functions/206 SOLUTION.html 1KB
  583. 22 Modules/222 ugly-code.py 1KB
  584. 13 Lists Comprehensions/116 SOLUTION.html 1KB
  585. 20 Lambdas and Built-In Functions/205 SOLUTION.html 1KB
  586. 31 Working With CSV and Pickling/317 SOLUTION.html 1KB
  587. 18 Functions Exercises/163 SOLUTION.html 1KB
  588. 08 Boolean and Conditional Logic/063 SOLUTION.html 1KB
  589. 17 Functions Part I/147 SOLUTION.html 1KB
  590. 27 Iterators Generators/276 SOLUTION.html 1KB
  591. 20 Lambdas and Built-In Functions/185 SOLUTION.html 1KB
  592. 29 Testing With Python/297 Doctests Exercise.html 1KB
  593. 22 Modules/216 SOLUTION.html 1KB
  594. 12 Lists/099 SOLUTION.html 1KB
  595. 18 Functions Exercises/164 SOLUTION.html 1KB
  596. 15 Dictionary Exercises/137 SOLUTION.html 1KB
  597. 18 Functions Exercises/169 SOLUTION.html 1KB
  598. 24 Object Oriented Programming/245 class-methods.py 1KB
  599. 24 Object Oriented Programming/246 class-methods.py 1KB
  600. 05 WINDOWS Python Setup/033 SOLUTION.html 1KB
  601. 04 MAC Python Setup/028 SOLUTION.html 1KB
  602. 18 Functions Exercises/161 SOLUTION.html 1KB
  603. 07 Variables and Strings/043 SOLUTION.html 1KB
  604. 25 Deck Of Cards Exercise/250 SOLUTION.html 1KB
  605. 13 Lists Comprehensions/115 SOLUTION.html 1KB
  606. 15 Dictionary Exercises/138 SOLUTION.html 1KB
  607. 17 Functions Part I/150 SOLUTION.html 1KB
  608. 13 Lists Comprehensions/118 SOLUTION.html 1KB
  609. 20 Lambdas and Built-In Functions/202 zip.py 1KB
  610. 24 Object Oriented Programming/242 user-class-attributes.py 1009B
  611. 24 Object Oriented Programming/247 repr.py 984B
  612. 20 Lambdas and Built-In Functions/193 sorted.py 924B
  613. 26 OOP Part 2/263 grumpy.py 897B
  614. 20 Lambdas and Built-In Functions/188 filter.py 865B
  615. 26 OOP Part 2/262 special-methods.py 863B
  616. 24 Object Oriented Programming/240 user-methods.py 837B
  617. 29 Testing With Python/296 doctest-demo.py 835B
  618. 31 Working With CSV and Pickling/314 read.py 835B
  619. 23 OPTIONAL SECTION Making HTTP Requests with Python/231 dad.py 823B
  620. 31 Working With CSV and Pickling/320 pickling-example.py 764B
  621. 09 Rock Paper Scissors/080 v3.py 720B
  622. 11 Guessing Game/095 v3.py 720B
  623. 20 Lambdas and Built-In Functions/203 zip.py 687B
  624. 31 Working With CSV and Pickling/315 scream.py 673B
  625. 09 Rock Paper Scissors/076 v1.py 672B
  626. 26 OOP Part 2/255 animal.py 667B
  627. 28 Decorators/290 ensure-first-arg.py 654B
  628. 09 Rock Paper Scissors/077 v2.py 647B
  629. 08 Boolean and Conditional Logic/072 bouncer.py 629B
  630. 29 Testing With Python/300 robot.py 628B
  631. 29 Testing With Python/299 activities.py 626B
  632. 34 Regular Expressions/355 books.py 619B
  633. 20 Lambdas and Built-In Functions/194 min-max.py 618B
  634. 20 Lambdas and Built-In Functions/184 button.py 589B
  635. 29 Testing With Python/298 activities.py 577B
  636. 30 File IO/309 file-modes.py 573B
  637. 21 Debugging and Error Handling/212 debugging.py 566B
  638. 28 Decorators/291 enforce.py 565B
  639. 28 Decorators/281 decorator-args.py 561B
  640. 24 Object Oriented Programming/239 underscores.py 555B
  641. 28 Decorators/283 timing.py 540B
  642. 27 Iterators Generators/275 fib.py 526B
  643. 31 Working With CSV and Pickling/315 writer.py 515B
  644. 31 Working With CSV and Pickling/316 writer.py 515B
  645. 27 Iterators Generators/278 gen-expression-speed-test.py 513B
  646. 29 Testing With Python/300 robot-tests.py 512B
  647. 19 Functions Part II/177 greeting.py 510B
  648. 11 Guessing Game/094 guessing.py 503B
  649. 21 Debugging and Error Handling/211 divide.py 502B
  650. 11 Guessing Game/094 guessingv2.py 499B
  651. 24 Object Oriented Programming/243 pet.py 493B
  652. 31 Working With CSV and Pickling/316 convert.py 489B
  653. 29 Testing With Python/295 assertions.py 480B
  654. 17 Functions Part I/154 sum-odds.py 471B
  655. 21 Debugging and Error Handling/211 try2.py 468B
  656. 28 Decorators/282 metadata.py 444B
  657. 22 Modules/221 ascii-art.py 426B
  658. 26 OOP Part 2/253 simple-inheritance.py 426B
  659. 31 Working With CSV and Pickling/321 json-pickle.py 420B
  660. 27 Iterators Generators/273 infinite.py 415B
  661. 34 Regular Expressions/352 flags.py 398B
  662. 19 Functions Part II/182 dict-unpacking.py 383B
  663. 14 Dictionaries/133 playlist.py 382B
  664. 20 Lambdas and Built-In Functions/184 lambda.py 380B
  665. 17 Functions Part I/154 odd.py 373B
  666. 10 Looping in Python/089 art.py 370B
  667. 10 Looping in Python/091 break.py 366B
  668. 19 Functions Part II/179 args-order.py 365B
  669. 31 Working With CSV and Pickling/321 json-demo.py 359B
  670. 28 Decorators/280 dec.py 354B
  671. 10 Looping in Python/087 numbers.py 353B
  672. 34 Regular Expressions/348 url.py 349B
  673. 24 Object Oriented Programming/237 init.py 337B
  674. 30 File IO/308 write.py 331B
  675. 10 Looping in Python/088 while.py 329B
  676. 21 Debugging and Error Handling/209 raise.py 311B
  677. 21 Debugging and Error Handling/210 try.py 308B
  678. 07 Variables and Strings/059 mileage.py 303B
  679. 20 Lambdas and Built-In Functions/191 memory-demo.py 303B
  680. 27 Iterators Generators/267 for.py 303B
  681. 28 Decorators/290 args.py 297B
  682. 28 Decorators/285 ensure.py 296B
  683. 27 Iterators Generators/268 custom-iterator.py 293B
  684. 34 Regular Expressions/350 names.py 285B
  685. 08 Boolean and Conditional Logic/065 logic.py 281B
  686. 17 Functions Part I/158 key-word-args.py 280B
  687. 19 Functions Part II/177 colors.py 274B
  688. 28 Decorators/280 decorate-syntax.py 269B
  689. 19 Functions Part II/175 star-args.py 265B
  690. 20 Lambdas and Built-In Functions/197 list.py 262B
  691. [FTU Forum].url 252B
  692. 28 Decorators/279 nested-functions.py 245B
  693. 11 Guessing Game/093 starter.py 243B
  694. 28 Decorators/279 return-func.py 239B
  695. 17 Functions Part I/148 return.py 237B
  696. 22 Modules/218 fruits.py 237B
  697. 28 Decorators/279 higher-order.py 233B
  698. 10 Looping in Python/086 repeater.py 232B
  699. 17 Functions Part I/160 doc.py 229B
  700. 10 Looping in Python/090 sister.py 228B
  701. 17 Functions Part I/146 sing.py 228B
  702. 17 Functions Part I/156 math.py 222B
  703. 23 OPTIONAL SECTION Making HTTP Requests with Python/229 params.py 217B
  704. 23 OPTIONAL SECTION Making HTTP Requests with Python/228 headers.py 205B
  705. 22 Modules/218 bananas.py 199B
  706. 34 Regular Expressions/353 redact.py 191B
  707. 09 Rock Paper Scissors/075 rock-paper-scissor.py 177B
  708. 23 OPTIONAL SECTION Making HTTP Requests with Python/227 first-request.py 177B
  709. 19 Functions Part II/180 unpacking.py 174B
  710. 17 Functions Part I/159 increment.py 172B
  711. 17 Functions Part I/159 increment-with-global.py 168B
  712. 08 Boolean and Conditional Logic/062 firstExample.py 156B
  713. 22 Modules/215 rand-module.py 156B
  714. 08 Boolean and Conditional Logic/061 input.py 149B
  715. 19 Functions Part II/175 sum.py 141B
  716. 08 Boolean and Conditional Logic/066 truthiness.py 140B
  717. 17 Functions Part I/149 coin-flip.py 127B
  718. 17 Functions Part I/156 exponent.py 126B
  719. 22 Modules/220 colors.py 126B
  720. [FreeCoursesOnline.Us].url 123B
  721. [FreeTutorials.Us].url 119B
  722. 19 Functions Part II/175 args.py 116B
  723. 10 Looping in Python/083 for.py 92B
  724. 22 Modules/218 apples.py 82B
  725. 17 Functions Part I/152 divide.py 80B
  726. 04 MAC Python Setup/026 Tutorial-on-setting-up-sublime-symlink.txt 76B
  727. 17 Functions Part I/152 square.py 71B
  728. 01 Course Introduction/002 Key-Differences-Article.txt 68B
  729. 20 Lambdas and Built-In Functions/184 SLIDES.txt 61B
  730. 19 Functions Part II/175 SLIDES.txt 57B
  731. 08 Boolean and Conditional Logic/060 SLIDES.txt 56B
  732. 10 Looping in Python/081 SLIDES.txt 48B
  733. 24 Object Oriented Programming/235 person.py 48B
  734. 03 WINDOWS Command Line Fundamentals/017 SLIDES.txt 47B
  735. 05 WINDOWS Python Setup/030 How-I-Install-Python-3-If-I-Already-Have-Python-2-Installed-.txt 45B
  736. 34 Regular Expressions/340 Regex-Cheatsheet-Reference.txt 45B
  737. 02 MACLINUX Command Line Fundamentals/006 SLIDES.txt 44B
  738. 34 Regular Expressions/345 RE-Module-Documentation.txt 43B
  739. 22 Modules/214 SLIDES.txt 42B
  740. 12 Lists/097 SLIDES.txt 40B
  741. 13 Lists Comprehensions/111 SLIDES.txt 40B
  742. 14 Dictionaries/121 SLIDES.txt 40B
  743. 16 Tuples and Sets/139 SLIDES.txt 40B
  744. 17 Functions Part I/145 SLIDES.txt 40B
  745. 21 Debugging and Error Handling/207 SLIDES.txt 40B
  746. 24 Object Oriented Programming/232 SLIDES.txt 40B
  747. 27 Iterators Generators/265 SLIDES.txt 40B
  748. 30 File IO/304 SLIDES.txt 39B
  749. 32 Web Scraping with BeautifulSoup/324 SLIDES.txt 39B
  750. 06 Numbers Operators and Comments/035 SLIDES.txt 38B
  751. 07 Variables and Strings/041 SLIDES.txt 38B
  752. 34 Regular Expressions/339 Regex-Slides-For-This-Section.txt 37B
  753. 29 Testing With Python/293 SLIDES.txt 35B
  754. 04 MAC Python Setup/026 Sublime-Text.txt 30B
  755. 05 WINDOWS Python Setup/031 Sublime-Text.txt 30B
  756. 01 Course Introduction/002 http-py3readiness.org-.txt 26B
  757. 01 Course Introduction/002 https-pythonclock.org-.txt 26B
  758. 04 MAC Python Setup/025 Python-Homepage.txt 25B
  759. 05 WINDOWS Python Setup/030 Python-Homepage.txt 25B
  760. 34 Regular Expressions/340 Pythex-Regex-Editor.txt 21B
  761. 34 Regular Expressions/341 Pythex-Regex-Editor.txt 21B
  762. 34 Regular Expressions/342 Pythex-Regex-Editor.txt 21B
  763. 34 Regular Expressions/343 Pythex-Regex-Editor.txt 21B
  764. 34 Regular Expressions/344 Pythex-Regex-Editor.txt 21B