Pure Python Accelerator Rapid Learning for Quick Results
Language: English | Size:1.88 GB
Genre:eLearning
Files Included :
2 Intro.mp4 (13.59 MB)
MP4
3 Creating a New Python Project in replit com.mp4 (19.96 MB)
MP4
1 Intro.mp4 (6.4 MB)
MP4
2 Tuples vs Lists.mp4 (27.03 MB)
MP4
3 Returning Multiple Values From a Function by Using a Tuple.mp4 (19.05 MB)
MP4
4 Unpacking Tuples.mp4 (11.28 MB)
MP4
5 Advantages of Tuples Over Lists.mp4 (26.36 MB)
MP4
7 A Collection of Collections.mp4 (20.04 MB)
MP4
9 Iterating Over a Collection of Collections.mp4 (22.08 MB)
MP4
1 Intro.mp4 (8.93 MB)
MP4
10 The issubset() Function.mp4 (12.27 MB)
MP4
12 How Does Dictionary work in Python.mp4 (23.56 MB)
MP4
2 How Does a Set Work in Python.mp4 (27.24 MB)
MP4
4 Set Advantages (Case-Study #1).mp4 (16.76 MB)
MP4
5 Set Advantages (Case-Study #2).mp4 (17.4 MB)
MP4
6 Set Advantages (Case-Study #3).mp4 (20.72 MB)
MP4
7 The difference() Function.mp4 (16.09 MB)
MP4
8 The union() Function.mp4 (16.43 MB)
MP4
9 The isdisjoint() Function.mp4 (11.58 MB)
MP4
1 Intro.mp4 (6.47 MB)
MP4
2 Mapping a List by Using List Comprehension.mp4 (26.28 MB)
MP4
3 Filtering a List by Using List Comprehension.mp4 (59.5 MB)
MP4
4 Mapping a Dictionary by Using Dictionary Comprehension.mp4 (19.55 MB)
MP4
5 Filtering a Dictionary by Using Dictionary Comprehension.mp4 (11.84 MB)
MP4
1 Intro.mp4 (7.65 MB)
MP4
2 Object-Oriented Programming A Powerful Paradigm for Software Design.mp4 (12.76 MB)
MP4
3 What Are Classes in Python.mp4 (12.5 MB)
MP4
4 What is self.mp4 (18.33 MB)
MP4
5 Encapsulation.mp4 (8.23 MB)
MP4
1 Intro.mp4 (5.88 MB)
MP4
2 Reading From a File.mp4 (16.65 MB)
MP4
3 Appending a Content To the End of a File.mp4 (12.69 MB)
MP4
4 Replacing the Content.mp4 (6.17 MB)
MP4
5 Iterating Through the Lines of a File.mp4 (8.1 MB)
MP4
6 Writing a List of Lines Into a File.mp4 (5.26 MB)
MP4
1 Intro.mp4 (6.88 MB)
MP4
2 Types of Errors.mp4 (10.65 MB)
MP4
3 What is an Exception.mp4 (13.21 MB)
MP4
4 How Does Exception Handling Help Us.mp4 (13.37 MB)
MP4
5 The else Part.mp4 (8.01 MB)
MP4
6 The finally Block.mp4 (7.4 MB)
MP4
7 Types of an Exception.mp4 (12.63 MB)
MP4
1 Intro.mp4 (13.51 MB)
MP4
10 Testing the Task Management System.mp4 (41.27 MB)
MP4
2 How Does the Task Management System Work.mp4 (28.82 MB)
MP4
3 Implementing the Task Class.mp4 (25.36 MB)
MP4
4 Implementing the create task() Function.mp4 (16.53 MB)
MP4
5 Implementing the display tasks() Function.mp4 (12.43 MB)
MP4
6 Implementing the save tasks() Function.mp4 (14.32 MB)
MP4
7 Implementing the load tasks() Function.mp4 (18.06 MB)
MP4
8 Implementing the update task status() Function.mp4 (19.66 MB)
MP4
9 Put it All Together!.mp4 (33.37 MB)
MP4
1 Intro.mp4 (9.7 MB)
MP4
10 Input Function.mp4 (18.65 MB)
MP4
12 Common Errors in Python.mp4 (13.16 MB)
MP4
2 What is Python.mp4 (10.51 MB)
MP4
3 Console Magic Unleashing the Power of Python's Print Function.mp4 (32.73 MB)
MP4
5 Single Quotes vs Double Quotes.mp4 (13.74 MB)
MP4
6 Variables in Python.mp4 (17.94 MB)
MP4
8 Variable Naming Conventions.mp4 (6.02 MB)
MP4
1 Intro.mp4 (15.81 MB)
MP4
2 Int and Str Data Types.mp4 (14 MB)
MP4
4 Float and Boolean Data Types.mp4 (8.62 MB)
MP4
6 String Bulti-In Functions.mp4 (32.22 MB)
MP4
8 Numerical Built-In Functions.mp4 (21.62 MB)
MP4
9 Type Casting.mp4 (45.98 MB)
MP4
1 Intro.mp4 (10.56 MB)
MP4
2 The Assignment Operators.mp4 (10.26 MB)
MP4
3 The Arithmetic Operators.mp4 (6.79 MB)
MP4
5 Operator Precedence.mp4 (32.85 MB)
MP4
7 Comparison Operators.mp4 (41.08 MB)
MP4
9 Boolean Operators.mp4 (29.36 MB)
MP4
1 Intro.mp4 (3.77 MB)
MP4
11 Combining Conditions with Boolean Operators.mp4 (17.69 MB)
MP4
2 The if Statement.mp4 (15.85 MB)
MP4
3 Hold the Result Of a Condition Into a Variable.mp4 (9.31 MB)
MP4
4 if Body with Multiple Lines.mp4 (3.2 MB)
MP4
5 The else Part.mp4 (12.78 MB)
MP4
7 Multiple Conditions.mp4 (18.79 MB)
MP4
9 Nested if.mp4 (22.83 MB)
MP4
1 Intro.mp4 (4.1 MB)
MP4
2 Writing Your First Python Function.mp4 (23.73 MB)
MP4
3 Functions That Accept Parameters.mp4 (20.26 MB)
MP4
4 Returning a Value From a Function.mp4 (11.42 MB)
MP4
5 Setting Default Values For Parameters.mp4 (8.72 MB)
MP4
1 Intro.mp4 (6.48 MB)
MP4
10 Slicing a List.mp4 (10.67 MB)
MP4
2 What Are Lists in Python.mp4 (23.27 MB)
MP4
3 List Indexing.mp4 (7.24 MB)
MP4
4 Inserting New Items Into a List.mp4 (19.06 MB)
MP4
5 Removing Items From a List.mp4 (12.06 MB)
MP4
6 5- Updating an Item From a List.mp4 (3.44 MB)
MP4
8 Sorting a List.mp4 (19.28 MB)
MP4
9 Finding an Item in a List - The in Keyword.mp4 (15.66 MB)
MP4
1 Intro.mp4 (11.09 MB)
MP4
2 Why Do We Need Loop Structures.mp4 (14.49 MB)
MP4
3 The for Loop in Python.mp4 (38.27 MB)
MP4
4 Iterating Over a List.mp4 (7.49 MB)
MP4
5 Infinite Loop.mp4 (29.71 MB)
MP4
1 Intro.mp4 (3.08 MB)
MP4
2 How Does the To-do App Work.mp4 (65.85 MB)
MP4
3 Implementing the Main Structure Of the To-do App.mp4 (42.37 MB)
MP4
4 Implementing the add task() Function.mp4 (12.07 MB)
MP4
5 Implementing the show tasks() Function.mp4 (51.15 MB)
MP4
6 Implementing the edit task() Function.mp4 (38.29 MB)
MP4
7 Implementing the delete task() Function.mp4 (58.5 MB)
MP4