|
|
0. Websites you may like
|
|
|
1. Course Introduction
|
|
|
10. Looping in Python
|
|
|
11. Guessing Game
|
|
|
12. Lists
|
|
1. Intro to Lists and Objectives.mp4
|
MP4
|
11.34 MB
|
|
|
1. Intro to Lists and Objectives.srt
|
SRT
|
11.13 KB
|
|
|
1.1 SLIDES.html
|
HTML
|
99 B
|
|
|
10. SOLUTION.html
|
HTML
|
668 B
|
|
|
11. List Methods Append, Insert, and Extend.mp4
|
MP4
|
16.64 MB
|
|
|
11. List Methods Append, Insert, and Extend.srt
|
SRT
|
12.27 KB
|
|
|
12. Lists Basics Exercise.html
|
HTML
|
138 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,.srt
|
SRT
|
10.6 KB
|
|
|
15. Lists Quiz.html
|
HTML
|
137 B
|
|
|
16. List Methods Index, Count, Sort, Reverse, and Join.mp4
|
MP4
|
17.98 MB
|
|
|
16. List Methods Index, Count, Sort, Reverse, and Join.srt
|
SRT
|
13.47 KB
|
|
|
17. Lists Methods Exercise.html
|
HTML
|
138 B
|
|
|
18. SOLUTION.html
|
HTML
|
430 B
|
|
|
19. Slices.mp4
|
MP4
|
27.33 MB
|
|
|
19. Slices.srt
|
SRT
|
21.26 KB
|
|
|
2. Creating Lists.mp4
|
MP4
|
8.85 MB
|
|
|
2. Creating Lists.srt
|
SRT
|
6.89 KB
|
|
|
20. Slices Quiz.html
|
HTML
|
137 B
|
|
|
21. Swapping Values in Lists.mp4
|
MP4
|
2.57 MB
|
|
|
21. Swapping Values in Lists.srt
|
SRT
|
2.58 KB
|
|
|
3. Creating Lists Exercise.html
|
HTML
|
138 B
|
|
|
4. SOLUTION.html
|
HTML
|
201 B
|
|
|
5. Accessing Data in Lists.mp4
|
MP4
|
10.92 MB
|
|
|
5. Accessing Data in Lists.srt
|
SRT
|
7.51 KB
|
|
|
6. Accessing List Data.html
|
HTML
|
138 B
|
|
|
7. SOLUTION.html
|
HTML
|
411 B
|
|
|
8. Iterating Over Lists.mp4
|
MP4
|
14.24 MB
|
|
|
8. Iterating Over Lists.srt
|
SRT
|
10.38 KB
|
|
|
9. List Iteration Exercise.html
|
HTML
|
138 B
|
|
|
|
13. Lists Comprehensions
|
|
|
14. Dictionaries
|
|
1. Intro To Dictionaries Creating Dictionaries.mp4
|
MP4
|
15.75 MB
|
|
|
1. Intro To Dictionaries Creating Dictionaries.srt
|
SRT
|
13.12 KB
|
|
|
1.1 SLIDES.html
|
HTML
|
99 B
|
|
|
10. Using In With Dictionaries.mp4
|
MP4
|
8.24 MB
|
|
|
10. Using In With Dictionaries.srt
|
SRT
|
4.91 KB
|
|
|
11. Dictionary Methods Clear, Copy, Fromkeys, and Get.mp4
|
MP4
|
18.29 MB
|
|
|
11. Dictionary Methods Clear, Copy, Fromkeys, and Get.srt
|
SRT
|
12.67 KB
|
|
|
12. Dictionary Access.html
|
HTML
|
138 B
|
|
|
13. SOLUTION.html
|
HTML
|
1.37 KB
|
|
|
14. Fromkeys Exercise.html
|
HTML
|
138 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.srt
|
SRT
|
8.24 KB
|
|
|
17. Dictionary Methods Exercise.html
|
HTML
|
138 B
|
|
|
18. SOLUTION.html
|
HTML
|
368 B
|
|
|
19. Spotify Playlist Example.mp4
|
MP4
|
17.93 MB
|
|
|
19. Spotify Playlist Example.srt
|
SRT
|
13.29 KB
|
|
|
19.1 playlist.py
|
PY
|
382 B
|
|
|
2. Dictionary Creation Exercise.html
|
HTML
|
138 B
|
|
|
20. Dictionary Comprehension.mp4
|
MP4
|
16.51 MB
|
|
|
20. Dictionary Comprehension.srt
|
SRT
|
11.08 KB
|
|
|
21. Dictionaries Quiz.html
|
HTML
|
138 B
|
|
|
3. SOLUTION.html
|
HTML
|
469 B
|
|
|
4. Accessing Data in Dictionaries.mp4
|
MP4
|
6.4 MB
|
|
|
4. Accessing Data in Dictionaries.srt
|
SRT
|
5.28 KB
|
|
|
5. Access Data in a Dictionary Exercise.html
|
HTML
|
138 B
|
|
|
6. SOLUTION.html
|
HTML
|
929 B
|
|
|
7. Iterating Dictionaries.mp4
|
MP4
|
14.07 MB
|
|
|
7. Iterating Dictionaries.srt
|
SRT
|
8.14 KB
|
|
|
8. Totaling Donations Exercise.html
|
HTML
|
138 B
|
|
|
9. SOLUTION.html
|
HTML
|
940 B
|
|
|
|
15. Dictionary Exercises
|
|
|
16. Tuples and Sets
|
|
|
17. Functions Part I
|
|
|
18. Functions Exercises
|
|
|
19. Functions Part II
|
|
|
2. MACLINUX Command Line Fundamentals
|
|
|
20. Lambdas and Built-In Functions
|
|
|
21. Debugging and Error Handling
|
|
|
22. Modules
|
|
|
23. OPTIONAL SECTION Making HTTP Requests with Python
|
|
|
24. Object Oriented Programming
|
|
|
25. Deck Of Cards Exercise
|
|
|
26. OOP Part 2
|
|
|
27. Iterators & Generators
|
|
|
28. Decorators
|
|
|
29. Testing With Python
|
|
|
3. WINDOWS Command Line Fundamentals
|
|
|
30. File IO
|
|
|
31. Working With CSV and Pickling!
|
|
|
32. Web Scraping with BeautifulSoup
|
|
|
33. Web Scraping Project
|
|
|
34. Regular Expressions
|
|
|
35. Python + SQL
|
|
|
36. Massive Section of Challenges!
|
|
|
4. MAC Python Setup
|
|
|
5. WINDOWS Python Setup
|
|
|
6. Numbers, Operators, and Comments
|
|
|
7. Variables and Strings
|
|
|
8. Boolean and Conditional Logic
|
|
|
9. Rock, Paper, Scissors
|
|
|
Verify Files.txt
|
TXT
|
1.01 KB
|
|
|
[FreeAllCourse.Com].url
|
URL
|
52 B
|