|
|
01 - Course Introduction
|
|
|
02 - Setup the Programming Environment
|
|
|
03 - Python Basics
|
|
|
04 - Hands-On Challenges Python Basics
|
|
|
05 - Strings in Python
|
|
|
06 - Hands-On Challenges Python Strings
|
|
|
07 - Program Flow Control in Python
|
|
|
08 - Python Loops
|
|
|
09 - Hands-On Challenges Flow Control and Loops
|
|
|
10 - Lists in Python
|
|
001 Intro to Lists.mp4
|
MP4
|
14.98 MB
|
|
|
001 Intro to Lists_en.srt
|
SRT
|
8.45 KB
|
|
|
001 Python-07-Lists.pdf
|
PDF
|
141.05 KB
|
|
|
001 Slides-List-Operations.pdf
|
PDF
|
25.84 KB
|
|
|
002 List Concatenation, Append and Extend.mp4
|
MP4
|
10.02 MB
|
|
|
002 List Concatenation, Append and Extend_en.srt
|
SRT
|
3.81 KB
|
|
|
003 List Slicing and Iteration.mp4
|
MP4
|
16.88 MB
|
|
|
003 List Slicing and Iteration_en.srt
|
SRT
|
5.91 KB
|
|
|
004 Python List Gotchas.mp4
|
MP4
|
42.2 MB
|
|
|
004 Python List Gotchas_en.srt
|
SRT
|
7.54 KB
|
|
|
005 Coding Exercise Solution.html
|
HTML
|
343 B
|
|
|
006 List Methods Part 1 Append, Extend, Insert, Copy, Clear, Pop, Remove.mp4
|
MP4
|
21.38 MB
|
|
|
006 List Methods Part 1 Append, Extend, Insert, Copy, Clear, Pop, Remove_en.srt
|
SRT
|
8.91 KB
|
|
|
007 List Methods Part 2 Index, Count, Sort, Max, Min and Sum.mp4
|
MP4
|
20.52 MB
|
|
|
007 List Methods Part 2 Index, Count, Sort, Max, Min and Sum_en.srt
|
SRT
|
8.58 KB
|
|
|
008 Slides-List-Split-and-Join.pdf
|
PDF
|
22.52 KB
|
|
|
008 String to List and List to String Split and Join.mp4
|
MP4
|
7.37 MB
|
|
|
008 String to List and List to String Split and Join_en.srt
|
SRT
|
3.46 KB
|
|
|
009 Project Extract IPv4, IPv6 and MAC Addresses.mp4
|
MP4
|
22.95 MB
|
|
|
009 Project Extract IPv4, IPv6 and MAC Addresses_en.srt
|
SRT
|
7.53 KB
|
|
|
009 list-project-extract-ip.py
|
PY
|
516 B
|
|
|
010 Coding Exercise Solution.html
|
HTML
|
219 B
|
|
|
011 Coding Exercise Solution.html
|
HTML
|
674 B
|
|
|
012 List Comprehension - Part 1.mp4
|
MP4
|
13.13 MB
|
|
|
012 List Comprehension - Part 1_en.srt
|
SRT
|
6 KB
|
|
|
013 List Comprehension - Part 2.mp4
|
MP4
|
15.43 MB
|
|
|
013 List Comprehension - Part 2_en.srt
|
SRT
|
6.44 KB
|
|
|
014 Project Countries With the LongestShortest Names.mp4
|
MP4
|
54.02 MB
|
|
|
014 Project Countries With the LongestShortest Names_en.srt
|
SRT
|
5.45 KB
|
|
|
014 list-project-countries.py
|
PY
|
4.21 KB
|
|
|
015 Coding Exercise Solution.html
|
HTML
|
168 B
|
|
|
016 Python Lists Cheat Sheet.html
|
HTML
|
577 B
|
|
|
GetFreeCourses.Co.url
|
URL
|
116 B
|
|
|
|
11 - Hands-On Challenges Lists
|
|
|
12 - Tuples in Python
|
|
|
13 - Sets and Frozensets in Python
|
|
001 Intro to Sets.mp4
|
MP4
|
25.15 MB
|
|
|
001 Intro to Sets_en.srt
|
SRT
|
10.23 KB
|
|
|
001 Python-09-Sets.pdf
|
PDF
|
251.96 KB
|
|
|
002 Coding Exercise Solution.html
|
HTML
|
669 B
|
|
|
003 Set Methods Part 1 Add, Remove, Discard, Pop, Clear, Copy.mp4
|
MP4
|
15.08 MB
|
|
|
003 Set Methods Part 1 Add, Remove, Discard, Pop, Clear, Copy_en.srt
|
SRT
|
6.86 KB
|
|
|
004 Set Methods Part 2 Union, Intersection, Difference, Symmetric Difference.mp4
|
MP4
|
40.9 MB
|
|
|
004 Set Methods Part 2 Union, Intersection, Difference, Symmetric Difference_en.srt
|
SRT
|
7.25 KB
|
|
|
004 Set-Methods.url
|
URL
|
75 B
|
|
|
005 Coding Exercise Solution.html
|
HTML
|
555 B
|
|
|
006 Set Time Complexity and Big-O Notation.mp4
|
MP4
|
19.38 MB
|
|
|
006 Set Time Complexity and Big-O Notation_en.srt
|
SRT
|
7.8 KB
|
|
|
007 Fronzensets.mp4
|
MP4
|
24.24 MB
|
|
|
007 Fronzensets_en.srt
|
SRT
|
5.24 KB
|
|
|
008 Python Sets Cheat Sheet.html
|
HTML
|
575 B
|
|
|
external-links.txt
|
TXT
|
69 B
|
|
|
|
14 - Dictionaries in Python
|
|
|
15 - Hands-On Challenges Sets and Dictionaries
|
|
|
16 - Functions in Python
|
|
|
17 - Hands-On Coding Challenges - Functions
|
|
|
18 - Working with Text Files in Python
|
|
|
19 - Hands-On Coding Challenges - Working With Text Files
|
|
|
20 - Errors and Exception Handling
|
|
|
21 - Object Oriented Programming Classes and Objects
|
|
|
22 - Your First Milestone
|
|
|
23 - MASSIVE SECTION OF CODING CHALLENGE EXERCISES
|
|
|
24 - Working with Python Modules
|
|
|
25 - Very Useful Python Built-in Modules
|
|
|
26 - Decorators in Python
|
|
|
27 - Working with CSV Files in Python
|
|
|
28 - Hands-On Coding Challenges - Working With CSV Files
|
|
|
29 - Data Serialization and Deserialization in Python (Pickle and JSON)
|
|
|
30 - Working with Excel Files in Python
|
|
|
31 - Hands-On Coding Challenges - Working With Excel Files
|
|
|
32 - Working with SQL Databases in Python
|
|
|
33 - Data Analysis with Pandas
|
|
|
34 - Interactive Data Visualization with Plotly
|
|
|
35 - Requests and Web Scraping with Python
|
|
|
36 - Python Multiprocessing and Multithreading In Depth
|
|
|
37 - Building Concurrent Applications Using Async IO
|
|
|
38 - [EXTRA] Network Automation with Python
|
|
|
39 - Course Completion
|
|
|
Download Paid Udemy Courses For Free.url
|
URL
|
116 B
|
|
|
GetFreeCourses.Co.url
|
URL
|
116 B
|