Udemy - The Modern Python 3 Bootcamp [TP]

seeders: 6 leechers: 1
Added 5 years ago by tutplanet in Other
Downloaded 15 times.
1337x.to
Udemy - The Modern Python 3 Bootcamp [TP]

Torrent Contents Size: 4.88 GB

Udemy - The Modern Python 3 Bootcamp [TP]
▼ show more 957 files
1. Course Introduction
1. Course Introduction.mp4
MP4
19.19 MB
1. Course Introduction.vtt
VTT
8.5 KB
2. Python3 vs. Python2.mp4
MP4
19.57 MB
2. Python3 vs. Python2.vtt
VTT
9.67 KB
2.1 Key Differences Article.html
HTML
127 B
2.2 httppy3readiness.org.html
HTML
85 B
2.3 httpspythonclock.org.html
HTML
85 B
3. How The Exercises Work.mp4
MP4
10.73 MB
3. How The Exercises Work.vtt
VTT
7.12 KB
4. Where Should You Start.mp4
MP4
7.3 MB
4. Where Should You Start.vtt
VTT
5.04 KB
5. How The Course is Structured.mp4
MP4
13.12 MB
5. How The Course is Structured.vtt
VTT
9.47 KB
10. Looping in Python
1. Section Introduction.mp4
MP4
14.03 MB
1. Section Introduction.vtt
VTT
6.61 KB
1.1 SLIDES.html
HTML
107 B
10. Introducing While Loops.mp4
MP4
16.79 MB
10. Introducing While Loops.vtt
VTT
11.42 KB
10.1 while.py.py
PY
329 B
11. EXERCISE Emoji Art.mp4
MP4
17.68 MB
11. EXERCISE Emoji Art.vtt
VTT
10.49 KB
11.1 art.py.py
PY
370 B
12. EXERCISE Stop Copying Me.mp4
MP4
8.81 MB
12. EXERCISE Stop Copying Me.vtt
VTT
5.04 KB
12.1 sister.py.py
PY
228 B
13. The Break Keyword.mp4
MP4
10.07 MB
13. The Break Keyword.vtt
VTT
5.64 KB
13.1 break.py.py
PY
366 B
14. Stuck in a Loop.html
HTML
134 B
15. While Loop Exercise.html
HTML
134 B
16. SOLUTION.html
HTML
389 B
17. Loops.html
HTML
133 B
2. IMPORTANT ANNOUNCEMENT ON LOOPS EXERCISES.html
HTML
632 B
3. The Basics of For Loops.mp4
MP4
12.44 MB
3. The Basics of For Loops.vtt
VTT
8.01 KB
3.1 for.py.py
PY
92 B
4. Exploring Ranges In Depth.mp4
MP4
11.11 MB
4. Exploring Ranges In Depth.vtt
VTT
7.37 KB
5. Quick Ranges Quiz.html
HTML
134 B
6. For Loop and Range Exercise.html
HTML
134 B
7. SOLUTION.html
HTML
842 B
8. EXERCISE Screaming Repeating.mp4
MP4
8.93 MB
8. EXERCISE Screaming Repeating.vtt
VTT
4.79 KB
8.1 repeater.py.py
PY
232 B
9. EXERCISE Unlucky Numbers.mp4
MP4
17.59 MB
9. EXERCISE Unlucky Numbers.vtt
VTT
10.04 KB
9.1 numbers.py.py
PY
353 B
11. Guessing Game
1. Guessing Game Mini Project.mp4
MP4
5.75 MB
1. Guessing Game Mini Project.vtt
VTT
4.64 KB
1.1 starter.py.py
PY
243 B
2. Guessing Game Solution.mp4
MP4
22.52 MB
2. Guessing Game Solution.vtt
VTT
12.53 KB
2.1 guessingv2.py.py
PY
499 B
2.2 guessing.py.py
PY
503 B
3. Improving Rock Paper Scissors.mp4
MP4
37.26 MB
3. Improving Rock Paper Scissors.vtt
VTT
13.16 KB
3.1 rps_with_loop.py.py
PY
1.5 KB
3.2 v3.py.py
PY
720 B
4. SIDE NOTE Python Style and PEP8.mp4
MP4
23.26 MB
4. SIDE NOTE Python Style and PEP8.vtt
VTT
5.92 KB
12. Lists
1. Intro to Lists and Objectives.mp4
MP4
11.35 MB
1. Intro to Lists and Objectives.vtt
VTT
9.68 KB
1.1 SLIDES.html
HTML
99 B
10. SOLUTION.html
HTML
668 B
11. List Methods Append, Insert, and Extend.mp4
MP4
16.63 MB
11. List Methods Append, Insert, and Extend.vtt
VTT
10.67 KB
12. Lists Basics Exercise.html
HTML
134 B
13. SOLUTION.html
HTML
736 B
14. List Methods Clear, Pop, and Remove,.mp4
MP4
13.89 MB
14. List Methods Clear, Pop, and Remove,.vtt
VTT
9.16 KB
15. Lists Quiz.html
HTML
133 B
16. List Methods Index, Count, Sort, Reverse, and Join.mp4
MP4
17.98 MB
16. List Methods Index, Count, Sort, Reverse, and Join.vtt
VTT
11.59 KB
17. Lists Methods Exercise.html
HTML
134 B
18. SOLUTION.html
HTML
430 B
19. Slices.mp4
MP4
27.32 MB
19. Slices.vtt
VTT
18.24 KB
2. Creating Lists.mp4
MP4
8.86 MB
2. Creating Lists.vtt
VTT
6 KB
20. Slices Quiz.html
HTML
133 B
21. Swapping Values in Lists.mp4
MP4
2.58 MB
21. Swapping Values in Lists.vtt
VTT
2.26 KB
3. Creating Lists Exercise.html
HTML
134 B
4. SOLUTION.html
HTML
201 B
5. Accessing Data in Lists.mp4
MP4
10.93 MB
5. Accessing Data in Lists.vtt
VTT
6.47 KB
6. Accessing List Data.html
HTML
134 B
7. SOLUTION.html
HTML
411 B
8. Iterating Over Lists.mp4
MP4
14.25 MB
8. Iterating Over Lists.vtt
VTT
8.98 KB
9. List Iteration Exercise.html
HTML
134 B
13. Lists Comprehensions
1. List Comprehension.mp4
MP4
15.23 MB
1. List Comprehension.vtt
VTT
10.66 KB
1.1 SLIDES.html
HTML
99 B
10. SOLUTION.html
HTML
271 B
11. Nested Lists.mp4
MP4
22.88 MB
11. Nested Lists.vtt
VTT
14.67 KB
12. List Exercises 5.html
HTML
133 B
13. SOLUTION.html
HTML
83 B
14. One More Nested List Comp Challenge.html
HTML
133 B
15. SOLUTION.html
HTML
568 B
16. Lists Recap.mp4
MP4
4.65 MB
16. Lists Recap.vtt
VTT
3.83 KB
2. List Comprehension With Conditional Logic.mp4
MP4
9.79 MB
2. List Comprehension With Conditional Logic.vtt
VTT
6.74 KB
3. List Comprehension Exercises.html
HTML
133 B
4. SOLUTION.html
HTML
560 B
5. More List Comprehension Exercises.html
HTML
133 B
6. SOLUTION.html
HTML
637 B
7. Another List Comp Exercise.html
HTML
133 B
8. SOLUTION.html
HTML
138 B
9. List Exercises 4.html
HTML
133 B
14. Dictionaries
1. Intro To Dictionaries Creating Dictionaries.mp4
MP4
15.75 MB
1. Intro To Dictionaries Creating Dictionaries.vtt
VTT
10.78 KB
1.1 SLIDES.html
HTML
99 B
10. Using In With Dictionaries.mp4
MP4
8.24 MB
10. Using In With Dictionaries.vtt
VTT
4.16 KB
11. Dictionary Methods Clear, Copy, Fromkeys, and Get.mp4
MP4
18.3 MB
11. Dictionary Methods Clear, Copy, Fromkeys, and Get.vtt
VTT
10.95 KB
12. Dictionary Access.html
HTML
134 B
13. SOLUTION.html
HTML
1.37 KB
14. Fromkeys Exercise.html
HTML
134 B
15. SOLUTION.html
HTML
401 B
16. Dictionary Methods Pop, Popitems, and Update.mp4
MP4
14.1 MB
16. Dictionary Methods Pop, Popitems, and Update.vtt
VTT
7.12 KB
17. Dictionary Methods Exercise.html
HTML
134 B
18. SOLUTION.html
HTML
368 B
19. Spotify Playlist Example.mp4
MP4
17.93 MB
19. Spotify Playlist Example.vtt
VTT
11.38 KB
19.1 playlist.py.py
PY
382 B
2. Dictionary Creation Exercise.html
HTML
134 B
20. Dictionary Comprehension.mp4
MP4
16.51 MB
20. Dictionary Comprehension.vtt
VTT
9.57 KB
21. Dictionaries Quiz.html
HTML
134 B
3. SOLUTION.html
HTML
469 B
4. Accessing Data in Dictionaries.mp4
MP4
6.39 MB
4. Accessing Data in Dictionaries.vtt
VTT
4.57 KB
5. Access Data in a Dictionary Exercise.html
HTML
134 B
6. SOLUTION.html
HTML
929 B
7. Iterating Dictionaries.mp4
MP4
14.07 MB
7. Iterating Dictionaries.vtt
VTT
6.81 KB
8. Totaling Donations Exercise.html
HTML
134 B
9. SOLUTION.html
HTML
940 B
15. Dictionary Exercises
1. State Abbreviations Exercise.html
HTML
133 B
2. SOLUTION.html
HTML
495 B
3. List to Dictionary Exercise.html
HTML
133 B
4. SOLUTION.html
HTML
856 B
5. Vowels Dict Exercise.html
HTML
133 B
6. SOLUTION.html
HTML
206 B
7. ASCII Codes Dictionary.html
HTML
133 B
8. SOLUTION.html
HTML
132 B
16. Tuples and Sets
1. Section Introduction.mp4
MP4
21.41 MB
1. Section Introduction.vtt
VTT
13.86 KB
1.1 SLIDES.html
HTML
99 B
2. Tuple Looping and Methods.mp4
MP4
6.99 MB
2. Tuple Looping and Methods.vtt
VTT
6.02 KB
3. Introduction to Sets.mp4
MP4
13 MB
3. Introduction to Sets.vtt
VTT
8.99 KB
4. Set Methods and Set Math.mp4
MP4
11.07 MB
4. Set Methods and Set Math.vtt
VTT
8.43 KB
5. Tuples and Sets Quiz.html
HTML
133 B
6. Tuples and Sets Exercise.html
HTML
134 B
7. SOLUTION.html
HTML
636 B
8. Set Comprehension and Recap.mp4
MP4
11.17 MB
8. Set Comprehension and Recap.vtt
VTT
8.14 KB
17. Functions Part I
1. Introduction to Defining Functions.mp4
MP4
13.11 MB
1. Introduction to Defining Functions.vtt
VTT
9.39 KB
1.1 SLIDES.html
HTML
99 B
10. SOLUTION.html
HTML
436 B
11. Parameters.mp4
MP4
19.61 MB
11. Parameters.vtt
VTT
12.18 KB
11.1 square.py.py
PY
71 B
11.2 divide.py.py
PY
80 B
12. Yell Function Exercise.html
HTML
134 B
13. SOLUTION.html
HTML
514 B
14. Common Mistakes When Returning.mp4
MP4
6.18 MB
14. Common Mistakes When Returning.vtt
VTT
5.83 KB
14.1 sum_odds.py.py
PY
471 B
14.2 odd.py.py
PY
373 B
15. Fix This Function!.html
HTML
134 B
16. SOLUTION.html
HTML
680 B
17. Default parameters.mp4
MP4
15.95 MB
17. Default parameters.vtt
VTT
10.28 KB
17.1 math.py.py
PY
222 B
17.2 exponent.py.py
PY
126 B
18. Default Parameter Exercise - Talking Animals.html
HTML
134 B
19. SOLUTION.html
HTML
1.6 KB
2. Defining Functions.mp4
MP4
9.87 MB
2. Defining Functions.vtt
VTT
5.1 KB
2.1 sing.py.py
PY
228 B
20. Keyword Arguments.mp4
MP4
8.68 MB
20. Keyword Arguments.vtt
VTT
5.96 KB
20.1 key_word_args.py.py
PY
280 B
21. Scope.mp4
MP4
18.17 MB
21. Scope.vtt
VTT
12.04 KB
21.1 increment_with_global.py.py
PY
168 B
21.2 increment.py.py
PY
172 B
22. Docstrings and Functions Recap - WE DID IT!.mp4
MP4
8.9 MB
22. Docstrings and Functions Recap - WE DID IT!.vtt
VTT
6.58 KB
22.1 doc.py.py
PY
229 B
3. Your First Function.html
HTML
134 B
4. SOLUTION.html
HTML
243 B
5. The Magical Return Keyword.mp4
MP4
12.48 MB
5. The Magical Return Keyword.vtt
VTT
7.89 KB
5.1 return.py.py
PY
237 B
6. Writing a coin_flip Function Using Random.mp4
MP4
9.74 MB
6. Writing a coin_flip Function Using Random.vtt
VTT
6.35 KB
6.1 coin_flip.py.py
PY
127 B
7. Super Quick Return Exercise.html
HTML
134 B
8. SOLUTION.html
HTML
110 B
9. Generating Evens Exercise.html
HTML
134 B
18. Functions Exercises
1. Product.html
HTML
133 B
10. SOLUTION.html
HTML
438 B
11. multiple_letter_count.html
HTML
133 B
12. SOLUTION.html
HTML
375 B
13. list_manipulation.html
HTML
133 B
14. SOLUTION.html
HTML
566 B
15. is_palindrome.html
HTML
133 B
16. SOLUTION.html
HTML
892 B
17. frequency.html
HTML
133 B
18. SOLUTION.html
HTML
191 B
19. multiply_even_numbers.html
HTML
133 B
2. SOLUTION.html
HTML
147 B
20. SOLUTION.html
HTML
546 B
21. capitalize.html
HTML
133 B
22. SOLUTION.html
HTML
291 B
23. compact.html
HTML
133 B
24. SOLUTION.html
HTML
811 B
25. intersection.html
HTML
133 B
26. SOLUTION.html
HTML
1.54 KB
27. partition.html
HTML
133 B
28. SOLUTION.html
HTML
1.56 KB
3. return_day.html
HTML
133 B
4. SOLUTION.html
HTML
1.12 KB
5. last_element.html
HTML
133 B
6. SOLUTION.html
HTML
257 B
7. number_compare.html
HTML
133 B
8. SOLUTION.html
HTML
200 B
9. single_letter_count.html
HTML
133 B
19. Functions Part II
1. Introduction and args.mp4
MP4
17.02 MB
1. Introduction and args.vtt
VTT
10.17 KB
1.1 sum.py.py
PY
141 B
1.2 star_args.py.py
PY
265 B
1.3 SLIDES.html
HTML
116 B
1.4 args.py.py
PY
116 B
10. SOLUTION.html
HTML
1.09 KB
11. Dictionary unpacking.mp4
MP4
12.56 MB
11. Dictionary unpacking.vtt
VTT
5.47 KB
11.1 dict_unpacking.py.py
PY
383 B
12. calculate.html
HTML
133 B
13. SOLUTION.html
HTML
2.29 KB
14. Args and Kwargs.html
HTML
134 B
2. args Exercise The Purple Test.html
HTML
134 B
3. SOLUTION.html
HTML
473 B
4. kwargs.mp4
MP4
17.8 MB
4. kwargs.vtt
VTT
8.54 KB
4.1 greeting.py.py
PY
510 B
4.2 colors.py.py
PY
274 B
5. kwargs Exercise.html
HTML
134 B
6. SOLUTION.html
HTML
599 B
7. Ordering Parameters.mp4
MP4
10.54 MB
7. Ordering Parameters.vtt
VTT
5.84 KB
7.1 args_order.py.py
PY
365 B
8. Tuple unpacking.mp4
MP4
10.48 MB
8. Tuple unpacking.vtt
VTT
6.02 KB
8.1 unpacking.py.py
PY
174 B
9. Unpacking Exercise.html
HTML
134 B
2. MACLINUX Command Line Fundamentals
1. Why Use The Command Line.mp4
MP4
10.65 MB
1. Why Use The Command Line.vtt
VTT
7.31 KB
1.1 SLIDES.html
HTML
103 B
10. Moving and Renaming with MV.mp4
MP4
12.9 MB
10. Moving and Renaming with MV.vtt
VTT
6.57 KB
11. Deleting Files with RM.mp4
MP4
4.81 MB
11. Deleting Files with RM.vtt
VTT
2.81 KB
12. Deleting Directories (Plus Tangents on Permissions and MAN Pages).mp4
MP4
29.33 MB
12. Deleting Directories (Plus Tangents on Permissions and MAN Pages).vtt
VTT
10.94 KB
13. Command Line Fundamentals II.html
HTML
134 B
2. Command Line Installation MAC.mp4
MP4
9.05 MB
2. Command Line Installation MAC.vtt
VTT
3.26 KB
3. Absolute Paths and PWD.mp4
MP4
11.71 MB
3. Absolute Paths and PWD.vtt
VTT
7.69 KB
4. Using CD.mp4
MP4
12.32 MB
4. Using CD.vtt
VTT
5.79 KB
5. Using LS.mp4
MP4
21.67 MB
5. Using LS.vtt
VTT
8.69 KB
6. Command Line Fundamentals.html
HTML
133 B
7. Making Directories with MKDIR.mp4
MP4
6.36 MB
7. Making Directories with MKDIR.vtt
VTT
4.06 KB
8. Creating Files with TOUCH.mp4
MP4
12.91 MB
8. Creating Files with TOUCH.vtt
VTT
6.38 KB
9. Quick Activity Salamanders and Frogs.mp4
MP4
10.66 MB
9. Quick Activity Salamanders and Frogs.vtt
VTT
4.86 KB
20. Lambdas and Built-In Functions
1. Lambdas.mp4
MP4
21.59 MB
1. Lambdas.vtt
VTT
12.88 KB
1.1 lambda.py.py
PY
380 B
1.2 button.py.py
PY
589 B
1.3 SLIDES.html
HTML
120 B
10. Any and All.mp4
MP4
10.79 MB
10. Any and All.vtt
VTT
6.17 KB
11. Generator Expressions and Using sys.getsizeof.mp4
MP4
18.32 MB
11. Generator Expressions and Using sys.getsizeof.vtt
VTT
6.54 KB
11.1 memory_demo.py.py
PY
303 B
12. AnyAll Exercise.html
HTML
134 B
13. SOLUTION.html
HTML
911 B
14. Sorted.mp4
MP4
24.39 MB
14. Sorted.vtt
VTT
9.08 KB
14.1 sorted.py.py
PY
924 B
15. Min and Max.mp4
MP4
17.58 MB
15. Min and Max.vtt
VTT
9.34 KB
15.1 min_max.py.py
PY
618 B
16. Extremes Exercise - Using Min and Max.html
HTML
134 B
17. SOLUTION.html
HTML
297 B
18. Reversed.mp4
MP4
7.22 MB
18. Reversed.vtt
VTT
4.68 KB
19. Len() and a Special Sneak Peak of OOP!.mp4
MP4
14.81 MB
19. Len() and a Special Sneak Peak of OOP!.vtt
VTT
9.5 KB
19.1 list.py.py
PY
262 B
2. Writing Your Own Lambda!.html
HTML
134 B
20. Abs(), Sum(), and Round().mp4
MP4
13.28 MB
20. Abs(), Sum(), and Round().vtt
VTT
9.11 KB
21. Greatest Magnitude Exercise.html
HTML
134 B
22. SOLUTION.html
HTML
357 B
23. sum_even_values.html
HTML
133 B
24. SOLUTION.html
HTML
748 B
25. sum_floats.html
HTML
133 B
26. SOLUTION.html
HTML
819 B
27. Zip Basics.mp4
MP4
8.69 MB
27. Zip Basics.vtt
VTT
5.63 KB
27.1 zip.py.py
PY
1.01 KB
28. More Complex Zip Examples.mp4
MP4
28.12 MB
28. More Complex Zip Examples.vtt
VTT
13.27 KB
28.1 zip.py.py
PY
687 B
29. Interleaving Strings (kind of tough!).html
HTML
134 B
3. SOLUTION.html
HTML
246 B
30. SOLUTION.html
HTML
1.09 KB
31. triple_and_filter.html
HTML
133 B
32. SOLUTION.html
HTML
259 B
33. extract_full_name.html
HTML
133 B
34. SOLUTION.html
HTML
275 B
4. Map.mp4
MP4
11.7 MB
4. Map.vtt
VTT
7.51 KB
5. Map Time Exercise.html
HTML
134 B
6. SOLUTION.html
HTML
544 B
7. Filter.mp4
MP4
38.26 MB
7. Filter.vtt
VTT
16.96 KB
7.1 filter.py.py
PY
865 B
8. Filter Exercise!.html
HTML
134 B
9. SOLUTION.html
HTML
525 B
21. Debugging and Error Handling
1. Section Introduction.mp4
MP4
2.6 MB
1. Section Introduction.vtt
VTT
2.39 KB
1.1 SLIDES.html
HTML
99 B
2. Common Types of Errors in Python.mp4
MP4
29.48 MB
2. Common Types of Errors in Python.vtt
VTT
11.71 KB
3. Raising Our Own Errors.mp4
MP4
18.96 MB
3. Raising Our Own Errors.vtt
VTT
10.71 KB
3.1 raise.py.py
PY
311 B
4. Try and Except Blocks.mp4
MP4
14.15 MB
4. Try and Except Blocks.vtt
VTT
8.38 KB
4.1 try.py.py
PY
308 B
5. Try, Except, Else, and Finally!.mp4
MP4
27.01 MB
5. Try, Except, Else, and Finally!.vtt
VTT
13.47 KB
5.1 try2.py.py
PY
468 B
5.2 divide.py.py
PY
502 B
6. Debugging With PDB.mp4
MP4
20.55 MB
6. Debugging With PDB.vtt
VTT
13.51 KB
6.1 debugging.py.py
PY
566 B
7. Errors Quiz.html
HTML
134 B
8. Debugging and Error Handling Exercises.html
HTML
134 B
9. SOLUTION.html
HTML
345 B
22. Modules
1. Section Introduction.mp4
MP4
2.14 MB
1. Section Introduction.vtt
VTT
2.33 KB
1.1 SLIDES.html
HTML
101 B
10. Built-in and Custom Imports Quiz.html
HTML
133 B
11. Installing External Modules And TermColor.mp4
MP4
24.13 MB
11. Installing External Modules And TermColor.vtt
VTT
12.66 KB
11.1 colors.py.py
PY
126 B
12. ASCII Art Exercise.mp4
MP4
19.08 MB
12. ASCII Art Exercise.vtt
VTT
13.24 KB
12.1 ascii_art.py.py
PY
426 B
13. Using The autopep8 Package to Clean Up Code.mp4
MP4
32.13 MB
13. Using The autopep8 Package to Clean Up Code.vtt
VTT
8.36 KB
13.1 ugly_code.py.py
PY
1.25 KB
14. The Mysterious __name__ variable.mp4
MP4
8.97 MB
14. The Mysterious __name__ variable.vtt
VTT
8.12 KB
15. External Modules and Module Patterns Quiz.html
HTML
133 B
2. Working With Built-In Modules.mp4
MP4
29.22 MB
2. Working With Built-In Modules.vtt
VTT
12.5 KB
2.1 rand_module.py.py
PY
156 B
3. Built In Modules Exercise.html
HTML
134 B
4. SOLUTION.html
HTML
221 B
5. Built-In Modules Slightly Tougher Challenge.html
HTML
134 B
6. SOLUTION.html
HTML
739 B
7. Custom modules.mp4
MP4
7.64 MB
7. Custom modules.vtt
VTT
6.81 KB
7.1 bananas.py.py
PY
199 B
7.2 fruits.py.py
PY
237 B
7.3 apples.py.py
PY
82 B
8. Custom Module Exercise.html
HTML
134 B
9. SOLUTION.html
HTML
803 B
23. OPTIONAL SECTION Making HTTP Requests with Python
1. HTTP START HERE.mp4
MP4
3.6 MB
1. HTTP START HERE.vtt
VTT
2.59 KB
2. HTTP Introduction and Crash Course.mp4
MP4
64.99 MB
2. HTTP Introduction and Crash Course.vtt
VTT
19.06 KB
3. HTTP Verbs and APIs.mp4
MP4
58.53 MB
3. HTTP Verbs and APIs.vtt
VTT
14.2 KB
4. Writing Your First Python Request.mp4
MP4
41.14 MB
4. Writing Your First Python Request.vtt
VTT
9.66 KB
4.1 first_request.py.py
PY
177 B
5. Requesting JSON with Python.mp4
MP4
37.59 MB
5. Requesting JSON with Python.vtt
VTT
14.01 KB
5.1 headers.py.py
PY
205 B
6. Sending Requests with Params.mp4
MP4
25.75 MB
6. Sending Requests with Params.vtt
VTT
13.68 KB
6.1 params.py.py
PY
217 B
7. API Project.mp4
MP4
3.89 MB
7. API Project.vtt
VTT
2.95 KB
8. API Project Solution.mp4
MP4
55.59 MB
8. API Project Solution.vtt
VTT
17.33 KB
8.1 dad.py.py
PY
823 B
24. Object Oriented Programming
1. Section Introduction and Objectives.mp4
MP4
4.78 MB
1. Section Introduction and Objectives.vtt
VTT
4.15 KB
1.1 SLIDES.html
HTML
99 B
10. Underscores Dunder Methods, Name Mangling, and More!.mp4
MP4
15.78 MB
10. Underscores Dunder Methods, Name Mangling, and More!.vtt
VTT
10.34 KB
10.1 underscores.py.py
PY
555 B
11. Adding Instance Methods.mp4
MP4
28.02 MB
11. Adding Instance Methods.vtt
VTT
15.34 KB
11.1 user_methods.py.py
PY
837 B
12. Bank Account OOP Exercise.html
HTML
134 B
13. SOLUTION.html
HTML
459 B
14. Introducing Class Attributes.mp4
MP4
12.05 MB
14. Introducing Class Attributes.vtt
VTT
5.77 KB
14.1 user_class_attributes.py.py
PY
1009 B
15. Class Attributes Continued.mp4
MP4
27.97 MB
15. Class Attributes Continued.vtt
VTT
14.86 KB
15.1 pet.py.py
PY
493 B
16. Chicken Coop Exercise.html
HTML
134 B
17. SOLUTION.html
HTML
453 B
18. Class Methods.mp4
MP4
15.11 MB
18. Class Methods.vtt
VTT
9.34 KB
18.1 class_methods.py.py
PY
1.17 KB
19. A More Advanced Class Method Example.mp4
MP4
18.03 MB
19. A More Advanced Class Method Example.vtt
VTT
8.81 KB
19.1 class_methods.py.py
PY
1.17 KB
2. Defining Classes and Objects.mp4
MP4
15.18 MB
2. Defining Classes and Objects.vtt
VTT
8.22 KB
20. The __repr__ method.mp4
MP4
7.16 MB
20. The __repr__ method.vtt
VTT
3.71 KB
20.1 repr.py.py
PY
984 B
21. OOP Part 1.html
HTML
134 B
3. Abstraction and Encapsulation.mp4
MP4
32.17 MB
3. Abstraction and Encapsulation.vtt
VTT
18.28 KB
4. Creating Classes and Instances.mp4
MP4
8.07 MB
4. Creating Classes and Instances.vtt
VTT
5.53 KB
4.1 person.py.py
PY
48 B
5. World's Simplest Class Exercise.html
HTML
134 B
6. SOLUTION.html
HTML
605 B
7. The __init__ method.mp4
MP4
14.95 MB
7. The __init__ method.vtt
VTT
8.78 KB
7.1 init.py.py
PY
337 B
8. Your First Class - Social Media Comments.html
HTML
134 B
9. SOLUTION.html
HTML
379 B
25. Deck Of Cards Exercise
1. Deck Of Cards Intro Video.mp4
MP4
15.38 MB
1. Deck Of Cards Intro Video.vtt
VTT
8.5 KB
2. Deck of Cards Exercise Introduction Text.html
HTML
2.57 KB
3. Deck of Cards Tests.html
HTML
134 B
4. SOLUTION.html
HTML
137 B
5. Deck of Cards Solution Card Class.mp4
MP4
9.02 MB
5. Deck of Cards Solution Card Class.vtt
VTT
4.59 KB
5.1 deck_of_cards.py.py
PY
2.64 KB
6. Deck of Cards Solution Deck Class.mp4
MP4
76.46 MB
6. Deck of Cards Solution Deck Class.vtt
VTT
22.97 KB
6.1 deck_of_cards.py.py
PY
2.64 KB
26. OOP Part 2
1. Inheritance and Objectives.mp4
MP4
13.44 MB
1. Inheritance and Objectives.vtt
VTT
8.71 KB
1.1 simple_inheritance.py.py
PY
426 B
10. SOLUTION.html
HTML
490 B
11. Polymorphism Introduction.mp4
MP4
12.36 MB
11. Polymorphism Introduction.vtt
VTT
8.65 KB
11.1 animals.py.py
PY
1.51 KB
12. Special __magic__ methods.mp4
MP4
47.49 MB
12. Special __magic__ methods.vtt
VTT
16.75 KB
12.1 special_methods.py.py
PY
863 B
13. Making a Grumpy Dictionary - Overriding Dict.mp4
MP4
25.49 MB
13. Making a Grumpy Dictionary - Overriding Dict.vtt
VTT
10.31 KB
13.1 grumpy.py.py
PY
897 B
14. Special Methods Train.html
HTML
134 B
15. SOLUTION.html
HTML
292 B
16. OOP Part 2.html
HTML
134 B
2. All About Properties.mp4
MP4
30.38 MB
2. All About Properties.vtt
VTT
13.15 KB
3. Introduction to Super().mp4
MP4
16.87 MB
3. Introduction to Super().vtt
VTT
8.04 KB
3.1 animal.py.py
PY
667 B
4. Inheritance Example User and Moderator.mp4
MP4
35.39 MB
4. Inheritance Example User and Moderator.vtt
VTT
11.1 KB
5. Roleplaying Game Classes.html
HTML
134 B
6. SOLUTION.html
HTML
676 B
7. The Crazy World of Multiple Inheritance.mp4
MP4
30.91 MB
7. The Crazy World of Multiple Inheritance.vtt
VTT
12.48 KB
8. WTF is Method Resolution Order(MRO).mp4
MP4
25.37 MB
8. WTF is Method Resolution Order(MRO).vtt
VTT
11.45 KB
9. MRO Genetics.html
HTML
134 B
27. Iterators & Generators
1. Section Introduction and Objectives.mp4
MP4
2.41 MB
1. Section Introduction and Objectives.vtt
VTT
1.99 KB
1.1 SLIDES.html
HTML
99 B
10. yes_or_no.html
HTML
134 B
11. SOLUTION.html
HTML
364 B
12. Writing a Beat Making Generator.mp4
MP4
13.63 MB
12. Writing a Beat Making Generator.vtt
VTT
8.27 KB
12.1 infinite.py.py
PY
415 B
13. Generators Quiz.html
HTML
134 B
14. make_song.html
HTML
133 B
15. SOLUTION.html
HTML
404 B
16. Testing Memory Usage With Generators.mp4
MP4
29.85 MB
16. Testing Memory Usage With Generators.vtt
VTT
7.86 KB
16.1 fib.py.py
PY
526 B
17. get_multiples.html
HTML
133 B
18. SOLUTION.html
HTML
240 B
19. get_unlimited_multiples.html
HTML
133 B
2. Iterators vs. Iterables!!.mp4
MP4
10.37 MB
2. Iterators vs. Iterables!!.vtt
VTT
6.93 KB
20. SOLUTION.html
HTML
368 B
21. Generator Expressions AND Speed Testing!.mp4
MP4
14.59 MB
21. Generator Expressions AND Speed Testing!.vtt
VTT
9.15 KB
21.1 gen_expression_speed_test.py.py
PY
513 B
3. Writing Our Own Version of for loops.mp4
MP4
14.48 MB
3. Writing Our Own Version of for loops.vtt
VTT
8.58 KB
3.1 for.py.py
PY
303 B
4. Writing a Custom Iterator.mp4
MP4
15.43 MB
4. Writing a Custom Iterator.vtt
VTT
8.85 KB
4.1 custom_iterator.py.py
PY
293 B
5. Iterators Quiz.html
HTML
134 B
6. Making our Deck class Iterable.mp4
MP4
13.68 MB
6. Making our Deck class Iterable.vtt
VTT
2.61 KB
6.1 deck.py.py
PY
2 KB
7. Introduction to Generators.mp4
MP4
18.13 MB
7. Introduction to Generators.vtt
VTT
11.06 KB
8. Week Generator Exercise.html
HTML
133 B
9. SOLUTION.html
HTML
515 B
28. Decorators
1. Higher Order Functions.mp4
MP4
18.78 MB
1. Higher Order Functions.vtt
VTT
12.39 KB
1.1 higher_order.py.py
PY
233 B
1.2 nested_functions.py.py
PY
245 B
1.3 return_func.py.py
PY
239 B
10. double_return.html
HTML
134 B
11. SOLUTION.html
HTML
658 B
12. ensure_fewer_than_three_args.html
HTML
133 B
13. SOLUTION.html
HTML
348 B
14. only_ints.html
HTML
133 B
15. SOLUTION.html
HTML
339 B
16. ensure_authorized.html
HTML
133 B
17. SOLUTION.html
HTML
321 B
18. Writing an ensure_first_arg_is Decorator.mp4
MP4
14.81 MB
18. Writing an ensure_first_arg_is Decorator.vtt
VTT
7.04 KB
18.1 ensure_first_arg.py.py
PY
654 B
18.2 args.py.py
PY
297 B
19. Enforcing Argument Types With A Decorator.mp4
MP4
14.46 MB
19. Enforcing Argument Types With A Decorator.vtt
VTT
7.56 KB
19.1 enforce.py.py
PY
565 B
2. Introduction to Decorators.mp4
MP4
13.87 MB
2. Introduction to Decorators.vtt
VTT
8.65 KB
2.1 decorate_syntax.py.py
PY
269 B
2.2 dec.py.py
PY
354 B
20. delay.html
HTML
133 B
21. SOLUTION.html
HTML
402 B
3. Decorators With Different Signatures.mp4
MP4
12.41 MB
3. Decorators With Different Signatures.vtt
VTT
5.65 KB
3.1 decorator_args.py.py
PY
561 B
4. Using Wraps To Preserve Metadata.mp4
MP4
11.01 MB
4. Using Wraps To Preserve Metadata.vtt
VTT
6.1 KB
4.1 metadata.py.py
PY
444 B
5. Decorators Quiz.html
HTML
134 B
6. Building A Speed-Test Decorator.mp4
MP4
16.46 MB
6. Building A Speed-Test Decorator.vtt
VTT
9.21 KB
6.1 timing.py.py
PY
540 B
7. show_args.html
HTML
133 B
8. SOLUTION.html
HTML
701 B
9. Another Example Ensuring Args With A Decorator.mp4
MP4
6.77 MB
9. Another Example Ensuring Args With A Decorator.vtt
VTT
3.82 KB
9.1 ensure.py.py
PY
296 B
29. Testing With Python
1. Section Introduction.mp4
MP4
12.66 MB
1. Section Introduction.vtt
VTT
6.22 KB
1.1 SLIDES.html
HTML
94 B
10. Testing CardDeck Exercise.html
HTML
733 B
11. Testing CardDeck Exercise Intro.mp4
MP4
18.16 MB
11. Testing CardDeck Exercise Intro.vtt
VTT
4.33 KB
12. Testing CardDeck Solution.mp4
MP4
40.06 MB
12. Testing CardDeck Solution.vtt
VTT
13.19 KB
2. Why Test.mp4
MP4
13.56 MB
2. Why Test.vtt
VTT
12.64 KB
3. Assertions.mp4
MP4
17.88 MB
3. Assertions.vtt
VTT
11.39 KB
3.1 assertions.py.py
PY
480 B
4. Assertions Quiz.html
HTML
134 B
5. Doctests.mp4
MP4
27.19 MB
5. Doctests.vtt
VTT
15.04 KB
5.1 doctest_demo.py.py
PY
835 B
6. Doctests Exercise.html
HTML
221 B
7. Introduction to Unittest.mp4
MP4
43.51 MB
7. Introduction to Unittest.vtt
VTT
16.68 KB
7.1 tests.py.py
PY
1.59 KB
7.2 activities.py.py
PY
577 B
8. Other Types of Assertions.mp4
MP4
35.22 MB
8. Other Types of Assertions.vtt
VTT
11.09 KB
8.1 tests.py.py
PY
1.72 KB
8.2 activities.py.py
PY
626 B
9. Before and after hooks.mp4
MP4
22.63 MB
9. Before and after hooks.vtt
VTT
10.7 KB
9.1 robot.py.py
PY
628 B
9.2 robot_tests.py.py
PY
512 B
3. WINDOWS Command Line Fundamentals
1. Why Do You Need The Command Line.mp4
MP4
9.41 MB
1. Why Do You Need The Command Line.vtt
VTT
7.07 KB
1.1 SLIDES.html
HTML
106 B
10. Command Line Fundamentals II (Windows).html
HTML
134 B
2. Using Powershell.mp4
MP4
7.53 MB
2. Using Powershell.vtt
VTT
6.54 KB
3. Paths, LS, and PWD.mp4
MP4
6.33 MB
3. Paths, LS, and PWD.vtt
VTT
6.03 KB
4. Using The CD Command.mp4
MP4
12.22 MB
4. Using The CD Command.vtt
VTT
9.78 KB
5. Command Line Fundamentals (Windows).html
HTML
134 B
6. OPTIONAL Making Directories with MKDIR.mp4
MP4
5.9 MB
6. OPTIONAL Making Directories with MKDIR.vtt
VTT
4.54 KB
7. OPTIONAL Making Files (it's...complicated).mp4
MP4
11.12 MB
7. OPTIONAL Making Files (it's...complicated).vtt
VTT
8.51 KB
8. Creating a Touch Function.html
HTML
1.92 KB
9. OPTIONAL Removing Files and Folders with RM.mp4
MP4
9.91 MB
9. OPTIONAL Removing Files and Folders with RM.vtt
VTT
6.34 KB
30. File IO
1. Section Introduction.mp4
MP4
3.99 MB
1. Section Introduction.vtt
VTT
3.32 KB
1.1 SLIDES.html
HTML
98 B
10. copy_and_reverse.html
HTML
134 B
11. SOLUTION.html
HTML
464 B
12. statistics.html
HTML
134 B
13. SOLUTION.html
HTML
348 B
14. find_and_replace.html
HTML
134 B
15. SOLUTION.html
HTML
322 B
2. Reading Text Files Open and Read.mp4
MP4
20.59 MB
2. Reading Text Files Open and Read.vtt
VTT
8.04 KB
3. Reading Files Seek and Cursors.mp4
MP4
16.44 MB
3. Reading Files Seek and Cursors.vtt
VTT
10 KB
4. The With Statement.mp4
MP4
8.67 MB
4. The With Statement.vtt
VTT
4.89 KB
5. Writing to Text Files.mp4
MP4
10.44 MB
5. Writing to Text Files.vtt
VTT
5.02 KB
5.1 write.py.py
PY
331 B
6. File Modes.mp4
MP4
20.71 MB
6. File Modes.vtt
VTT
9.46 KB
6.1 file_modes.py.py
PY
573 B
7. Text Reading Quiz.html
HTML
134 B
8. copy.html
HTML
134 B
9. SOLUTION.html
HTML
545 B
31. Working With CSV and Pickling!
1. Reading CSV Files.mp4
MP4
45.04 MB
1. Reading CSV Files.vtt
VTT
16.65 KB
1.1 fighters.csv.csv
CSV
160 B
1.2 read.py.py
PY
835 B
10. SOLUTION.html
HTML
506 B
11. Pickling Time!.mp4
MP4
20.32 MB
11. Pickling Time!.vtt
VTT
9.34 KB
11.1 pickling_example.py.py
PY
764 B
12. Extra Fancy JSON Pickling.mp4
MP4
17.93 MB
12. Extra Fancy JSON Pickling.vtt
VTT
9.64 KB
12.1 json_demo.py.py
PY
359 B
12.2 json_pickle.py.py
PY
420 B
13. update_users.html
HTML
134 B
14. SOLUTION.html
HTML
631 B
15. delete_users.html
HTML
134 B
16. SOLUTION.html
HTML
559 B
2. Writing to CSV Files Writer.mp4
MP4
22.27 MB
2. Writing to CSV Files Writer.vtt
VTT
11.08 KB
2.1 writer.py.py
PY
515 B
2.2 scream.py.py
PY
673 B
3. Writing to CSV Files DictWriter.mp4
MP4
30.51 MB
3. Writing to CSV Files DictWriter.vtt
VTT
15.2 KB
3.1 convert.py.py
PY
489 B
3.2 writer.py.py
PY
515 B
4. CSV Quiz.html
HTML
134 B
5. add_user.html
HTML
134 B
6. SOLUTION.html
HTML
263 B
7. print_users.html
HTML
134 B
8. SOLUTION.html
HTML
292 B
9. find_user.html
HTML
134 B
32. Web Scraping with BeautifulSoup
1. Introduction to Web Scraping.mp4
MP4
25.44 MB
1. Introduction to Web Scraping.vtt
VTT
9.41 KB
1.1 SLIDES.html
HTML
98 B
2. Is Scraping...OK.mp4
MP4
28.79 MB
2. Is Scraping...OK.vtt
VTT
10.88 KB
3. Optional HTMLCSS Crash Course.mp4
MP4
36.1 MB
3. Optional HTMLCSS Crash Course.vtt
VTT
21.27 KB
4. Selecting with BeautifulSoup find().mp4
MP4
19.57 MB
4. Selecting with BeautifulSoup find().vtt
VTT
12.1 KB
4.1 bs_basics.py.py
PY
557 B
5. Selecting With BeautifulSoup CSS Style Selectors.mp4
MP4
9.2 MB
5. Selecting With BeautifulSoup CSS Style Selectors.vtt
VTT
5.07 KB
6. Accessing Data with Beautiful Soup.mp4
MP4
13.99 MB
6. Accessing Data with Beautiful Soup.vtt
VTT
8.57 KB
7. Navigating With BeautifulSoup.mp4
MP4
38.08 MB
7. Navigating With BeautifulSoup.vtt
VTT
16.81 KB
8. Our First Scraping Program.mp4
MP4
81.03 MB
8. Our First Scraping Program.vtt
VTT
21.27 KB
33. Web Scraping Project
1. Quote Scraping Project Intro.mp4
MP4
18.25 MB
1. Quote Scraping Project Intro.vtt
VTT
13.02 KB
2. Scraping Project.html
HTML
1.86 KB
3. Quote Scraping Project Part 1.mp4
MP4
42.03 MB
3. Quote Scraping Project Part 1.vtt
VTT
19.04 KB
4. Quote Scraping Project The Game Logic.mp4
MP4
65.32 MB
4. Quote Scraping Project The Game Logic.vtt
VTT
19.2 KB
5. Quote Scraping Project Refactoring.mp4
MP4
36.76 MB
5. Quote Scraping Project Refactoring.vtt
VTT
12.12 KB
6. Quote Scraping Project Adding CSV.mp4
MP4
41.69 MB
6. Quote Scraping Project Adding CSV.vtt
VTT
11.16 KB
7. Creating A Web Crawler with Scrapy.mp4
MP4
81.93 MB
7. Creating A Web Crawler with Scrapy.vtt
VTT
21.69 KB
34. Regular Expressions
1. Intro To Regular Expressions.mp4
MP4
18.53 MB
1. Intro To Regular Expressions.vtt
VTT
18.24 KB
1.1 Regex Slides For This Section.html
HTML
96 B
10. Regex Basics Logical Or and Capture Groups.mp4
MP4
14.83 MB
10. Regex Basics Logical Or and Capture Groups.vtt
VTT
12.79 KB
10.1 Pythex Regex Editor.html
HTML
80 B
11. Final Regex Quiz.html
HTML
134 B
12. Introduction to the RE Module.mp4
MP4
29.51 MB
12. Introduction to the RE Module.vtt
VTT
13.65 KB
12.1 RE Module Documentation.html
HTML
102 B
13. Validating Phone Numbers With Python.mp4
MP4
20.79 MB
13. Validating Phone Numbers With Python.vtt
VTT
12.77 KB
13.1 phone.py.py
PY
1.3 KB
14. Time Validating.html
HTML
134 B
15. SOLUTION.html
HTML
637 B
16. Parsing URLs with Python.mp4
MP4
15.21 MB
16. Parsing URLs with Python.vtt
VTT
11.62 KB
16.1 url.py.py
PY
349 B
17. Parsing Bytes Exericse.html
HTML
134 B
18. SOLUTION.html
HTML
626 B
19. Symbolic Group Names.mp4
MP4
8.41 MB
19. Symbolic Group Names.vtt
VTT
5.53 KB
19.1 names.py.py
PY
285 B
2. Writing Basic Regex.mp4
MP4
18.69 MB
2. Writing Basic Regex.vtt
VTT
13.3 KB
2.1 Regex Cheatsheet Reference.html
HTML
104 B
2.2 Pythex Regex Editor.html
HTML
80 B
20. Date Parsing Exercise.html
HTML
134 B
21. SOLUTION.html
HTML
844 B
22. Regex Compilation Flags.mp4
MP4
18.69 MB
22. Regex Compilation Flags.vtt
VTT
10.53 KB
22.1 flags.py.py
PY
398 B
23. Regex Substitution Basics.mp4
MP4
19 MB
23. Regex Substitution Basics.vtt
VTT
11.48 KB
23.1 redact.py.py
PY
191 B
24. Regex Profanity Filter.html
HTML
134 B
25. SOLUTION.html
HTML
653 B
26. Swapping File Names.mp4
MP4
16.31 MB
26. Swapping File Names.vtt
VTT
10.94 KB
26.1 books.py.py
PY
619 B
3. Regex Quiz.html
HTML
134 B
4. Regex Basics Quantifiers.mp4
MP4
13.73 MB
4. Regex Basics Quantifiers.vtt
VTT
9.54 KB
4.1 Pythex Regex Editor.html
HTML
80 B
5. Quick Quantifiers Quiz.html
HTML
134 B
6. Regex Basics Character Classes and Sets.mp4
MP4
8.15 MB
6. Regex Basics Character Classes and Sets.vtt
VTT
5.29 KB
6.1 Pythex Regex Editor.html
HTML
80 B
7. Character Class Quiz.html
HTML
134 B
8. Regex Basics Anchors and Boundaries.mp4
MP4
5.52 MB
8. Regex Basics Anchors and Boundaries.vtt
VTT
4.95 KB
8.1 Pythex Regex Editor.html
HTML
80 B
9. Quick Anchors and Boundaries Quiz.html
HTML
134 B
35. Python + SQL
1. Intro to Section.mp4
MP4
13.43 MB
1. Intro to Section.vtt
VTT
5.35 KB
10. SQL INJECTION!.mp4
MP4
54.25 MB
10. SQL INJECTION!.vtt
VTT
54.26 MB
10.1 password.py.py
PY
533 B
11. Scraping to a Database Pt. 1.mp4
MP4
208.55 MB
11. Scraping to a Database Pt. 1.vtt
VTT
24.51 KB
11.1 book_scraper.py.py
PY
1.18 KB
12. Scraping to a Database Pt. 2.mp4
MP4
80.57 MB
12. Scraping to a Database Pt. 2.vtt
VTT
8.54 KB
2. Installing SQLite3.mp4
MP4
22.64 MB
2. Installing SQLite3.vtt
VTT
4.63 KB
2.1 Windows Installation Video.html
HTML
104 B
2.2 SQLite Docs.html
HTML
94 B
3. SQL Basics Creating Tables.mp4
MP4
54.59 MB
3. SQL Basics Creating Tables.vtt
VTT
9.02 KB
4. SQL Basics Inserting.mp4
MP4
28.81 MB
4. SQL Basics Inserting.vtt
VTT
6.43 KB
5. SQL Basics Selecting.mp4
MP4
50.23 MB
5. SQL Basics Selecting.vtt
VTT
8.48 KB
6. Connecting to a DB With Python.mp4
MP4
33.43 MB
6. Connecting to a DB With Python.vtt
VTT
9.53 KB
6.1 friends.py.py
PY
684 B
7. Inserting With Python.mp4
MP4
56.54 MB
7. Inserting With Python.vtt
VTT
11.23 KB
8. Bulk Inserts With Python.mp4
MP4
35.34 MB
8. Bulk Inserts With Python.vtt
VTT
6.2 KB
8.1 bulk_insert.py.py
PY
560 B
9. Selecting With Python.mp4
MP4
30.76 MB
9. Selecting With Python.vtt
VTT
30.76 MB
9.1 select.py.py
PY
434 B
36. Massive Section of Challenges!
1. reverse_string.html
HTML
133 B
10. repeat.html
HTML
133 B
11. truncate.html
HTML
133 B
12. SOLUTIONS Part 2.html
HTML
1.16 KB
13. two_list_dictionary.html
HTML
133 B
14. range_in_list.html
HTML
133 B
15. same_frequency.html
HTML
133 B
16. nth.html
HTML
133 B
17. find_the_duplicate.html
HTML
133 B
18. SOLUTIONS Part 3.html
HTML
1.42 KB
19. sum_up_diagonals.html
HTML
133 B
2. list_check.html
HTML
133 B
20. min_max_key_in_dictionary.html
HTML
133 B
21. find_greater_numbers.html
HTML
133 B
22. two_oldest.html
HTML
133 B
23. is_odd_string.html
HTML
133 B
24. SOLUTIONS Part 4.html
HTML
1.07 KB
25. valid_parentheses.html
HTML
133 B
26. reverse_vowels.html
HTML
133 B
27. three_odd_numbers.html
HTML
133 B
28. mode.html
HTML
133 B
29. SOLUTION mode.html
HTML
2.19 KB
3. remove_every_other.html
HTML
133 B
30. running_average.html
HTML
133 B
31. SOLUTIONS Part 5.html
HTML
2.04 KB
32. letter_counter.html
HTML
133 B
33. once.html
HTML
133 B
34. Next Prime Generator.html
HTML
133 B
35. SOLUTIONS Part 6.html
HTML
857 B
4. sum_pairs.html
HTML
133 B
5. vowel_count.html
HTML
133 B
6. SOLUTIONS Part 1.html
HTML
1.01 KB
7. Titleize.html
HTML
133 B
8. find_factors.html
HTML
133 B
9. includes.html
HTML
133 B
4. MAC Python Setup
1. Installing Python MAC.mp4
MP4
10.54 MB
1. Installing Python MAC.vtt
VTT
4.32 KB
1.1 Python Homepage.html
HTML
84 B
2. Optional Installing Sublime Text.mp4
MP4
21.34 MB
2. Optional Installing Sublime Text.vtt
VTT
10.99 KB
2.1 Tutorial on setting up sublime symlink.html
HTML
135 B
2.2 Sublime Text.html
HTML
89 B
3. Our First Python Program!.mp4
MP4
9.77 MB
3. Our First Python Program!.vtt
VTT
7.06 KB
4. Say Your Name.html
HTML
134 B
5. SOLUTION.html
HTML
164 B
6. Important Note on Print and the Python Interpreter.mp4
MP4
6.04 MB
6. Important Note on Print and the Python Interpreter.vtt
VTT
4.77 KB
5. WINDOWS Python Setup
1. Installing Python On a PC.mp4
MP4
8.65 MB
1. Installing Python On a PC.vtt
VTT
7.57 KB
1.1 Python Homepage.html
HTML
84 B
1.2 How I Install Python 3 If I Already Have Python 2 Installed.html
HTML
104 B
2. Introducing Sublime Text.mp4
MP4
6.95 MB
2. Introducing Sublime Text.vtt
VTT
5.7 KB
2.1 Sublime Text.html
HTML
89 B
3. Your First Python Program.mp4
MP4
13.25 MB
3. Your First Python Program.vtt
VTT
8.14 KB
4. Print Your Name.html
HTML
134 B
5. SOLUTION.html
HTML
166 B
6. Important Note on Print and the Python Interpreter.mp4
MP4
4.4 MB
6. Important Note on Print and the Python Interpreter.vtt
VTT
4.82 KB
6. Numbers, Operators, and Comments
1. Section IntroductionObjectives.mp4
MP4
4.38 MB
1. Section IntroductionObjectives.vtt
VTT
4.09 KB
1.1 SLIDES.html
HTML
97 B
10. Introduction to the Python Documentation.mp4
MP4
12.26 MB
10. Introduction to the Python Documentation.vtt
VTT
3.06 KB
2. Numbers Ints and Floats.mp4
MP4
10.54 MB
2. Numbers Ints and Floats.vtt
VTT
6.87 KB
3. Quick Ints and Floats Quiz.html
HTML
134 B
4. Numbers Basic Math.mp4
MP4
8.09 MB
4. Numbers Basic Math.vtt
VTT
3.94 KB
5. Basic Math Refresher.html
HTML
134 B
6. Quick Note Comments.mp4
MP4
8.01 MB
6. Quick Note Comments.vtt
VTT
6.22 KB
7. One Question Quiz.html
HTML
134 B
8. Numbers Weirder Operators.mp4
MP4
14.4 MB
8. Numbers Weirder Operators.vtt
VTT
6.42 KB
9. Numbers Quiz.html
HTML
134 B
7. Variables and Strings
1. Variables and Data Types.mp4
MP4
4.17 MB
1. Variables and Data Types.vtt
VTT
3.89 KB
1.1 SLIDES.html
HTML
97 B
10. Double Vs. Single Quotes.mp4
MP4
8.1 MB
10. Double Vs. Single Quotes.vtt
VTT
4.94 KB
11. Make Some Variables!.html
HTML
134 B
12. SOLUTION.html
HTML
438 B
13. String Escape Sequences.mp4
MP4
16.38 MB
13. String Escape Sequences.vtt
VTT
6.25 KB
14. Escape Sequence Practice.html
HTML
134 B
15. SOLUTION.html
HTML
443 B
16. String Concatenation.mp4
MP4
15.4 MB
16. String Concatenation.vtt
VTT
6.86 KB
17. String Concatenation Exercise.html
HTML
134 B
18. SOLUTION.html
HTML
538 B
19. String Formatting.mp4
MP4
8.03 MB
19. String Formatting.vtt
VTT
4.45 KB
2. Introduction to Variables.mp4
MP4
14.83 MB
2. Introduction to Variables.vtt
VTT
9.62 KB
20. IMPORTANT Interpolation w Udemy Exercises.mp4
MP4
4.95 MB
20. IMPORTANT Interpolation w Udemy Exercises.vtt
VTT
3.67 KB
21. Formatting Strings.html
HTML
134 B
22. SOLUTION.html
HTML
421 B
23. Strings and Indexes (Indicies).mp4
MP4
5.33 MB
23. Strings and Indexes (Indicies).vtt
VTT
3.67 KB
24. Converting Data Types.mp4
MP4
14.22 MB
24. Converting Data Types.vtt
VTT
7.05 KB
25. Building a Mileage Convertor With User Input.mp4
MP4
22.49 MB
25. Building a Mileage Convertor With User Input.vtt
VTT
13.48 KB
25.1 mileage.py.py
PY
303 B
26. Variables and Data Types.html
HTML
133 B
3. Bank Robbery Money.html
HTML
134 B
4. SOLUTION.html
HTML
137 B
5. Variable Naming Restrictions and Conventions.mp4
MP4
13.18 MB
5. Variable Naming Restrictions and Conventions.vtt
VTT
8.37 KB
6. Data Types Overview.mp4
MP4
16.23 MB
6. Data Types Overview.vtt
VTT
11.08 KB
7. What The Heck is Dynamic Typing.mp4
MP4
4.3 MB
7. What The Heck is Dynamic Typing.vtt
VTT
3.48 KB
8. Super Quick One Question Quiz!.html
HTML
134 B
9. The Special Value NONE.mp4
MP4
6.27 MB
9. The Special Value NONE.vtt
VTT
4.59 KB
8. Boolean and Conditional Logic
1. Section Introduction and Objectives.mp4
MP4
4.81 MB
1. Section Introduction and Objectives.vtt
VTT
4.25 KB
1.1 SLIDES.html
HTML
115 B
10. The Joy of Comparison Operators.mp4
MP4
11.49 MB
10. The Joy of Comparison Operators.vtt
VTT
7.48 KB
11. Logical AND & OR.mp4
MP4
13.62 MB
11. Logical AND & OR.vtt
VTT
8.29 KB
12. Food Classifying Exercise.html
HTML
134 B
13. SOLUTION.html
HTML
433 B
14. LOGICAL NOT.mp4
MP4
16.83 MB
14. LOGICAL NOT.vtt
VTT
8.03 KB
15. Boolean Logic Principles.html
HTML
134 B
16. A Note on Is Vs. ==.mp4
MP4
8.53 MB
16. A Note on Is Vs. ==.vtt
VTT
6.63 KB
17. Bouncer Code-Along and Nested Conditionals.mp4
MP4
32.56 MB
17. Bouncer Code-Along and Nested Conditionals.vtt
VTT
15.48 KB
17.1 bouncer.py.py
PY
629 B
18. Boolean & Conditional Logic in Python.html
HTML
133 B
19. Positive or Negative Checking.html
HTML
134 B
2. Getting User Input.mp4
MP4
6.31 MB
2. Getting User Input.vtt
VTT
4.89 KB
2.1 input.py.py
PY
149 B
20. SOLUTION.html
HTML
709 B
21. Calling in Sick.html
HTML
134 B
22. SOLUTION.html
HTML
715 B
3. Intro to Conditionals.mp4
MP4
16.16 MB
3. Intro to Conditionals.vtt
VTT
10.09 KB
3.1 firstExample.py.py
PY
156 B
4. Lucky Number 7.html
HTML
134 B
5. SOLUTION.html
HTML
247 B
6. Number is Odd.html
HTML
134 B
7. SOLUTION.html
HTML
322 B
8. Multiple Elifs.mp4
MP4
3.89 MB
8. Multiple Elifs.vtt
VTT
2.8 KB
8.1 logic.py.py
PY
281 B
9. A Word on Truthiness + A Quick Example.mp4
MP4
11.93 MB
9. A Word on Truthiness + A Quick Example.vtt
VTT
7.27 KB
9.1 truthiness.py.py
PY
140 B
9. Rock, Paper, Scissors
1. Rock, Paper, Scissor Mini Project BASIC Version.mp4
MP4
6.16 MB
1. Rock, Paper, Scissor Mini Project BASIC Version.vtt
VTT
4.56 KB
1.1 rock_paper_scissor.py.py
PY
177 B
2. RPS Mini Project BASIC Version Solution.mp4
MP4
16.08 MB
2. RPS Mini Project BASIC Version Solution.vtt
VTT
9.09 KB
2.1 v1.py.py
PY
672 B
3. RPS Mini Project Refactoring Time.mp4
MP4
22.79 MB
3. RPS Mini Project Refactoring Time.vtt
VTT
10.07 KB
3.1 v2.py.py
PY
647 B
4. Another Cleaner RPS Solution.html
HTML
1.01 KB
5. RPS Mini Project Playing Against The Computer.mp4
MP4
6.93 MB
5. RPS Mini Project Playing Against The Computer.vtt
VTT
4.46 KB
6. RPS Mini Project Computer AI Solution.mp4
MP4
34.22 MB
6. RPS Mini Project Computer AI Solution.vtt
VTT
13.67 KB
6.1 v3.py.py
PY
720 B
[Tutorialsplanet.NET].url
URL
128 B

Description

Related Torrents

Location

Trackers

Tracker name
ahttp://0d.kebhana.mx:443/announce
udp://bigfoot1942.sektori.org:6969/announce
https://tracker.fastdownload.xyz:443/announce
https://opentracker.xyz:443/announce
http://open.trackerlist.xyz:80/announce
http://torrent.nwps.ws:80/announce
udp://tracker.port443.xyz:6969/announce
udp://tracker.tiny-vps.com:6969/announce
http://t.nyaatracker.com:80/announce
udp://tracker.birkenwald.de:6969/announce
udp://tracker.vanitycore.co:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://retracker.lanta-net.ru:2710/announce
udp://retracker.hotplug.ru:2710/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://coppersurfer.tk:6969/announce
Torrent hash: