589689.xyz

One Week Python

  • 收录时间:2022-06-01 02:07:24
  • 文件大小:5GB
  • 下载次数:1
  • 最近下载:2022-06-01 02:07:24
  • 磁力链接:

文件列表

  1. 24. Modules/10. ★ Sentiment Analysis Fun Project.mp4 86MB
  2. 19. Lists More List Stuff/12. ★ Todo List Exercise Solution.mp4 84MB
  3. 11. A Little More On Conditionals/8. ★ BMI Calculator Exercise.mp4 76MB
  4. 20. Dictionaries/14. ★ Peak Dictionary Exercise.mp4 69MB
  5. 18. Lists The Basics/16. ★ Grand Prix Exercise.mp4 68MB
  6. 2. Installation & Setup/4. Installation For Windows Users.mp4 68MB
  7. 10. Conditionals Basics/8. ★ Name Length Codealong.mp4 60MB
  8. 16. Introducing Functions/13. KeywordNamed Arguments.mp4 58MB
  9. 4. Variables Basics/7. Numbers & Variables In The Wild.mp4 57MB
  10. 25. Object Oriented Programming/5. Practicing Instance Methods.mp4 56MB
  11. 14. Loops Part I/13. ★ 99 Bottles Of Beer Codealong.mp4 54MB
  12. 13. The Last Section On Conditionals/7. ★ Rock Paper Scissors Exercise.mp4 53MB
  13. 20. Dictionaries/11. Iterating Dicts keys(), values(), and items().mp4 52MB
  14. 15. Loops Part II/9. ★ Toothpick Game Exercise.mp4 52MB
  15. 11. A Little More On Conditionals/6. Conditionals In The Wild.mp4 52MB
  16. 25. Object Oriented Programming/7. Class Methods.mp4 50MB
  17. 24. Modules/2. Importing More Built-In Modules.mp4 49MB
  18. 15. Loops Part II/10. ★ Toothpick Game Refactor.mp4 48MB
  19. 22. Returning To Functions/9. ★ ArgsKwargs Problem Set.mp4 48MB
  20. 25. Object Oriented Programming/8. Inheritance Basics.mp4 46MB
  21. 7. Strings & Built-Ins/11. ★ Shopping Cart Exercise.mp4 45MB
  22. 24. Modules/9. ★ Sentiment Analysis Fun Project Installation.mp4 44MB
  23. 13. The Last Section On Conditionals/5. Logical Operators In The Wild.mp4 42MB
  24. 8. The World Of Methods/5. Reading Function Signatures + Strip Methods.mp4 41MB
  25. 18. Lists The Basics/15. Lists + Loops Patterns.mp4 41MB
  26. 25. Object Oriented Programming/6. Class Attributes.mp4 40MB
  27. 7. Strings & Built-Ins/10. F-Strings and Type Casting In The Wild.mp4 40MB
  28. 24. Modules/6. 3rd Party Modules Pip & PyPI.mp4 40MB
  29. 25. Object Oriented Programming/3. Writing Our First Class.mp4 39MB
  30. 23. Working With Errors/1. Common Error Types.mp4 39MB
  31. 24. Modules/7. Our First Pip Package!.mp4 39MB
  32. 23. Working With Errors/4. Try and Except.mp4 39MB
  33. 8. The World Of Methods/8. Other String Methods.mp4 38MB
  34. 8. The World Of Methods/12. ★ Press Release Exercise.mp4 38MB
  35. 25. Object Oriented Programming/4. Instance Methods.mp4 38MB
  36. 8. The World Of Methods/3. Navigating The Docs.mp4 37MB
  37. 22. Returning To Functions/6. Parameter List Ordering.mp4 37MB
  38. 24. Modules/1. Working With Built-In Modules.mp4 37MB
  39. 17. Scope/8. Scope Precedence Rules.mp4 36MB
  40. 25. Object Oriented Programming/9. The super() Function.mp4 36MB
  41. 13. The Last Section On Conditionals/3. Logical Operator Precedence.mp4 35MB
  42. 10. Conditionals Basics/9. ★ Tweet Checker Exercise.mp4 35MB
  43. 10. Conditionals Basics/4. The Elif Keyword.mp4 35MB
  44. 15. Loops Part II/4. ★ Dice Roller Exercise Solution.mp4 35MB
  45. 20. Dictionaries/7. The get() method and in operator.mp4 34MB
  46. 8. The World Of Methods/11. String Methods In The Wild.mp4 34MB
  47. 2. Installation & Setup/3. Installation For Mac Users.mp4 34MB
  48. 16. Introducing Functions/9. ★ Function Practice Set.mp4 33MB
  49. 20. Dictionaries/13. Lists and Dicts Combined!.mp4 33MB
  50. 4. Variables Basics/3. Variable Naming.mp4 33MB
  51. 22. Returning To Functions/2. Using args.mp4 33MB
  52. 12. Writing More Complex Logic/9. Using Logical NOT In Practice.mp4 33MB
  53. 16. Introducing Functions/1. Introducing Functions.mp4 32MB
  54. 19. Lists More List Stuff/1. Nested Lists.mp4 32MB
  55. 14. Loops Part I/11. The range() function.mp4 32MB
  56. 18. Lists The Basics/11. Deletion Methods pop(), popitems(), remove().mp4 32MB
  57. 25. Object Oriented Programming/1. Introducing OOP.mp4 32MB
  58. 14. Loops Part I/14. ★ Loops Problem Set.mp4 30MB
  59. 19. Lists More List Stuff/3. List Operators.mp4 29MB
  60. 18. Lists The Basics/13. Iterating Over Lists.mp4 29MB
  61. 11. A Little More On Conditionals/5. ★ Water Boiling Codealong.mp4 28MB
  62. 6. A Little More On Strings/1. String Slices.mp4 28MB
  63. 7. Strings & Built-Ins/8. F Strings.mp4 28MB
  64. 9. Booleans/11. Booleans In The Wild.mp4 27MB
  65. 7. Strings & Built-Ins/1. Introducing Functions.mp4 27MB
  66. 14. Loops Part I/3. ★ While Loops Practice.mp4 27MB
  67. 19. Lists More List Stuff/11. ★ Todo List Exercise Intro.mp4 27MB
  68. 16. Introducing Functions/7. Using The Return Keyword.mp4 26MB
  69. 6. A Little More On Strings/8. ★ Nico Hülkenberg Exercise.mp4 26MB
  70. 16. Introducing Functions/2. Our Very First Function!.mp4 25MB
  71. 18. Lists The Basics/10. List Slices.mp4 25MB
  72. 21. Sets and Tuples/8. Set Operators Intersection, Union, Difference.mp4 25MB
  73. 8. The World Of Methods/7. Replace.mp4 25MB
  74. 10. Conditionals Basics/2. The If Keyword.mp4 24MB
  75. 22. Returning To Functions/7. A Common Gotcha Mutable Default Args.mp4 24MB
  76. 6. A Little More On Strings/7. Strings In The Wild.mp4 24MB
  77. 16. Introducing Functions/3. Functions With An Input.mp4 24MB
  78. 11. A Little More On Conditionals/1. A Tangent On Indentation.mp4 24MB
  79. 10. Conditionals Basics/6. The Else Keyword.mp4 24MB
  80. 3. Python Numbers/2. Integers and Floats.mp4 24MB
  81. 9. Booleans/1. Introducing Booleans.mp4 24MB
  82. 24. Modules/8. Language Translator Package.mp4 23MB
  83. 20. Dictionaries/12. Fancy Dictionary Merging.mp4 23MB
  84. 24. Modules/3. Fancy Import Syntax.mp4 23MB
  85. 15. Loops Part II/1. Break and Continue Keywords.mp4 23MB
  86. 22. Returning To Functions/8. Unpacking Args.mp4 23MB
  87. 15. Loops Part II/7. Loops In The Wild.mp4 23MB
  88. 13. The Last Section On Conditionals/1. TruthyFalsey Testing.mp4 22MB
  89. 9. Booleans/3. Comparison Operators.mp4 22MB
  90. 23. Working With Errors/3. When To Raise.mp4 22MB
  91. 16. Introducing Functions/10. Default Parameters.mp4 22MB
  92. 4. Variables Basics/8. ★ Magic Trick Exercise.mp4 22MB
  93. 8. The World Of Methods/1. Introducing Methods Upper and Lower.mp4 22MB
  94. 17. Scope/1. Global Scope.mp4 22MB
  95. 5. Strings Basics/1. Introducing Strings.mp4 21MB
  96. 14. Loops Part I/7. ★ Snake Eyes Codealong.mp4 21MB
  97. 17. Scope/10. The 'Global' Keyword.mp4 21MB
  98. 6. A Little More On Strings/3. Print().mp4 21MB
  99. 16. Introducing Functions/4. Functions With Multiple Arguments.mp4 21MB
  100. 7. Strings & Built-Ins/4. Input.mp4 21MB
  101. 19. Lists More List Stuff/9. List Unpacking.mp4 20MB
  102. 8. The World Of Methods/4. Help() & ipython ''.mp4 20MB
  103. 4. Variables Basics/1. Variables.mp4 20MB
  104. 20. Dictionaries/6. Adding and Updating Data In Dictionaries.mp4 20MB
  105. 25. Object Oriented Programming/2. Class Syntax.mp4 20MB
  106. 19. Lists More List Stuff/4. Sort(), Reverse(), and Count().mp4 20MB
  107. 11. A Little More On Conditionals/3. Nesting Conditionals.mp4 20MB
  108. 15. Loops Part II/8. ★ Toothpick Game Exercise Intro.mp4 19MB
  109. 18. Lists The Basics/1. Creating Lists.mp4 19MB
  110. 13. The Last Section On Conditionals/6. ★ Rock Paper Scissors Exercise Intro.mp4 19MB
  111. 12. Writing More Complex Logic/5. Using Logical OR In Practice.mp4 19MB
  112. 7. Strings & Built-Ins/7. ★ Age Calculator Exercise.mp4 19MB
  113. 19. Lists More List Stuff/5. Lists Are Mutable.mp4 19MB
  114. 12. Writing More Complex Logic/2. Using Logical AND In Practice.mp4 19MB
  115. 24. Modules/5. Creating Custom Modules.mp4 19MB
  116. 21. Sets and Tuples/7. Working With Sets.mp4 18MB
  117. 5. Strings Basics/6. String Indexing.mp4 18MB
  118. 19. Lists More List Stuff/8. Join() and Split().mp4 18MB
  119. 21. Sets and Tuples/1. Introducing Tuples.mp4 18MB
  120. 20. Dictionaries/2. Creating Your Own Dictionaries.mp4 18MB
  121. 20. Dictionaries/1. Introducing Dictionaries.mp4 18MB
  122. 14. Loops Part I/2. While Loops.mp4 17MB
  123. 3. Python Numbers/7. Lesser Known Operators.mp4 17MB
  124. 21. Sets and Tuples/3. Tuple Functionality.mp4 17MB
  125. 20. Dictionaries/9. Dictionary pop(), clear(), and del.mp4 17MB
  126. 2. Installation & Setup/2. 2 Ways of Running Python.mp4 17MB
  127. 19. Lists More List Stuff/10. Copying Lists.mp4 17MB
  128. 6. A Little More On Strings/4. Escape Characters.mp4 17MB
  129. 17. Scope/5. Enclosing Scope.mp4 17MB
  130. 4. Variables Basics/5. Assignment Operators.mp4 17MB
  131. 3. Python Numbers/5. Basic Operators.mp4 16MB
  132. 8. The World Of Methods/9. Method Chaining.mp4 16MB
  133. 6. A Little More On Strings/6. Triple Quotes.mp4 16MB
  134. 5. Strings Basics/4. String Operators.mp4 16MB
  135. 23. Working With Errors/2. Raising Exceptions.mp4 16MB
  136. 16. Introducing Functions/12. Ordering Default Parameters.mp4 16MB
  137. 15. Loops Part II/5. Working With Nested Loops.mp4 16MB
  138. 7. Strings & Built-Ins/5. Type Casting.mp4 16MB
  139. 22. Returning To Functions/1. Introducing args.mp4 16MB
  140. 16. Introducing Functions/6. Introducing Return!.mp4 16MB
  141. 22. Returning To Functions/4. Introducing kwargs.mp4 16MB
  142. 23. Working With Errors/5. LBYL and EAFP.mp4 16MB
  143. 2. Installation & Setup/1. Python Versions They Actually Matter!.mp4 16MB
  144. 18. Lists The Basics/7. append() and extend().mp4 15MB
  145. 12. Writing More Complex Logic/1. Logical AND.mp4 15MB
  146. 3. Python Numbers/4. OPTIONAL Numeric Notations.mp4 15MB
  147. 21. Sets and Tuples/10. When Use Sets.mp4 15MB
  148. 9. Booleans/10. OPTIONAL Comparing Strings.mp4 15MB
  149. 19. Lists More List Stuff/6. Comparing Lists == vs is.mp4 15MB
  150. 15. Loops Part II/3. ★ Dice Roller Exercise.mp4 14MB
  151. 17. Scope/4. Scope In Loops and Conditionals.mp4 14MB
  152. 17. Scope/2. Local Scope.mp4 14MB
  153. 20. Dictionaries/4. Accessing Data In Dictionaries.mp4 14MB
  154. 10. Conditionals Basics/1. Introducing Conditionals.mp4 14MB
  155. 21. Sets and Tuples/5. Sets Introduction.mp4 13MB
  156. 18. Lists The Basics/5. Updating List Elements.mp4 13MB
  157. 9. Booleans/7. Truthiness & Falseyness.mp4 13MB
  158. 18. Lists The Basics/8. insert().mp4 13MB
  159. 14. Loops Part I/8. For Loops.mp4 12MB
  160. 21. Sets and Tuples/4. Why Use Tuples.mp4 11MB
  161. 14. Loops Part I/5. Avoiding Infinite Loops.mp4 11MB
  162. 9. Booleans/4. Equality Operators.mp4 11MB
  163. 12. Writing More Complex Logic/4. Logical OR.mp4 11MB
  164. 18. Lists The Basics/3. Accessing Data In Lists.mp4 11MB
  165. 7. Strings & Built-Ins/2. Len.mp4 11MB
  166. 2. Installation & Setup/5. The No-Installation Option REPL.it.mp4 10MB
  167. 17. Scope/7. Built-In Scope.mp4 10MB
  168. 5. Strings Basics/3. String Variables.mp4 9MB
  169. 12. Writing More Complex Logic/7. Logical NOT.mp4 9MB
  170. 9. Booleans/9. The in Operator.mp4 7MB
  171. 14. Loops Part I/10. Loops and Indentation.mp4 7MB
  172. 20. Dictionaries/10. Dictionaries Are Mutable Too!.mp4 6MB
  173. 3. Python Numbers/1. Intro to Data Types.mp4 6MB
  174. 14. Loops Part I/1. Introducing Loops!.mp4 6MB
  175. 9. Booleans/6. Comparing Across Types.mp4 4MB
  176. .pad/1048517 1024KB
  177. .pad/1048506 1024KB
  178. .pad/1048441 1024KB
  179. .pad/1048104 1024KB
  180. .pad/1046421 1022KB
  181. .pad/1045888 1021KB
  182. .pad/1045668 1021KB
  183. .pad/1045585 1021KB
  184. .pad/1045475 1021KB
  185. .pad/1045323 1021KB
  186. .pad/1045302 1021KB
  187. .pad/1045117 1021KB
  188. .pad/1045082 1021KB
  189. .pad/1044779 1020KB
  190. .pad/1044778 1020KB
  191. .pad/1044735 1020KB
  192. .pad/1044613 1020KB
  193. .pad/1044511 1020KB
  194. .pad/1044392 1020KB
  195. .pad/1044376 1020KB
  196. .pad/1044372 1020KB
  197. .pad/1044365 1020KB
  198. .pad/1044200 1020KB
  199. .pad/1044137 1020KB
  200. .pad/1044066 1020KB
  201. .pad/1044022 1020KB
  202. .pad/1043864 1019KB
  203. .pad/1043819 1019KB
  204. .pad/1043793 1019KB
  205. .pad/1043735 1019KB
  206. .pad/1043678 1019KB
  207. .pad/1043561 1019KB
  208. .pad/1043480 1019KB
  209. .pad/1043464 1019KB
  210. .pad/1043457 1019KB
  211. .pad/1043451 1019KB
  212. .pad/1043426 1019KB
  213. .pad/1043389 1019KB
  214. .pad/1043384 1019KB
  215. .pad/1043337 1019KB
  216. .pad/1043274 1019KB
  217. .pad/1043225 1019KB
  218. .pad/1043214 1019KB
  219. .pad/1043166 1019KB
  220. .pad/1043122 1019KB
  221. .pad/1043111 1019KB
  222. .pad/1043109 1019KB
  223. .pad/1043095 1019KB
  224. .pad/1043094 1019KB
  225. .pad/1043087 1019KB
  226. .pad/1042981 1019KB
  227. .pad/1042917 1018KB
  228. .pad/1042908 1018KB
  229. .pad/1042887 1018KB
  230. .pad/1042853 1018KB
  231. .pad/1042794 1018KB
  232. .pad/1042788 1018KB
  233. .pad/1042753 1018KB
  234. .pad/1042747 1018KB
  235. .pad/1042744 1018KB
  236. .pad/1042725 1018KB
  237. .pad/1042719 1018KB
  238. .pad/1042671 1018KB
  239. .pad/1042645 1018KB
  240. .pad/1042557 1018KB
  241. .pad/1042555 1018KB
  242. .pad/1042512 1018KB
  243. .pad/1042509 1018KB
  244. .pad/1042419 1018KB
  245. .pad/1042413 1018KB
  246. .pad/1042411 1018KB
  247. .pad/1042150 1018KB
  248. .pad/1042114 1018KB
  249. .pad/1042104 1018KB
  250. .pad/1042092 1018KB
  251. .pad/1042051 1018KB
  252. .pad/1042042 1018KB
  253. .pad/1042041 1018KB
  254. .pad/1041920 1018KB
  255. .pad/1041904 1017KB
  256. .pad/1041817 1017KB
  257. .pad/1041794 1017KB
  258. .pad/1041758 1017KB
  259. .pad/1041720 1017KB
  260. .pad/1041712 1017KB
  261. .pad/1041695 1017KB
  262. .pad/1041663 1017KB
  263. .pad/1041519 1017KB
  264. .pad/1041514 1017KB
  265. .pad/1041466 1017KB
  266. .pad/1041458 1017KB
  267. .pad/1041456 1017KB
  268. .pad/1041379 1017KB
  269. .pad/1041376 1017KB
  270. .pad/1041340 1017KB
  271. .pad/1041325 1017KB
  272. .pad/1041302 1017KB
  273. .pad/1041299 1017KB
  274. .pad/1041283 1017KB
  275. .pad/1041277 1017KB
  276. .pad/1041274 1017KB
  277. .pad/1041215 1017KB
  278. .pad/1041194 1017KB
  279. .pad/1041154 1017KB
  280. .pad/1041148 1017KB
  281. .pad/1041103 1017KB
  282. .pad/1041032 1017KB
  283. .pad/1040996 1017KB
  284. .pad/1040930 1017KB
  285. .pad/1040910 1017KB
  286. .pad/1040842 1016KB
  287. .pad/1040818 1016KB
  288. .pad/1040803 1016KB
  289. .pad/1040710 1016KB
  290. .pad/1040677 1016KB
  291. .pad/1040652 1016KB
  292. .pad/1040574 1016KB
  293. .pad/1040534 1016KB
  294. .pad/1040440 1016KB
  295. .pad/1040333 1016KB
  296. .pad/1040216 1016KB
  297. .pad/1040210 1016KB
  298. .pad/1040209 1016KB
  299. .pad/1040139 1016KB
  300. .pad/1040087 1016KB
  301. .pad/1040018 1016KB
  302. .pad/1039992 1016KB
  303. .pad/1039991 1016KB
  304. .pad/1039978 1016KB
  305. .pad/1039948 1016KB
  306. .pad/1039905 1016KB
  307. .pad/1039851 1015KB
  308. .pad/1039795 1015KB
  309. .pad/1039789 1015KB
  310. .pad/1039725 1015KB
  311. .pad/1039718 1015KB
  312. .pad/1039600 1015KB
  313. .pad/1039569 1015KB
  314. .pad/1039526 1015KB
  315. .pad/1039415 1015KB
  316. .pad/1039364 1015KB
  317. .pad/1039336 1015KB
  318. .pad/1039314 1015KB
  319. .pad/1039297 1015KB
  320. .pad/1039244 1015KB
  321. .pad/1039121 1015KB
  322. .pad/1039015 1015KB
  323. .pad/1038969 1015KB
  324. .pad/1038805 1014KB
  325. .pad/1038573 1014KB
  326. .pad/1038482 1014KB
  327. .pad/1038336 1014KB
  328. .pad/1038248 1014KB
  329. .pad/1038204 1014KB
  330. .pad/1038109 1014KB
  331. .pad/1038092 1014KB
  332. .pad/1037987 1014KB
  333. .pad/1037766 1013KB
  334. .pad/1037682 1013KB
  335. .pad/1037619 1013KB
  336. .pad/1037505 1013KB
  337. .pad/1037391 1013KB
  338. .pad/1037244 1013KB
  339. .pad/1037201 1013KB
  340. .pad/1037054 1013KB
  341. .pad/1036995 1013KB
  342. .pad/1036538 1012KB
  343. .pad/1036398 1012KB
  344. .pad/1036342 1012KB
  345. .pad/1036214 1012KB
  346. .pad/1036214 1012KB
  347. .pad/1035983 1012KB
  348. .pad/1035927 1012KB
  349. .pad/1035792 1012KB
  350. .pad/1035644 1011KB
  351. .pad/1035175 1011KB
  352. .pad/1034846 1011KB
  353. .pad/1034343 1010KB
  354. .pad/1033376 1009KB
  355. .pad/1033347 1009KB
  356. .pad/1032175 1008KB
  357. .pad/1029862 1006KB
  358. .pad/1021575 998KB
  359. .pad/1020647 997KB
  360. .pad/1012947 989KB
  361. .pad/1003571 980KB
  362. .pad/981957 959KB
  363. .pad/981703 959KB
  364. .pad/977346 954KB
  365. .pad/976477 954KB
  366. .pad/974987 952KB
  367. .pad/969372 947KB
  368. .pad/963098 941KB
  369. .pad/960249 938KB
  370. .pad/935525 914KB
  371. .pad/935484 914KB
  372. .pad/925301 904KB
  373. .pad/919781 898KB
  374. .pad/918014 896KB
  375. .pad/898926 878KB
  376. .pad/898050 877KB
  377. .pad/896369 875KB
  378. .pad/877509 857KB
  379. .pad/877205 857KB
  380. .pad/861490 841KB
  381. .pad/856129 836KB
  382. .pad/849408 830KB
  383. .pad/842336 823KB
  384. .pad/841554 822KB
  385. .pad/830201 811KB
  386. .pad/829459 810KB
  387. .pad/828129 809KB
  388. .pad/824735 805KB
  389. .pad/817400 798KB
  390. .pad/811287 792KB
  391. .pad/808024 789KB
  392. .pad/802733 784KB
  393. .pad/794247 776KB
  394. .pad/794065 775KB
  395. .pad/786817 768KB
  396. .pad/785361 767KB
  397. .pad/784509 766KB
  398. .pad/784180 766KB
  399. .pad/782904 765KB
  400. .pad/781502 763KB
  401. .pad/777311 759KB
  402. .pad/775977 758KB
  403. .pad/768739 751KB
  404. .pad/767471 749KB
  405. .pad/754666 737KB
  406. .pad/748734 731KB
  407. .pad/743497 726KB
  408. .pad/736992 720KB
  409. .pad/732627 715KB
  410. .pad/729417 712KB
  411. .pad/716679 700KB
  412. .pad/710106 693KB
  413. .pad/708015 691KB
  414. .pad/706650 690KB
  415. .pad/690094 674KB
  416. .pad/689128 673KB
  417. .pad/685783 670KB
  418. .pad/683582 668KB
  419. .pad/668783 653KB
  420. .pad/658576 643KB
  421. .pad/658111 643KB
  422. .pad/645951 631KB
  423. .pad/638175 623KB
  424. .pad/636990 622KB
  425. .pad/636880 622KB
  426. .pad/636629 622KB
  427. .pad/625815 611KB
  428. .pad/605810 592KB
  429. .pad/600955 587KB
  430. .pad/598477 584KB
  431. .pad/596023 582KB
  432. .pad/575994 562KB
  433. .pad/570255 557KB
  434. .pad/554974 542KB
  435. .pad/546801 534KB
  436. .pad/533339 521KB
  437. .pad/526890 515KB
  438. .pad/521780 510KB
  439. .pad/508233 496KB
  440. .pad/507435 496KB
  441. .pad/500080 488KB
  442. .pad/496835 485KB
  443. .pad/495264 484KB
  444. .pad/493502 482KB
  445. .pad/486482 475KB
  446. .pad/478260 467KB
  447. .pad/468057 457KB
  448. .pad/465511 455KB
  449. .pad/464154 453KB
  450. .pad/462633 452KB
  451. .pad/456774 446KB
  452. .pad/450401 440KB
  453. .pad/436012 426KB
  454. .pad/434956 425KB
  455. .pad/432671 423KB
  456. .pad/429818 420KB
  457. .pad/420097 410KB
  458. .pad/418139 408KB
  459. .pad/408123 399KB
  460. .pad/407394 398KB
  461. .pad/403455 394KB
  462. .pad/399564 390KB
  463. .pad/397976 389KB
  464. .pad/390357 381KB
  465. .pad/382647 374KB
  466. .pad/382334 373KB
  467. .pad/357323 349KB
  468. .pad/357123 349KB
  469. .pad/348476 340KB
  470. .pad/333365 326KB
  471. .pad/330105 322KB
  472. .pad/321017 313KB
  473. .pad/305214 298KB
  474. .pad/295368 288KB
  475. .pad/295271 288KB
  476. .pad/288023 281KB
  477. .pad/285550 279KB
  478. .pad/277723 271KB
  479. .pad/277194 271KB
  480. .pad/275258 269KB
  481. .pad/266918 261KB
  482. .pad/265789 260KB
  483. .pad/265211 259KB
  484. .pad/263664 257KB
  485. .pad/263101 257KB
  486. .pad/261228 255KB
  487. .pad/251528 246KB
  488. .pad/243108 237KB
  489. .pad/241741 236KB
  490. .pad/239476 234KB
  491. .pad/232852 227KB
  492. .pad/230515 225KB
  493. .pad/227337 222KB
  494. .pad/221225 216KB
  495. .pad/216561 211KB
  496. .pad/214285 209KB
  497. .pad/206108 201KB
  498. .pad/199246 195KB
  499. .pad/187501 183KB
  500. .pad/171860 168KB
  501. .pad/155291 152KB
  502. .pad/154192 151KB
  503. .pad/150424 147KB
  504. .pad/140202 137KB
  505. .pad/137263 134KB
  506. .pad/136268 133KB
  507. .pad/131273 128KB
  508. .pad/117418 115KB
  509. .pad/112129 110KB
  510. .pad/110626 108KB
  511. .pad/99091 97KB
  512. .pad/97209 95KB
  513. .pad/92624 90KB
  514. .pad/85917 84KB
  515. .pad/82343 80KB
  516. .pad/75736 74KB
  517. .pad/64055 63KB
  518. .pad/59759 58KB
  519. .pad/57679 56KB
  520. .pad/55926 55KB
  521. .pad/54683 53KB
  522. .pad/47334 46KB
  523. .pad/45348 44KB
  524. .pad/26953 26KB
  525. .pad/24529 24KB
  526. .pad/20886 20KB
  527. 19. Lists More List Stuff/12. ★ Todo List Exercise Solution.srt 16KB
  528. 2. Installation & Setup/4. Installation For Windows Users.srt 15KB
  529. 24. Modules/10. ★ Sentiment Analysis Fun Project.srt 15KB
  530. 16. Introducing Functions/13. KeywordNamed Arguments.srt 14KB
  531. 25. Object Oriented Programming/5. Practicing Instance Methods.srt 13KB
  532. 20. Dictionaries/11. Iterating Dicts keys(), values(), and items().srt 13KB
  533. 16. Introducing Functions/9. ★ Function Practice Set.srt 13KB
  534. 11. A Little More On Conditionals/8. ★ BMI Calculator Exercise.srt 12KB
  535. 6. A Little More On Strings/1. String Slices.srt 12KB
  536. 10. Conditionals Basics/8. ★ Name Length Codealong.srt 12KB
  537. 10. Conditionals Basics/4. The Elif Keyword.srt 12KB
  538. 18. Lists The Basics/16. ★ Grand Prix Exercise.srt 12KB
  539. 13. The Last Section On Conditionals/7. ★ Rock Paper Scissors Exercise.srt 12KB
  540. 14. Loops Part I/13. ★ 99 Bottles Of Beer Codealong.srt 12KB
  541. 20. Dictionaries/14. ★ Peak Dictionary Exercise.srt 12KB
  542. 22. Returning To Functions/9. ★ ArgsKwargs Problem Set.srt 11KB
  543. 19. Lists More List Stuff/1. Nested Lists.srt 11KB
  544. 25. Object Oriented Programming/8. Inheritance Basics.srt 11KB
  545. 2. Installation & Setup/3. Installation For Mac Users.srt 11KB
  546. 25. Object Oriented Programming/7. Class Methods.srt 11KB
  547. 18. Lists The Basics/11. Deletion Methods pop(), popitems(), remove().srt 11KB
  548. 25. Object Oriented Programming/1. Introducing OOP.srt 11KB
  549. 25. Object Oriented Programming/4. Instance Methods.srt 11KB
  550. 18. Lists The Basics/15. Lists + Loops Patterns.srt 11KB
  551. 23. Working With Errors/4. Try and Except.srt 10KB
  552. 18. Lists The Basics/1. Creating Lists.srt 10KB
  553. 14. Loops Part I/3. ★ While Loops Practice.srt 10KB
  554. 4. Variables Basics/3. Variable Naming.srt 10KB
  555. 7. Strings & Built-Ins/11. ★ Shopping Cart Exercise.srt 10KB
  556. 22. Returning To Functions/2. Using args.srt 10KB
  557. 18. Lists The Basics/10. List Slices.srt 10KB
  558. 23. Working With Errors/1. Common Error Types.srt 10KB
  559. 15. Loops Part II/9. ★ Toothpick Game Exercise.srt 10KB
  560. 10. Conditionals Basics/2. The If Keyword.srt 9KB
  561. 4. Variables Basics/7. Numbers & Variables In The Wild.srt 9KB
  562. 8. The World Of Methods/5. Reading Function Signatures + Strip Methods.srt 9KB
  563. 14. Loops Part I/11. The range() function.srt 9KB
  564. 19. Lists More List Stuff/3. List Operators.srt 9KB
  565. 4. Variables Basics/1. Variables.srt 9KB
  566. 8. The World Of Methods/1. Introducing Methods Upper and Lower.srt 9KB
  567. 17. Scope/8. Scope Precedence Rules.srt 9KB
  568. 25. Object Oriented Programming/3. Writing Our First Class.srt 9KB
  569. 3. Python Numbers/2. Integers and Floats.srt 9KB
  570. 16. Introducing Functions/3. Functions With An Input.srt 9KB
  571. 25. Object Oriented Programming/2. Class Syntax.srt 9KB
  572. 24. Modules/7. Our First Pip Package!.srt 9KB
  573. 5. Strings Basics/6. String Indexing.srt 9KB
  574. 15. Loops Part II/10. ★ Toothpick Game Refactor.srt 9KB
  575. 10. Conditionals Basics/6. The Else Keyword.srt 9KB
  576. 12. Writing More Complex Logic/9. Using Logical NOT In Practice.srt 9KB
  577. 7. Strings & Built-Ins/1. Introducing Functions.srt 8KB
  578. 20. Dictionaries/12. Fancy Dictionary Merging.srt 8KB
  579. 22. Returning To Functions/6. Parameter List Ordering.srt 8KB
  580. 7. Strings & Built-Ins/8. F Strings.srt 8KB
  581. 16. Introducing Functions/7. Using The Return Keyword.srt 8KB
  582. .pad/8572 8KB
  583. 15. Loops Part II/4. ★ Dice Roller Exercise Solution.srt 8KB
  584. 25. Object Oriented Programming/6. Class Attributes.srt 8KB
  585. 5. Strings Basics/1. Introducing Strings.srt 8KB
  586. 25. Object Oriented Programming/9. The super() Function.srt 8KB
  587. 3. Python Numbers/7. Lesser Known Operators.srt 8KB
  588. 16. Introducing Functions/2. Our Very First Function!.srt 8KB
  589. 13. The Last Section On Conditionals/3. Logical Operator Precedence.srt 8KB
  590. 9. Booleans/3. Comparison Operators.srt 8KB
  591. 13. The Last Section On Conditionals/1. TruthyFalsey Testing.srt 8KB
  592. 24. Modules/9. ★ Sentiment Analysis Fun Project Installation.srt 8KB
  593. 20. Dictionaries/13. Lists and Dicts Combined!.srt 8KB
  594. 24. Modules/6. 3rd Party Modules Pip & PyPI.srt 8KB
  595. 16. Introducing Functions/4. Functions With Multiple Arguments.srt 8KB
  596. 7. Strings & Built-Ins/4. Input.srt 8KB
  597. 24. Modules/2. Importing More Built-In Modules.srt 8KB
  598. 3. Python Numbers/5. Basic Operators.srt 8KB
  599. 19. Lists More List Stuff/5. Lists Are Mutable.srt 7KB
  600. 23. Working With Errors/5. LBYL and EAFP.srt 7KB
  601. 15. Loops Part II/1. Break and Continue Keywords.srt 7KB
  602. 19. Lists More List Stuff/4. Sort(), Reverse(), and Count().srt 7KB
  603. 20. Dictionaries/7. The get() method and in operator.srt 7KB
  604. 13. The Last Section On Conditionals/5. Logical Operators In The Wild.srt 7KB
  605. 20. Dictionaries/2. Creating Your Own Dictionaries.srt 7KB
  606. 5. Strings Basics/4. String Operators.srt 7KB
  607. 24. Modules/3. Fancy Import Syntax.srt 7KB
  608. 10. Conditionals Basics/9. ★ Tweet Checker Exercise.srt 7KB
  609. 22. Returning To Functions/7. A Common Gotcha Mutable Default Args.srt 7KB
  610. 16. Introducing Functions/1. Introducing Functions.srt 7KB
  611. 21. Sets and Tuples/1. Introducing Tuples.srt 7KB
  612. 18. Lists The Basics/13. Iterating Over Lists.srt 7KB
  613. 14. Loops Part I/14. ★ Loops Problem Set.srt 7KB
  614. 24. Modules/1. Working With Built-In Modules.srt 7KB
  615. 8. The World Of Methods/8. Other String Methods.srt 7KB
  616. 19. Lists More List Stuff/8. Join() and Split().srt 7KB
  617. 11. A Little More On Conditionals/1. A Tangent On Indentation.srt 7KB
  618. 11. A Little More On Conditionals/6. Conditionals In The Wild.srt 7KB
  619. 22. Returning To Functions/8. Unpacking Args.srt 7KB
  620. 19. Lists More List Stuff/9. List Unpacking.srt 7KB
  621. 20. Dictionaries/1. Introducing Dictionaries.srt 7KB
  622. .pad/6935 7KB
  623. 14. Loops Part I/7. ★ Snake Eyes Codealong.srt 7KB
  624. 21. Sets and Tuples/8. Set Operators Intersection, Union, Difference.srt 7KB
  625. 4. Variables Basics/5. Assignment Operators.srt 7KB
  626. 23. Working With Errors/3. When To Raise.srt 7KB
  627. 15. Loops Part II/8. ★ Toothpick Game Exercise Intro.srt 7KB
  628. 9. Booleans/10. OPTIONAL Comparing Strings.srt 7KB
  629. 17. Scope/1. Global Scope.srt 7KB
  630. 6. A Little More On Strings/3. Print().srt 7KB
  631. 16. Introducing Functions/10. Default Parameters.srt 6KB
  632. 21. Sets and Tuples/7. Working With Sets.srt 6KB
  633. 20. Dictionaries/6. Adding and Updating Data In Dictionaries.srt 6KB
  634. 22. Returning To Functions/1. Introducing args.srt 6KB
  635. 21. Sets and Tuples/3. Tuple Functionality.srt 6KB
  636. 12. Writing More Complex Logic/1. Logical AND.srt 6KB
  637. 8. The World Of Methods/7. Replace.srt 6KB
  638. 11. A Little More On Conditionals/5. ★ Water Boiling Codealong.srt 6KB
  639. 8. The World Of Methods/3. Navigating The Docs.srt 6KB
  640. 21. Sets and Tuples/5. Sets Introduction.srt 6KB
  641. 17. Scope/10. The 'Global' Keyword.srt 6KB
  642. 11. A Little More On Conditionals/3. Nesting Conditionals.srt 6KB
  643. 8. The World Of Methods/12. ★ Press Release Exercise.srt 6KB
  644. 22. Returning To Functions/4. Introducing kwargs.srt 6KB
  645. 2. Installation & Setup/1. Python Versions They Actually Matter!.srt 6KB
  646. 8. The World Of Methods/4. Help() & ipython ''.srt 6KB
  647. 14. Loops Part I/2. While Loops.srt 6KB
  648. 10. Conditionals Basics/1. Introducing Conditionals.srt 6KB
  649. 9. Booleans/1. Introducing Booleans.srt 6KB
  650. 19. Lists More List Stuff/10. Copying Lists.srt 6KB
  651. 18. Lists The Basics/7. append() and extend().srt 6KB
  652. 3. Python Numbers/4. OPTIONAL Numeric Notations.srt 6KB
  653. 7. Strings & Built-Ins/5. Type Casting.srt 6KB
  654. 6. A Little More On Strings/4. Escape Characters.srt 6KB
  655. 19. Lists More List Stuff/6. Comparing Lists == vs is.srt 6KB
  656. 9. Booleans/4. Equality Operators.srt 6KB
  657. 15. Loops Part II/5. Working With Nested Loops.srt 6KB
  658. 8. The World Of Methods/11. String Methods In The Wild.srt 5KB
  659. 24. Modules/5. Creating Custom Modules.srt 5KB
  660. 19. Lists More List Stuff/11. ★ Todo List Exercise Intro.srt 5KB
  661. 17. Scope/5. Enclosing Scope.srt 5KB
  662. 12. Writing More Complex Logic/2. Using Logical AND In Practice.srt 5KB
  663. 13. The Last Section On Conditionals/6. ★ Rock Paper Scissors Exercise Intro.srt 5KB
  664. 16. Introducing Functions/6. Introducing Return!.srt 5KB
  665. 20. Dictionaries/4. Accessing Data In Dictionaries.srt 5KB
  666. 6. A Little More On Strings/8. ★ Nico Hülkenberg Exercise.srt 5KB
  667. 21. Sets and Tuples/10. When Use Sets.srt 5KB
  668. 9. Booleans/7. Truthiness & Falseyness.srt 5KB
  669. 12. Writing More Complex Logic/5. Using Logical OR In Practice.srt 5KB
  670. 16. Introducing Functions/12. Ordering Default Parameters.srt 5KB
  671. 7. Strings & Built-Ins/10. F-Strings and Type Casting In The Wild.srt 5KB
  672. 23. Working With Errors/2. Raising Exceptions.srt 5KB
  673. 6. A Little More On Strings/6. Triple Quotes.srt 5KB
  674. 20. Dictionaries/9. Dictionary pop(), clear(), and del.srt 5KB
  675. 7. Strings & Built-Ins/7. ★ Age Calculator Exercise.srt 5KB
  676. 9. Booleans/11. Booleans In The Wild.srt 5KB
  677. 18. Lists The Basics/8. insert().srt 5KB
  678. 24. Modules/8. Language Translator Package.srt 5KB
  679. 4. Variables Basics/8. ★ Magic Trick Exercise.srt 5KB
  680. 7. Strings & Built-Ins/2. Len.srt 5KB
  681. 2. Installation & Setup/5. The No-Installation Option REPL.it.srt 5KB
  682. 2. Installation & Setup/2. 2 Ways of Running Python.srt 5KB
  683. 18. Lists The Basics/3. Accessing Data In Lists.srt 4KB
  684. 14. Loops Part I/8. For Loops.srt 4KB
  685. 17. Scope/4. Scope In Loops and Conditionals.srt 4KB
  686. 18. Lists The Basics/5. Updating List Elements.srt 4KB
  687. 5. Strings Basics/3. String Variables.srt 4KB
  688. 12. Writing More Complex Logic/4. Logical OR.srt 4KB
  689. 8. The World Of Methods/9. Method Chaining.srt 4KB
  690. 17. Scope/2. Local Scope.srt 4KB
  691. 21. Sets and Tuples/4. Why Use Tuples.srt 4KB
  692. 15. Loops Part II/7. Loops In The Wild.srt 4KB
  693. 14. Loops Part I/5. Avoiding Infinite Loops.srt 4KB
  694. 15. Loops Part II/3. ★ Dice Roller Exercise.srt 4KB
  695. 12. Writing More Complex Logic/7. Logical NOT.srt 3KB
  696. 6. A Little More On Strings/7. Strings In The Wild.srt 3KB
  697. 3. Python Numbers/1. Intro to Data Types.srt 3KB
  698. 9. Booleans/9. The in Operator.srt 3KB
  699. 17. Scope/7. Built-In Scope.srt 3KB
  700. 20. Dictionaries/10. Dictionaries Are Mutable Too!.srt 3KB
  701. 14. Loops Part I/1. Introducing Loops!.srt 3KB
  702. 14. Loops Part I/10. Loops and Indentation.srt 3KB
  703. 9. Booleans/6. Comparing Across Types.srt 2KB
  704. 8. The World Of Methods/13. What I Didn't Cover.html 472B
  705. 19. Lists More List Stuff/13. What I Didn't Cover WIP.html 70B
  706. 20. Dictionaries/15. What I Didn't Cover.html 59B
  707. No Need 1. And 26. !!/readme.txt 44B