/1. Introduction - What's This Course All About/
|
1. What Will You Learn What Benefits You Get From Taking This Course.mp4
|
121.4 MB
|
1. What Will You Learn What Benefits You Get From Taking This Course.vtt
|
13.2 KB
|
2. Upcoming Free Updates - More value for the price you already paid!.html
|
3.8 KB
|
3. Quick Introductory Note.mp4
|
10.0 MB
|
3. Quick Introductory Note.vtt
|
1.7 KB
|
4. How to Ask Good Questions on Udemy.mp4
|
20.9 MB
|
4. How to Ask Good Questions on Udemy.vtt
|
3.6 KB
|
5. Join the PRIVATE DISCORD COMMUNITY!.html
|
4.0 KB
|
6. FAQ - Check This First If You Run Into Any Issues.html
|
13.3 KB
|
/10. INTERMEDIATE LEVEL Python 3 - Conditionals, Loops and Exceptions/
|
1. Python 3 Conditionals - If Elif Else.mp4
|
86.1 MB
|
1. Python 3 Conditionals - If Elif Else.vtt
|
17.4 KB
|
1.1 if Statements.html
|
0.1 KB
|
10. Notebook - Break Continue Pass.html
|
1.1 KB
|
11. Python 3 - Exceptions.mp4
|
21.2 MB
|
11. Python 3 - Exceptions.vtt
|
3.0 KB
|
11.1 Errors and Exceptions.html
|
0.1 KB
|
11.2 Built-in Exceptions.html
|
0.1 KB
|
12. Python 3 - Try Except Else Finally.mp4
|
61.5 MB
|
12. Python 3 - Try Except Else Finally.vtt
|
11.9 KB
|
12.1 Handling Exceptions.html
|
0.1 KB
|
13. Notebook - Try Except Else Finally.html
|
0.9 KB
|
14. Conditionals and Loops - Quiz.html
|
0.1 KB
|
15. Coding Exercise - Evaluate the Result of an ifelifelse Code Block.html
|
0.1 KB
|
16. Coding Exercise Solution.html
|
0.1 KB
|
17. Coding Exercise - Evaluate the Result of an ifelifelse Code Block.html
|
0.1 KB
|
18. Coding Exercise Solution.html
|
0.1 KB
|
19. Coding Exercise - Evaluate the Result of an ifelifelse Code Block.html
|
0.1 KB
|
2. Notebook - If Elif Else Conditionals.html
|
0.8 KB
|
20. Coding Exercise Solution.html
|
0.1 KB
|
3. Python 3 Loops - For For-Else.mp4
|
47.7 MB
|
3. Python 3 Loops - For For-Else.vtt
|
9.9 KB
|
3.1 For loops.html
|
0.1 KB
|
4. Notebook - For For-Else Loops.html
|
0.7 KB
|
5. Python 3 Loops - While While-Else.mp4
|
31.4 MB
|
5. Python 3 Loops - While While-Else.vtt
|
7.1 KB
|
5.1 While loops.html
|
0.1 KB
|
6. Notebook - While While-Else Loops.html
|
0.4 KB
|
7. Python 3 Nesting - If For While.mp4
|
47.8 MB
|
7. Python 3 Nesting - If For While.vtt
|
12.1 KB
|
7.1 Python nested loops.html
|
0.1 KB
|
7.2 Python 3 - Nested IF Statements.html
|
0.1 KB
|
8. Notebook - Nesting.html
|
0.8 KB
|
9. Python 3 - Break Continue Pass.mp4
|
51.5 MB
|
9. Python 3 - Break Continue Pass.vtt
|
9.7 KB
|
9.1 break and continue Statements.html
|
0.2 KB
|
/11. INTERMEDIATE LEVEL Python 3 - Handling Errors and Exceptions in Python/
|
1. Python 3 - Fixing Syntax Errors.mp4
|
35.3 MB
|
1. Python 3 - Fixing Syntax Errors.vtt
|
7.0 KB
|
2. Python 3 - Fixing Exceptions.mp4
|
69.4 MB
|
2. Python 3 - Fixing Exceptions.vtt
|
11.6 KB
|
3. Handling Errors and Exceptions - Quiz.html
|
0.1 KB
|
/12. INTERMEDIATE LEVEL Python 3 - Functions and Modules/
|
1. Python 3 Functions - Basics.mp4
|
77.4 MB
|
1. Python 3 Functions - Basics.vtt
|
11.5 KB
|
10. Functions - Quiz.html
|
0.1 KB
|
11. Coding Exercise - Write a Function That Prints Out a String.html
|
0.1 KB
|
12. Coding Exercise Solution.html
|
0.1 KB
|
13. Coding Exercise - Write a Function That Returns a Result.html
|
0.1 KB
|
14. Coding Exercise Solution.html
|
0.1 KB
|
15. Coding Exercise - Add the Missing Code to a Function.html
|
0.1 KB
|
16. Coding Exercise Solution.html
|
0.1 KB
|
2. Python 3 Functions - Arguments.mp4
|
68.2 MB
|
2. Python 3 Functions - Arguments.vtt
|
9.7 KB
|
2.1 Python ProgrammingFunctions.html
|
0.1 KB
|
3. Notebook - Functions - Basics.html
|
1.1 KB
|
4. Python 3 Functions - Namespaces.mp4
|
86.0 MB
|
4. Python 3 Functions - Namespaces.vtt
|
13.3 KB
|
4.1 Namespaces and Scopes.html
|
0.1 KB
|
5. Python 3 Modules - Importing.mp4
|
72.7 MB
|
5. Python 3 Modules - Importing.vtt
|
14.1 KB
|
5.1 The import system.html
|
0.1 KB
|
5.1 What does if __name__ == “__main__” do.html
|
0.1 KB
|
5.2 __main__ — Top-level script environment.html
|
0.1 KB
|
5.3 The import system.html
|
0.1 KB
|
5.3 What does if __name__ == “__main__” do.html
|
0.1 KB
|
6. Python 3 Modules - Helpful Functions dir() and help().mp4
|
26.9 MB
|
6. Python 3 Modules - Helpful Functions dir() and help().vtt
|
26.9 MB
|
6.1 dir.html
|
0.1 KB
|
6.1 help.html
|
0.1 KB
|
6.2 dir.html
|
0.1 KB
|
6.2 help.html
|
0.1 KB
|
7. Notebook - Modules and Importing.html
|
0.5 KB
|
8. Python 3 Modules - Installing a Non-Default Module in Windows.mp4
|
27.8 MB
|
8. Python 3 Modules - Installing a Non-Default Module in Windows.vtt
|
4.2 KB
|
8.1 Installing Python Modules.html
|
0.1 KB
|
9. Python 3 Modules - Installing a Non-Default Module in macOS.html
|
0.4 KB
|
/13. INTERMEDIATE LEVEL Python 3 - File Operations/
|
1. Python 3 Files - Opening & Reading.mp4
|
85.8 MB
|
1. Python 3 Files - Opening & Reading.vtt
|
14.6 KB
|
10. Coding Exercise Solution.html
|
0.2 KB
|
11. Coding Exercise - Pick the Appropriate File Access Mode.html
|
0.1 KB
|
12. Coding Exercise Solution.html
|
0.2 KB
|
13. Coding Exercise - Pick the Appropriate File Access Mode, Method and Index.html
|
0.1 KB
|
14. Coding Exercise Solution.html
|
0.3 KB
|
2. Python 3 Files - Quick Note for Windows Users.mp4
|
15.9 MB
|
2. Python 3 Files - Quick Note for Windows Users.vtt
|
3.1 KB
|
3. Python 3 Files - Writing & Appending.mp4
|
55.3 MB
|
3. Python 3 Files - Writing & Appending.vtt
|
9.9 KB
|
3.1 Python 3 - Files IO.html
|
0.1 KB
|
3.1 Reading and Writing Files.html
|
0.1 KB
|
3.2 Python 3 - Files IO.html
|
0.1 KB
|
3.2 Reading and Writing Files.html
|
0.1 KB
|
4. Python 3 Files - Closing. The with Method.mp4
|
23.2 MB
|
4. Python 3 Files - Closing. The with Method.vtt
|
3.1 KB
|
4.1 Python 3 -File close() Method.html
|
0.1 KB
|
5. Python 3 Files - Deleting File Contents.mp4
|
32.1 MB
|
5. Python 3 Files - Deleting File Contents.vtt
|
6.0 KB
|
6. Python 3 Files - Access Modes Summary.html
|
0.5 KB
|
7. Notebook - File Operations.html
|
2.0 KB
|
8. File Operations - Quiz.html
|
0.1 KB
|
9. Coding Exercise - Add the Missing Code for Reading a File.html
|
0.1 KB
|
/14. ADVANCED LEVEL Python 3 - Regular Expressions/
|
1. Python 3 Regex - match() & search().mp4
|
117.0 MB
|
1. Python 3 Regex - match() & search().vtt
|
20.2 KB
|
10. Coding Exercise - Replace a Character Class with a Certain Character.html
|
0.1 KB
|
11. Coding Exercise Solution.html
|
0.1 KB
|
2. Python 3 Regex - findall() & sub().mp4
|
39.0 MB
|
2. Python 3 Regex - findall() & sub().vtt
|
0.0 KB
|
2.1 Regular Expression HOWTO.html
|
0.1 KB
|
2.2 re — Regular expression operations.html
|
0.1 KB
|
3. Python 3 Regex - Regular Expressions Summary.html
|
0.2 KB
|
4. Notebook - Regular Expressions.html
|
2.4 KB
|
5. Regular Expressions - Quiz.html
|
0.1 KB
|
6. Coding Exercise - Extract a Group Using the search() Method (Non-Greedy).html
|
0.1 KB
|
7. Coding Exercise Solution.html
|
0.2 KB
|
8. Coding Exercise - Extract a Group Using the search() Method (Greedy).html
|
0.1 KB
|
9. Coding Exercise Solution.html
|
0.2 KB
|
/15. ADVANCED LEVEL Python 3 - Classes and Objects/
|
1. Python 3 Classes - Objects.mp4
|
83.4 MB
|
1. Python 3 Classes - Objects.vtt
|
14.4 KB
|
10. Coding Exercise Solution.html
|
0.3 KB
|
2. Python 3 Classes - Inheritance.mp4
|
50.4 MB
|
2. Python 3 Classes - Inheritance.vtt
|
7.6 KB
|
2.1 Classes.html
|
0.1 KB
|
3. Notebook - Classes and Objects.html
|
1.9 KB
|
4. Classes - Quiz.html
|
0.1 KB
|
5. Coding Exercise - Update an Object Attribute (version 1).html
|
0.1 KB
|
6. Coding Exercise Solution.html
|
0.4 KB
|
7. Coding Exercise - Update an Object Attribute (version 2).html
|
0.1 KB
|
8. Coding Exercise Solution.html
|
0.4 KB
|
9. Coding Exercise - Check if an Object Exists or Not.html
|
0.1 KB
|
/16. ADVANCED LEVEL Python 3 - Other Advanced Concepts/
|
1. Python 3 - List Set Dictionary Comprehensions.mp4
|
42.5 MB
|
1. Python 3 - List Set Dictionary Comprehensions.vtt
|
5.7 KB
|
1.1 Nested List Comprehensions.html
|
0.1 KB
|
1.2 List Comprehensions.html
|
0.1 KB
|
10. Notebook - map() and filter().html
|
0.7 KB
|
11. Coding Exercise - Filtering the Results of a Lambda Function.html
|
0.1 KB
|
12. Coding Exercise Solution.html
|
0.1 KB
|
13. Python 3 - Iterators and Generators.mp4
|
55.3 MB
|
13. Python 3 - Iterators and Generators.vtt
|
8.0 KB
|
14. Notebook - Iterators and Generators.html
|
1.3 KB
|
15. Coding Exercise - Create a Generator Object.html
|
0.1 KB
|
16. Coding Exercise Solution.html
|
0.2 KB
|
17. Python 3 - Itertools.mp4
|
42.9 MB
|
17. Python 3 - Itertools.vtt
|
7.4 KB
|
17.1 itertools.html
|
0.1 KB
|
18. Notebook - Itertools.html
|
1.3 KB
|
19. Coding Exercise - Get the Odd Integers from a Range, Using a Special Function.html
|
0.1 KB
|
2. Notebook - List Set Dictionary Comprehensions.html
|
0.4 KB
|
20. Coding Exercise Solution.html
|
0.1 KB
|
21. Python 3 - Decorators.mp4
|
16.6 MB
|
21. Python 3 - Decorators.vtt
|
3.4 KB
|
21.1 PEP 318 -- Decorators for Functions and Methods.html
|
0.1 KB
|
22. Notebook - Decorators.html
|
0.5 KB
|
23. Coding Exercise - Write Your First Decorator.html
|
0.1 KB
|
24. Coding Exercise Solution.html
|
0.3 KB
|
25. Python 3 - Threading Basics.mp4
|
44.7 MB
|
25. Python 3 - Threading Basics.vtt
|
6.6 KB
|
25.1 threading — Thread-based parallelism.html
|
0.1 KB
|
26. Notebook - Threading Basics.html
|
0.3 KB
|
27. Python 3 - Coding Best Practices.mp4
|
21.8 MB
|
27. Python 3 - Coding Best Practices.vtt
|
3.3 KB
|
27.1 PEP 8 -- Style Guide for Python Code.html
|
0.1 KB
|
28. Advanced Concepts - Quiz.html
|
0.1 KB
|
29. You're Halfway There!.mp4
|
47.0 MB
|
29. You're Halfway There!.vtt
|
5.4 KB
|
3. Coding Exercise - Write a List Comprehension.html
|
0.1 KB
|
4. Coding Exercise Solution.html
|
0.1 KB
|
5. Python 3 - Lambda Functions.mp4
|
39.7 MB
|
5. Python 3 - Lambda Functions.vtt
|
5.5 KB
|
5.1 Lambda Expressions.html
|
0.1 KB
|
6. Notebook - Lambda Functions.html
|
0.6 KB
|
7. Coding Exercise - Write a Lambda Function.html
|
0.1 KB
|
8. Coding Exercise Solution.html
|
0.1 KB
|
9. Python 3 - map() and filter().mp4
|
21.8 MB
|
9. Python 3 - map() and filter().vtt
|
3.0 KB
|
9.1 map().html
|
0.1 KB
|
9.2 filter().html
|
0.1 KB
|
/17. GENERAL RECAP Python 3 - Cheat Sheet and 200+ Pages E-Book/
|
1. Python 3 - Cheat Sheet.html
|
30.7 KB
|
1.1 Python 3 Beginner's Cheat Sheet Udemy.pdf.pdf
|
531.5 KB
|
2. Python 3 - 200+ Pages E-book.html
|
327.6 KB
|
2.1 Python 3 Complete Masterclass E-Book.pdf.pdf
|
1.3 MB
|
/18. PROJECT - APPLICATION Build a Scientific Calculator with Python 3/
|
1. Planning the Application.mp4
|
24.5 MB
|
1. Planning the Application.vtt
|
3.6 KB
|
2. Designing and Building the User Menu.mp4
|
16.2 MB
|
2. Designing and Building the User Menu.vtt
|
4.0 KB
|
3. Implementing Addition, Subtraction, Multiplication, Division.mp4
|
47.7 MB
|
3. Implementing Addition, Subtraction, Multiplication, Division.vtt
|
7.6 KB
|
4. Implementing Modulo, Raising to a Power, Square Root, Logarithm.mp4
|
35.1 MB
|
4. Implementing Modulo, Raising to a Power, Square Root, Logarithm.vtt
|
4.3 KB
|
5. Implementing Trigonometric Functions sin, cos, tan.mp4
|
35.7 MB
|
5. Implementing Trigonometric Functions sin, cos, tan.vtt
|
4.4 KB
|
5.1 Introduction to Trigonometry.html
|
0.1 KB
|
5.2 Trigonometric Tables.html
|
0.1 KB
|
6. Testing Each Function of the Application.mp4
|
46.6 MB
|
6. Testing Each Function of the Application.vtt
|
4.4 KB
|
7. Download the Code - Interactive Scientific Calculator.html
|
5.3 KB
|
7.1 Calculator-Py3.py.py
|
5.3 KB
|
8. Creating Executable Files (.exe) from Python Scripts (.py).mp4
|
42.7 MB
|
8. Creating Executable Files (.exe) from Python Scripts (.py).vtt
|
5.1 KB
|
8.1 Making a Stand Alone Executable from a Python Script using PyInstaller.html
|
0.2 KB
|
8.2 PyInstaller Manual.html
|
0.1 KB
|
/19. SUPERHERO LEVEL Automate Excel Tasks with Python 3/
|
1. Setting Up the Working Environment.mp4
|
24.1 MB
|
1. Setting Up the Working Environment.vtt
|
3.1 KB
|
1.1 Employees.xlsx.xlsx
|
7.6 KB
|
1.2 openpyxl.html
|
0.1 KB
|
10. Download the Excel-Python Cheat Sheet.html
|
7.1 KB
|
10.1 Excel-Python Cheat Sheet.py.py
|
7.4 KB
|
11. APPLICATION - Migrating Records from a Text File to an Excel Workbook.mp4
|
204.1 MB
|
11. APPLICATION - Migrating Records from a Text File to an Excel Workbook.vtt
|
21.3 KB
|
12. Download the Code - Excel Application.html
|
2.6 KB
|
12.1 employees.txt.txt
|
0.6 KB
|
12.2 MyCompanyStaff.xlsx.xlsx
|
6.3 KB
|
12.3 Excel-Application.py.py
|
2.6 KB
|
13. Automate Excel Tasks with Python 3 - Quiz.html
|
0.1 KB
|
2. Loading an Excel Workbook In Python and CreatingRemoving Sheets.mp4
|
60.5 MB
|
2. Loading an Excel Workbook In Python and CreatingRemoving Sheets.vtt
|
6.8 KB
|
3. Notebook - Handling Workbooks.html
|
1.2 KB
|
4. Getting General Information About a Sheet.mp4
|
54.7 MB
|
4. Getting General Information About a Sheet.vtt
|
4.6 KB
|
5. Notebook - Sheet Information.html
|
0.9 KB
|
6. Working with Sheet Cells Using Python.mp4
|
32.4 MB
|
6. Working with Sheet Cells Using Python.vtt
|
4.5 KB
|
7. Notebook - Cell Information.html
|
0.9 KB
|
8. Working with Cell Styles Using Python.mp4
|
88.7 MB
|
8. Working with Cell Styles Using Python.vtt
|
10.8 KB
|
8.1 Working with styles.html
|
0.1 KB
|
9. Notebook - Cell Styles.html
|
2.4 KB
|
/2. ZERO LEVEL Python 3 - Basics/
|
1. How to Install Python 3 on Windows.mp4
|
34.2 MB
|
1. How to Install Python 3 on Windows.vtt
|
3.9 KB
|
1.1 Python Setup and Usage.html
|
0.1 KB
|
10. Notebook - User Input.html
|
0.2 KB
|
11. Python 3 User Input - Quiz.html
|
0.1 KB
|
12. Python 3 Basics - Variables.mp4
|
37.6 MB
|
12. Python 3 Basics - Variables.vtt
|
7.3 KB
|
12.1 How To Use Variables in Python 3.html
|
0.1 KB
|
13. Notebook - Variables.html
|
0.1 KB
|
14. Coding Exercise - Creating a Variable in Python 3.html
|
0.1 KB
|
15. Coding Exercise Solution.html
|
0.1 KB
|
16. Python 3 Basics - Keywords.html
|
0.6 KB
|
17. Python 3 - Data Types.mp4
|
9.2 MB
|
17. Python 3 - Data Types.vtt
|
1.9 KB
|
17.1 Built-in Types.html
|
0.1 KB
|
18. Python 3 Basics - Quiz.html
|
0.1 KB
|
2. How to Install Python 3 on macOS.mp4
|
30.0 MB
|
2. How to Install Python 3 on macOS.vtt
|
2.8 KB
|
3. The Python Interpreter & IDLE in Windows.mp4
|
20.2 MB
|
3. The Python Interpreter & IDLE in Windows.vtt
|
4.1 KB
|
3.1 IDLE.html
|
0.1 KB
|
4. The Python Interpreter & IDLE in macOS.mp4
|
23.5 MB
|
4. The Python Interpreter & IDLE in macOS.vtt
|
3.3 KB
|
5. Python 3 Basics - Scripts in Windows.mp4
|
37.7 MB
|
5. Python 3 Basics - Scripts in Windows.vtt
|
4.5 KB
|
6. Python 3 Basics - Scripts in macOS.mp4
|
43.0 MB
|
6. Python 3 Basics - Scripts in macOS.vtt
|
5.1 KB
|
7. Coding Exercise - Write Your First Python Script.html
|
0.1 KB
|
8. Coding Exercise Solution.html
|
0.1 KB
|
9. Python 3 Basics - User Input.mp4
|
18.8 MB
|
9. Python 3 Basics - User Input.vtt
|
4.8 KB
|
9.1 input().html
|
0.1 KB
|
/20. SUPERHERO LEVEL Automate Database Tasks with Python 3/
|
1. Installing the Database Server Software.mp4
|
22.1 MB
|
1. Installing the Database Server Software.vtt
|
3.2 KB
|
10. Inserting Records Into a Table with Python.mp4
|
33.1 MB
|
10. Inserting Records Into a Table with Python.vtt
|
3.8 KB
|
11. Notebook - Inserting Records Into a Table with Python.html
|
1.2 KB
|
12. Updating Records Into a Table with Python.mp4
|
26.5 MB
|
12. Updating Records Into a Table with Python.vtt
|
3.2 KB
|
13. Notebook - Updating Records Into a Table with Python.html
|
0.3 KB
|
14. Deleting Records From a Table with Python.mp4
|
16.8 MB
|
14. Deleting Records From a Table with Python.vtt
|
2.1 KB
|
15. Notebook - Deleting Records From a Table with Python.html
|
0.3 KB
|
16. Querying the Database with Python.mp4
|
48.9 MB
|
16. Querying the Database with Python.vtt
|
5.8 KB
|
17. Notebook - Querying the Database with Python.html
|
0.5 KB
|
18. Fetching Information From the Database with Python.mp4
|
36.9 MB
|
18. Fetching Information From the Database with Python.vtt
|
5.0 KB
|
19. Notebook - Fetching Information From the Database with Python.html
|
0.8 KB
|
2. Downloading and Installing PostgreSQL on Windows, Linux, macOS.html
|
0.6 KB
|
20. Committing and Rolling Back Transactions with Python.mp4
|
37.2 MB
|
20. Committing and Rolling Back Transactions with Python.vtt
|
4.4 KB
|
21. Notebook - Committing and Rolling Back Transactions.html
|
0.5 KB
|
22. Download the PostgreSQL Syntax Cheat Sheet.html
|
4.3 KB
|
22.1 PostgreSQL Cheat Sheet.pdf.pdf
|
26.6 KB
|
23. Download the PostgreSQL-Python Cheat Sheet.html
|
2.8 KB
|
23.1 PostrgreSQL-Python Cheat Sheet.pdf.pdf
|
15.7 KB
|
24. APPLICATION - Migrating Records from a Text File to the Database.mp4
|
95.5 MB
|
24. APPLICATION - Migrating Records from a Text File to the Database.vtt
|
10.7 KB
|
25. Download the Code - Database Application.html
|
1.5 KB
|
25.1 DBApp.py.py
|
1.5 KB
|
25.2 employees.txt.txt
|
0.6 KB
|
26. Automate Database Tasks with Python 3 - Quiz.html
|
0.1 KB
|
3. Installing the Necessary Python Module.mp4
|
14.4 MB
|
3. Installing the Necessary Python Module.vtt
|
1.7 KB
|
4. Creating a New Database, Schema and User.mp4
|
45.0 MB
|
4. Creating a New Database, Schema and User.vtt
|
6.7 KB
|
5. Notebook - Creating a New Database, Schema and User.html
|
0.5 KB
|
6. Connecting Python to the Database.mp4
|
18.6 MB
|
6. Connecting Python to the Database.vtt
|
3.3 KB
|
6.1 Exceptions.html
|
0.1 KB
|
7. Notebook - Connecting Python to the Database.html
|
0.3 KB
|
8. Creating Database Tables with Python.mp4
|
32.0 MB
|
8. Creating Database Tables with Python.vtt
|
5.2 KB
|
9. Notebook - Creating Database Tables with Python.html
|
0.7 KB
|
/21. SUPERHERO LEVEL Automate Network Tasks with Python 3/
|
1. Network Setup Overview.mp4
|
7.6 MB
|
1. Network Setup Overview.vtt
|
1.8 KB
|
10. Necessary SwitchRouter Configuration.html
|
2.0 KB
|
11. Any Connection Issues Check Out This Troubleshooting Checklist!.html
|
0.6 KB
|
12. Planning the Application.mp4
|
37.1 MB
|
12. Planning the Application.vtt
|
7.3 KB
|
13. Checking IP File Validity.mp4
|
39.0 MB
|
13. Checking IP File Validity.vtt
|
5.1 KB
|
14. Notebook - Checking IP File Validity.html
|
0.9 KB
|
15. Checking IP Address Validity.mp4
|
99.1 MB
|
15. Checking IP Address Validity.vtt
|
15.2 KB
|
15.1 Reserved IP addresses.html
|
0.1 KB
|
16. Notebook - Checking IP Address Validity.html
|
0.6 KB
|
17. Checking IP Address Reachability.mp4
|
27.6 MB
|
17. Checking IP Address Reachability.vtt
|
4.8 KB
|
17.1 Internet Control Message Protocol (ICMP) Parameters.html
|
0.1 KB
|
17.2 ping.html
|
0.1 KB
|
18. Notebook - Checking IP Address Reachability.html
|
0.5 KB
|
19. Note about pinging in Windows vs. Mac OS Linux.html
|
1.1 KB
|
2. Installing the Virtualization Software.mp4
|
18.7 MB
|
2. Installing the Virtualization Software.vtt
|
2.1 KB
|
20. Checking UsernamePassword File Validity.mp4
|
18.4 MB
|
20. Checking UsernamePassword File Validity.vtt
|
2.1 KB
|
21. Notebook - Checking UsernamePassword File Validity.html
|
0.5 KB
|
22. Checking Command File Validity.mp4
|
12.9 MB
|
22. Checking Command File Validity.vtt
|
1.4 KB
|
23. Notebook - Checking Command File Validity.html
|
0.5 KB
|
24. Establishing the SSH Connection.mp4
|
127.3 MB
|
24. Establishing the SSH Connection.vtt
|
16.5 KB
|
24.1 Paramiko.html
|
0.1 KB
|
25. Notebook - Establishing the SSH Connection.html
|
3.8 KB
|
26. Enabling Simultaneous SSH Connections.mp4
|
14.2 MB
|
26. Enabling Simultaneous SSH Connections.vtt
|
2.6 KB
|
27. Notebook - Enabling Simultaneous SSH Connections.html
|
0.4 KB
|
28. APPLICATION - Putting Everything Together.mp4
|
30.6 MB
|
28. APPLICATION - Putting Everything Together.vtt
|
3.5 KB
|
29. Download the Code - Network Application and Modules.html
|
0.9 KB
|
29.1 NetworkApp.zip.zip
|
3.5 KB
|
3. Installing the Virtualization Software on Windows, Linux, macOS.html
|
0.6 KB
|
30. Reading Device Configuration.mp4
|
82.6 MB
|
30. Reading Device Configuration.vtt
|
10.0 KB
|
31. Extracting Network Parameters.mp4
|
139.7 MB
|
31. Extracting Network Parameters.vtt
|
14.2 KB
|
32. Configuring Multiple Devices Simultaneously.mp4
|
23.4 MB
|
32. Configuring Multiple Devices Simultaneously.vtt
|
3.5 KB
|
33. Automate Network Tasks with Python 3 - Quiz.html
|
0.1 KB
|
4. Downloading & Installing the Network Device VM.mp4
|
20.6 MB
|
4. Downloading & Installing the Network Device VM.vtt
|
2.6 KB
|
5. Signing Up to the Arista Software Download Portal.html
|
1.3 KB
|
6. Importing the VM & Tweaking the VM Settings.mp4
|
21.5 MB
|
6. Importing the VM & Tweaking the VM Settings.vtt
|
3.5 KB
|
7. Connecting the Local PC to the Devices in Windows.mp4
|
38.9 MB
|
7. Connecting the Local PC to the Devices in Windows.vtt
|
4.9 KB
|
8. Connecting the Local PC to the Devices in macOS.html
|
3.2 KB
|
9. Checking the SSH Configuration and Testing the Connectivity.mp4
|
38.5 MB
|
9. Checking the SSH Configuration and Testing the Connectivity.vtt
|
3.3 KB
|
/22. SUPERHERO LEVEL Automate Data Analysis Tasks with Python 3/
|
1. Running Python Code - The Next Level IPython and Jupyter Notebook.mp4
|
63.9 MB
|
1. Running Python Code - The Next Level IPython and Jupyter Notebook.vtt
|
11.5 KB
|
10. Notebook - Indexing and Slicing Tables with Pandas.html
|
5.2 KB
|
11. Adding, Updating, Deleting Table Rows and Columns.mp4
|
127.6 MB
|
11. Adding, Updating, Deleting Table Rows and Columns.vtt
|
15.5 KB
|
12. Notebook - Adding, Updating, Deleting Table Rows and Columns.html
|
3.7 KB
|
13. APPLICATION - Reading and Writing Data in PostgreSQL Databases Using Pandas.mp4
|
185.9 MB
|
13. APPLICATION - Reading and Writing Data in PostgreSQL Databases Using Pandas.vtt
|
20.7 KB
|
13.1 SQLAlchemy Core.html
|
0.1 KB
|
13.2 pandas.DataFrame.to_html.html
|
0.1 KB
|
14. Download the Code - SQL Data Analysis Application.html
|
4.1 KB
|
14.1 my_employees.json.json
|
0.4 KB
|
14.2 PandasApp.py.py
|
4.2 KB
|
14.3 my_employees.txt.txt
|
0.2 KB
|
14.4 my_employees.csv.csv
|
0.2 KB
|
14.5 my_employees.xlsx.xlsx
|
9.5 KB
|
15. Automate Data Analysis with Python 3 - Quiz.html
|
0.1 KB
|
2. Notebook - IPython and Jupyter Notebook.html
|
1.6 KB
|
3. Introduction to Pandas - Basic Operations.mp4
|
38.7 MB
|
3. Introduction to Pandas - Basic Operations.vtt
|
10.6 KB
|
3.1 pandas powerful Python data analysis toolkit.html
|
0.1 KB
|
4. Notebook - Introduction to Pandas.html
|
2.2 KB
|
5. Handling Files with Pandas - TXT, CSV, JSON, XLSX.mp4
|
138.2 MB
|
5. Handling Files with Pandas - TXT, CSV, JSON, XLSX.vtt
|
18.3 KB
|
5.1 Employees.csv.csv
|
0.8 KB
|
5.2 Employees2.txt.txt
|
0.8 KB
|
5.3 Employees.xlsx.xlsx
|
10.1 KB
|
5.4 Employees.json.json
|
2.2 KB
|
5.5 Employees.txt.txt
|
0.8 KB
|
6. Notebook - Handling TXT, CSV, JSON, XLSX Files with Pandas.html
|
3.2 KB
|
7. Reading HTML Content from URLs and HTML Files with Pandas.mp4
|
48.8 MB
|
7. Reading HTML Content from URLs and HTML Files with Pandas.vtt
|
5.7 KB
|
7.1 Pandas - HTML.html
|
0.1 KB
|
8. Notebook - Reading HTML Content with Pandas.html
|
1.1 KB
|
9. Indexing and Slicing Tables with Pandas.mp4
|
157.6 MB
|
9. Indexing and Slicing Tables with Pandas.vtt
|
23.5 KB
|
/23. SUPERHERO LEVEL Data Visualization with Bokeh and Python 3/
|
1. Introduction to Bokeh.mp4
|
35.8 MB
|
1. Introduction to Bokeh.vtt
|
4.4 KB
|
1.1 Gallery.html
|
0.1 KB
|
1.2 Styling.html
|
0.1 KB
|
1.3 Quickstart.html
|
0.1 KB
|
10. Notebook - Plotting Multiple Stock Prices Simultaneously.html
|
1.3 KB
|
11. Plotting Bitcoin Prices as an Interactive Plot with a Range Tool.mp4
|
135.4 MB
|
11. Plotting Bitcoin Prices as an Interactive Plot with a Range Tool.vtt
|
14.4 KB
|
12. Notebook - Plotting Bitcoin Prices as an Interactive Plot with a Range Tool.html
|
2.8 KB
|
13. Plotting Bitcoin Prices as an Interactive Plot with Candlesticks.mp4
|
75.2 MB
|
13. Plotting Bitcoin Prices as an Interactive Plot with Candlesticks.vtt
|
10.9 KB
|
14. Notebook - Plotting Bitcoin Prices as an Interactive Plot with Candlesticks.html
|
1.9 KB
|
15. Data Visualization with Bokeh and Python 3 - Quiz.html
|
0.1 KB
|
2. Bookmark These 3 Important Documentation Links.html
|
0.9 KB
|
3. Creating a Basic Line Plot Based on Python Lists.mp4
|
49.9 MB
|
3. Creating a Basic Line Plot Based on Python Lists.vtt
|
12.5 KB
|
4. Notebook - Creating a Basic Line Plot Based on Python Lists.html
|
0.7 KB
|
5. Creating a Bar Plot Based on Excel Data.mp4
|
148.3 MB
|
5. Creating a Bar Plot Based on Excel Data.vtt
|
20.7 KB
|
5.1 top10.xlsx.xlsx
|
9.3 KB
|
6. Notebook - Creating a Bar Plot Based on Excel Data.html
|
2.2 KB
|
7. Creating a Pie Chart Based on CSV Data.mp4
|
93.1 MB
|
7. Creating a Pie Chart Based on CSV Data.vtt
|
13.3 KB
|
7.1 countries.csv.csv
|
0.2 KB
|
8. Notebook - Creating a Pie Chart Based on CSV Data.html
|
1.6 KB
|
9. Plotting Multiple Stock Prices Simultaneously.mp4
|
63.4 MB
|
9. Plotting Multiple Stock Prices Simultaneously.vtt
|
10.5 KB
|
/24. SUPERHERO LEVEL Automate Unit Testing with Python 3/
|
1. Installing pytest and Writing Your First Test.mp4
|
82.4 MB
|
1. Installing pytest and Writing Your First Test.vtt
|
14.5 KB
|
1.1 Pytest Documentation.html
|
0.1 KB
|
1.2 Test Discovery.html
|
0.1 KB
|
10. Notebook - Sharing a Fixture Instance & Fixture Finalization.html
|
2.9 KB
|
10.1 fixture_fin.zip.zip
|
1.2 KB
|
10.2 fixture_sharing.zip.zip
|
5.7 KB
|
11. Parametrizing Fixtures.mp4
|
36.4 MB
|
11. Parametrizing Fixtures.vtt
|
5.4 KB
|
11.1 request.html
|
0.1 KB
|
12. Notebook - Parametrizing Fixtures.html
|
0.6 KB
|
12.1 fixture_param.zip.zip
|
1.1 KB
|
13. Marking Test Functions Using Attributes.mp4
|
72.0 MB
|
13. Marking Test Functions Using Attributes.vtt
|
7.3 KB
|
13.1 Marking test functions.html
|
0.1 KB
|
14. Notebook - Marking Test Functions Using Attributes.html
|
1.9 KB
|
14.1 marking.zip.zip
|
1.4 KB
|
15. Marking Test Functions Using Custom Markers.mp4
|
46.6 MB
|
15. Marking Test Functions Using Custom Markers.vtt
|
4.7 KB
|
16. Notebook - Marking Test Functions Using Custom Markers.html
|
1.5 KB
|
16.1 custom_marking.zip.zip
|
1.3 KB
|
17. Automate Unit Testing with Python 3 - Quiz.html
|
0.1 KB
|
2. Notebook - Introduction to pytest.html
|
2.2 KB
|
2.1 first.py.py
|
0.3 KB
|
3. Running Multiple Tests. Test Discovery Rules in Action.mp4
|
51.3 MB
|
3. Running Multiple Tests. Test Discovery Rules in Action.vtt
|
7.4 KB
|
4. Notebook - Running Multiple Tests.html
|
1.3 KB
|
4.1 result2_test.py.py
|
0.1 KB
|
4.2 test_result1.py.py
|
0.1 KB
|
4.3 basic.py.py
|
1.0 KB
|
5. Testing a Basic Script - Preparing the Test Bed.mp4
|
89.4 MB
|
5. Testing a Basic Script - Preparing the Test Bed.vtt
|
11.1 KB
|
6. Download the Code for Testing.html
|
0.1 KB
|
6.1 test_input.py.py
|
0.9 KB
|
6.2 test_exceptions.py.py
|
0.8 KB
|
6.3 calculator.py.py
|
0.5 KB
|
6.4 test_calculation.py.py
|
1.2 KB
|
6.5 values.xlsx.xlsx
|
9.2 KB
|
7. Fixture Functions.mp4
|
35.2 MB
|
7. Fixture Functions.vtt
|
5.2 KB
|
7.1 Fixtures.html
|
0.1 KB
|
8. Notebook - Fixture Functions.html
|
0.9 KB
|
8.1 x_and_y.py.py
|
0.6 KB
|
9. Sharing a Fixture Instance & Fixture Finalization.mp4
|
65.8 MB
|
9. Sharing a Fixture Instance & Fixture Finalization.vtt
|
10.9 KB
|
9.1 Fixture finalization.html
|
0.2 KB
|
/25. SUPERHERO LEVEL Automate Web Scraping with Python 3/
|
1. Installing the Necessary Modules.mp4
|
19.9 MB
|
1. Installing the Necessary Modules.vtt
|
2.2 KB
|
10. Download the Code - Scraping Web Data and Saving to Excel.html
|
1.3 KB
|
10.1 WebScraper.py.py
|
1.3 KB
|
11. APPLICATION - Handling Website Pagination When Extracting Data.mp4
|
57.6 MB
|
11. APPLICATION - Handling Website Pagination When Extracting Data.vtt
|
7.4 KB
|
11.1 Test page.html
|
0.2 KB
|
12. Download the Code - Handling Website Pagination When Extracting Data.html
|
1.7 KB
|
12.1 WebScraper_pagination.py.py
|
1.7 KB
|
13. Automate Web Scraping with Python 3 - Quiz.html
|
0.1 KB
|
2. Notebook - Installing the Necessary Modules.html
|
0.5 KB
|
3. Extracting and Parsing Web Content.mp4
|
51.0 MB
|
3. Extracting and Parsing Web Content.vtt
|
5.8 KB
|
3.1 Test page.html
|
0.1 KB
|
3.2 Webscraper.io.html
|
0.1 KB
|
4. Notebook - Extracting and Parsing Web Content.html
|
1.2 KB
|
5. Tags, Names and Attributes.mp4
|
95.4 MB
|
5. Tags, Names and Attributes.vtt
|
12.4 KB
|
5.1 Test page.html
|
0.1 KB
|
6. Notebook - Tags, Names and Attributes.html
|
3.3 KB
|
7. Searching the Tree of HTML Tags find() and find_all().mp4
|
58.2 MB
|
7. Searching the Tree of HTML Tags find() and find_all().vtt
|
7.4 KB
|
8. Notebook - Searching the Tree of HTML Tags find() and find_all().html
|
0.6 KB
|
9. APPLICATION - Extracting the Product Names, Links and Prices. Saving to Excel.mp4
|
117.5 MB
|
9. APPLICATION - Extracting the Product Names, Links and Prices. Saving to Excel.vtt
|
15.2 KB
|
9.1 Test page.html
|
0.1 KB
|
/26. Useful Python Modules and Tools/
|
1. Comparing File Contents (difflib).mp4
|
97.9 MB
|
1. Comparing File Contents (difflib).vtt
|
15.5 KB
|
1.1 difflib.html
|
0.1 KB
|
2. Notebook - Comparing File Contents (difflib).html
|
0.6 KB
|
/27. 10 Ways to Earn Money and Build a Portfolio with Your Python Skills/
|
1. Putting Your Skills to Work - Part 1.mp4
|
58.6 MB
|
1. Putting Your Skills to Work - Part 1.vtt
|
11.5 KB
|
2. Putting Your Skills to Work - Part 2.mp4
|
66.9 MB
|
2. Putting Your Skills to Work - Part 2.vtt
|
11.6 KB
|
3. Download the Presentation.html
|
0.1 KB
|
3.1 10-Ways.pptx.pptx
|
645.8 KB
|
/28. Final Section/
|
1. Closing Thoughts.mp4
|
24.9 MB
|
1. Closing Thoughts.vtt
|
2.8 KB
|
2. How to Get Your Certificate of Course Completion.html
|
1.3 KB
|
/29. Course Bonuses/
|
1. Bonus Lecture - Free Python 2 Training, Discounts, Social Media.html
|
1.2 KB
|
/3. BEGINNER LEVEL Python 3 - Strings/
|
1. Why learn about each of Python's data types.mp4
|
55.4 MB
|
1. Why learn about each of Python's data types.vtt
|
9.4 KB
|
10. Coding Exercise - Write a String Slice and Extract a Substring (Positive Indexes).html
|
0.1 KB
|
11. Coding Exercise Solution.html
|
0.1 KB
|
12. Coding Exercise - Write a String Slice and Extract a Substring (Negative Indexes).html
|
0.1 KB
|
13. Coding Exercise Solution.html
|
0.1 KB
|
14. Coding Exercise - Splitting a String by a Delimiter.html
|
0.1 KB
|
15. Coding Exercise Solution.html
|
0.1 KB
|
2. Python 3 Strings - Introduction.mp4
|
52.8 MB
|
2. Python 3 Strings - Introduction.vtt
|
9.1 KB
|
3. Python 3 Strings - Methods.mp4
|
66.4 MB
|
3. Python 3 Strings - Methods.vtt
|
10.7 KB
|
3.1 Text Sequence Type - str.html
|
0.1 KB
|
4. Python 3 Strings - Operators & Formatting.mp4
|
70.9 MB
|
4. Python 3 Strings - Operators & Formatting.vtt
|
8.9 KB
|
5. Python 3 Strings - Slices.mp4
|
66.3 MB
|
5. Python 3 Strings - Slices.vtt
|
66.3 MB
|
6. Notebook - Strings.html
|
4.2 KB
|
7. Strings - Quiz.html
|
0.1 KB
|
8. Coding Exercise - Extracting a Character From a String.html
|
0.1 KB
|
9. Coding Exercise Solution.html
|
0.1 KB
|
/4. BEGINNER LEVEL Python 3 - Numbers and Booleans/
|
1. Python 3 Numbers - Math Operators.mp4
|
40.7 MB
|
1. Python 3 Numbers - Math Operators.vtt
|
6.2 KB
|
1.1 Numeric Types — int, float, complex.html
|
0.1 KB
|
10. Coding Exercise Solution.html
|
0.1 KB
|
11. Coding Exercise - Evaluating Two Mathematical Expressions.html
|
0.1 KB
|
12. Coding Exercise Solution.html
|
0.1 KB
|
2. Notebook - Numbers and Math Operators.html
|
1.2 KB
|
3. Numbers - Quiz.html
|
0.1 KB
|
4. Coding Exercise - Raising a Number to a Power, Using a Function.html
|
0.1 KB
|
5. Coding Exercise Solution.html
|
0.0 KB
|
6. Python 3 Booleans - Logical Operators.mp4
|
44.3 MB
|
6. Python 3 Booleans - Logical Operators.vtt
|
6.8 KB
|
6.1 Boolean Operations — and, or, not.html
|
0.1 KB
|
7. Notebook - Booleans and Logical Operators.html
|
1.0 KB
|
8. Booleans - Quiz.html
|
0.1 KB
|
9. Coding Exercise - Evaluate an Expression as Boolean False.html
|
0.1 KB
|
/5. BEGINNER LEVEL Python 3 - Lists/
|
1. Python 3 Lists - Introduction.mp4
|
30.6 MB
|
1. Python 3 Lists - Introduction.vtt
|
4.5 KB
|
10. Coding Exercise - Remove an Element From a List.html
|
0.1 KB
|
11. Coding Exercise Solution.html
|
0.1 KB
|
12. Coding Exercise - Sorting the Elements of a List.html
|
0.1 KB
|
13. Coding Exercise Solution.html
|
0.1 KB
|
2. Python 3 Lists - Methods.mp4
|
66.6 MB
|
2. Python 3 Lists - Methods.vtt
|
66.6 MB
|
3. Python 3 Lists - Slices.mp4
|
42.0 MB
|
3. Python 3 Lists - Slices.vtt
|
6.1 KB
|
3.1 More on Lists.html
|
0.1 KB
|
4. Notebook - Lists.html
|
2.4 KB
|
5. Lists - Quiz.html
|
0.1 KB
|
6. Coding Exercise - Slicing a List.html
|
0.1 KB
|
7. Coding Exercise Solution.html
|
0.2 KB
|
8. Coding Exercise - Add a New Element to a List.html
|
0.1 KB
|
9. Coding Exercise Solution.html
|
0.1 KB
|
/6. BEGINNER LEVEL Python 3 - Sets/
|
1. Python 3 Sets - Introduction.mp4
|
28.2 MB
|
1. Python 3 Sets - Introduction.vtt
|
3.8 KB
|
10. Coding Exercise - Spot the Differences Between Two Sets.html
|
0.1 KB
|
11. Coding Exercise Solution.html
|
0.1 KB
|
12. Coding Exercise - Spotting the Common Elements of Two Sets.html
|
0.1 KB
|
13. Coding Exercise Solution.html
|
0.2 KB
|
2. Python 3 Sets - Methods.mp4
|
21.9 MB
|
2. Python 3 Sets - Methods.vtt
|
3.2 KB
|
2.1 Sets.html
|
0.1 KB
|
3. Python 3 Sets - Frozensets.mp4
|
29.8 MB
|
3. Python 3 Sets - Frozensets.vtt
|
3.2 KB
|
3.1 Set Types — set, frozenset.html
|
0.1 KB
|
4. Notebook - Sets and Frozensets.html
|
1.9 KB
|
5. Sets - Quiz.html
|
0.1 KB
|
6. Coding Exercise - Add a New Element to a Set.html
|
0.1 KB
|
7. Coding Exercise Solution.html
|
0.1 KB
|
8. Coding Exercise - Remove an Element from a Set.html
|
0.1 KB
|
9. Coding Exercise Solution.html
|
0.1 KB
|
/7. BEGINNER LEVEL Python 3 - Tuples/
|
1. Python 3 Tuples - Introduction.mp4
|
42.1 MB
|
1. Python 3 Tuples - Introduction.vtt
|
5.3 KB
|
10. Coding Exercise Solution.html
|
0.1 KB
|
11. Coding Exercise - Slicing a Tuple.html
|
0.1 KB
|
12. Coding Exercise Solution.html
|
0.2 KB
|
2. Python 3 Tuples - Methods.mp4
|
24.0 MB
|
2. Python 3 Tuples - Methods.vtt
|
24.0 MB
|
2.1 Tuples and Sequences.html
|
0.1 KB
|
3. Notebook - Tuples.html
|
1.4 KB
|
4. Tuples - Quiz.html
|
0.1 KB
|
5. Coding Exercise - Extract an Element From a Tuple (Positive Indexes).html
|
0.1 KB
|
6. Coding Exercise Solution.html
|
0.1 KB
|
7. Coding Exercise - Extract an Element From a Tuple (Negative Indexes).html
|
0.1 KB
|
8. Coding Exercise Solution.html
|
0.1 KB
|
9. Coding Exercise - Print a Tuple in Reversed Order Using Indexes.html
|
0.1 KB
|
/8. BEGINNER LEVEL Python 3 - Ranges/
|
1. Python 3 Ranges - Introduction.mp4
|
14.4 MB
|
1. Python 3 Ranges - Introduction.vtt
|
4.7 KB
|
10. Coding Exercise Solution.html
|
0.1 KB
|
11. Coding Exercise - Slicing a Range. To slice or not to slice.html
|
0.1 KB
|
12. Coding Exercise Solution.html
|
0.1 KB
|
2. Python 3 Ranges - Methods.mp4
|
19.5 MB
|
2. Python 3 Ranges - Methods.vtt
|
2.9 KB
|
2.1 Ranges.html
|
0.1 KB
|
3. Notebook - Ranges.html
|
0.4 KB
|
4. Ranges - Quiz.html
|
0.1 KB
|
5. Coding Exercise - Create a Range with a Positive Step.html
|
0.1 KB
|
6. Coding Exercise Solution.html
|
0.0 KB
|
7. Coding Exercise - Create a Range with a Negative Step.html
|
0.1 KB
|
8. Coding Exercise Solution.html
|
0.1 KB
|
9. Coding Exercise - Get the Index of a Range Element.html
|
0.1 KB
|
/9. BEGINNER LEVEL Python 3 - Dictionaries/
|
1. Python 3 Dictionaries - Introduction.mp4
|
24.2 MB
|
1. Python 3 Dictionaries - Introduction.vtt
|
3.9 KB
|
10. Coding Exercise - Check the Existence of an Element in a Dictionary.html
|
0.1 KB
|
11. Coding Exercise Solution.html
|
0.1 KB
|
12. Coding Exercise - Updating the Value for a Specific Key.html
|
0.1 KB
|
13. Coding Exercise Solution.html
|
0.2 KB
|
2. Python 3 Dictionaries - Methods.mp4
|
60.5 MB
|
2. Python 3 Dictionaries - Methods.vtt
|
6.7 KB
|
2.1 Mapping Types — dict.html
|
0.1 KB
|
3. Python 3 - Conversions Between Data Types.mp4
|
43.7 MB
|
3. Python 3 - Conversions Between Data Types.vtt
|
6.2 KB
|
4. Notebook - Dictionaries and Conversions Between Data Types.html
|
1.4 KB
|
5. Dictionaries - Quiz.html
|
0.1 KB
|
6. Coding Exercise - Adding a New Key-Value Pair to a Dictionary.html
|
0.1 KB
|
7. Coding Exercise Solution.html
|
0.1 KB
|
8. Coding Exercise - Removing a Dictionary Element by its Key.html
|
0.1 KB
|
9. Coding Exercise Solution.html
|
0.1 KB
|
/
|
[CourseClub.ME].url
|
0.1 KB
|
[FCS Forum].url
|
0.1 KB
|
[FreeCourseSite.com].url
|
0.1 KB
|
Total files 635
|