Filename Size 01. Introduction/1. Profile of the instructor.mp4 24.4 MB 01. Introduction/1. Profile of the instructor.vtt 2.1 KB 01. Introduction/2. Why should you learn Python .mp4 17 MB 01. Introduction/2. Why should you learn Python .vtt 2.9 KB 02. Preparing the ground/1. Introduction to Programming Languages.mp4 26 MB 02. Preparing the ground/1. Introduction to Programming Languages.vtt 5.6 KB 02. Preparing the ground/2. Downloading Python and Pycharm IDE.mp4 2.4 MB 02. Preparing the ground/2. Downloading Python and Pycharm IDE.vtt 877 B 02. Preparing the ground/3. Installing Python and Pycharm IDE.mp4 27.7 MB 02. Preparing the ground/3. Installing Python and Pycharm IDE.vtt 2.7 KB 02. Preparing the ground/4. Setting the Python interpreter for Pycharm.mp4 23.4 MB 02. Preparing the ground/4. Setting the Python interpreter for Pycharm.vtt 2.4 KB 03. Let us start with coding/1. Your first program in Python.mp4 26.6 MB 03. Let us start with coding/1. Your first program in Python.vtt 3.5 KB 03. Let us start with coding/2. What are Variables in Python.mp4 14.5 MB 03. Let us start with coding/2. What are Variables in Python.vtt 3.6 KB 03. Let us start with coding/3. Coding Example of variables.mp4 29.1 MB 03. Let us start with coding/3. Coding Example of variables.vtt 5.4 KB 03. Let us start with coding/4. Using type() method.mp4 14.6 MB 03. Let us start with coding/4. Using type() method.vtt 2.7 KB 03. Let us start with coding/5. Comments in Python.mp4 22.1 MB 03. Let us start with coding/5. Comments in Python.vtt 4.3 KB 03. Let us start with coding/6. Using input() method to read values.mp4 34.3 MB 03. Let us start with coding/6. Using input() method to read values.vtt 6.4 KB 04. Python programs execution on Console/1. Setting the value of environment variable 'path'.mp4 52.4 MB 04. Python programs execution on Console/1. Setting the value of environment variable 'path'.vtt 4.2 KB 04. Python programs execution on Console/2. First example program on console.mp4 34.1 MB 04. Python programs execution on Console/2. First example program on console.vtt 4.2 KB 04. Python programs execution on Console/3. Second example program on console.mp4 37 MB 04. Python programs execution on Console/3. Second example program on console.vtt 4.8 KB 05. String in Python/1. Basics of Strings.mp4 18.6 MB 05. String in Python/1. Basics of Strings.vtt 3.3 KB 05. String in Python/2. Some String Functions Part 1.mp4 37.3 MB 05. String in Python/2. Some String Functions Part 1.vtt 5.9 KB 05. String in Python/3. Some String Functions Part 2.mp4 34.8 MB 05. String in Python/3. Some String Functions Part 2.vtt 4.4 KB 06. Operators in Python/1. Operators in Python Part 1.mp4 27.1 MB 06. Operators in Python/1. Operators in Python Part 1.vtt 8.2 KB 06. Operators in Python/2. Operators in Python Part 2.mp4 10.2 MB 06. Operators in Python/2. Operators in Python Part 2.vtt 2.8 KB 07. Lists in Python/1. Basics of List.mp4 2.9 MB 07. Lists in Python/1. Basics of List.vtt 1 KB 07. Lists in Python/2. Indexing of a List.mp4 13.3 MB 07. Lists in Python/2. Indexing of a List.vtt 2.1 KB 07. Lists in Python/3. Using range in a List.mp4 45.2 MB 07. Lists in Python/3. Using range in a List.vtt 5.7 KB 07. Lists in Python/4. Using Negative index.mp4 24.7 MB 07. Lists in Python/4. Using Negative index.vtt 4 KB 07. Lists in Python/5. Changing the items of a List.mp4 29.5 MB 07. Lists in Python/5. Changing the items of a List.vtt 4 KB 07. Lists in Python/6. Adding items into a List.mp4 34.5 MB 07. Lists in Python/6. Adding items into a List.vtt 4.5 KB 07. Lists in Python/7. Deleting items from a List.mp4 27.9 MB 07. Lists in Python/7. Deleting items from a List.vtt 4.3 KB 07. Lists in Python/8. Iterating through the List Items.mp4 21.6 MB 07. Lists in Python/8. Iterating through the List Items.vtt 3.9 KB 08. Tuples in Python/1. Basics of Tuples.mp4 4.5 MB 08. Tuples in Python/1. Basics of Tuples.vtt 1.9 KB 08. Tuples in Python/2. Creating and accessing a Tuple.mp4 33.5 MB 08. Tuples in Python/2. Creating and accessing a Tuple.vtt 5.5 KB 08. Tuples in Python/3. Immutability of Tuples.mp4 12.8 MB 08. Tuples in Python/3. Immutability of Tuples.vtt 2.1 KB 08. Tuples in Python/4. Iterating through a Tuple.mp4 12.9 MB 08. Tuples in Python/4. Iterating through a Tuple.vtt 2.5 KB 08. Tuples in Python/5. Concatenation of Tuples and Lists.mp4 45.5 MB 08. Tuples in Python/5. Concatenation of Tuples and Lists.vtt 5.9 KB 08. Tuples in Python/6. Deletion of a Tuple.mp4 16.3 MB 08. Tuples in Python/6. Deletion of a Tuple.vtt 2.5 KB 08. Tuples in Python/7. Using count and index functions.mp4 27.5 MB 08. Tuples in Python/7. Using count and index functions.vtt 4.6 KB 08. Tuples in Python/8. Unpacking a Tuple.mp4 29.8 MB 08. Tuples in Python/8. Unpacking a Tuple.vtt 4.2 KB 08. Tuples in Python/9. Membership Test of Tuple.mp4 17 MB 08. Tuples in Python/9. Membership Test of Tuple.vtt 2.6 KB 09. Sets in python/1. Basics of Sets.mp4 3.7 MB 09. Sets in python/1. Basics of Sets.vtt 1.3 KB 09. Sets in python/2. Creating and accessing Sets.mp4 39.8 MB 09. Sets in python/2. Creating and accessing Sets.vtt 6.4 KB 09. Sets in python/3. No Indexing of elements.mp4 12.6 MB 09. Sets in python/3. No Indexing of elements.vtt 2.8 KB 09. Sets in python/4. Using add and update methods.mp4 26.6 MB 09. Sets in python/5. Removing items.mp4 31.4 MB 09. Sets in python/5. Removing items.vtt 5.2 KB 09. Sets in python/6. Membership test.mp4 15 MB 09. Sets in python/6. Membership test.vtt 3.3 KB 10. Dictionaries/1. Basics of a Dictionary.mp4 4.5 MB 10. Dictionaries/1. Basics of a Dictionary.vtt 1.5 KB 10. Dictionaries/2. Creating a Dictionary and accessing elements.mp4 36.8 MB 10. Dictionaries/2. Creating a Dictionary and accessing elements.vtt 6.6 KB 10. Dictionaries/3. Iterating through the items of a Dictionary.mp4 15.1 MB 10. Dictionaries/3. Iterating through the items of a Dictionary.vtt 3 KB 11. Control structures - if statement/1. Control structures.mp4 18.7 MB 11. Control structures - if statement/1. Control structures.vtt 5.1 KB 11. Control structures - if statement/2. Using if statement.mp4 22.4 MB 11. Control structures - if statement/2. Using if statement.vtt 4.9 KB 11. Control structures - if statement/3. Using else statement.mp4 11.7 MB 11. Control structures - if statement/3. Using else statement.vtt 2.1 KB 15. Regular Expressions/1. Basics of Regular expressions.mp4 133 MB