filmov
tv
Python Code Challenge to list down all sub-strings of a String

Показать описание
#pythonforbeginners #tutorialsupport #pythontutorial
This tutorial helps you get started in applying what you have learnt so far by doing a slightly complex logic on listing down all of the sub-strings.
00:00 - Problem statement - identifying all the substrings
00:25 - What is a substring?
00:41 - Listing down all the substrings of “Python”
01:01 - Observe the pattern of the sub-strings indexes
01:15 - PAUSE - Do It Yourself - exercise to list down the indexes for the String Python
01:20 - Review of the indexes
01:35 - Code to print all the sub-strings starting from P
01:43 - Review the code to print the first set of sub-strings starting from P
02:21 - Review the indices for creating sub-strings for each of the starting letter
02:54 - PAUSE - Now try writing the outer loop to do the sub-strings
03:23 - What are these blanks about?
04:00 - Recap of on how the outer and inner loop is working
04:30 - PAUSE - Run this Code with some of the longest words in the dictionary
Playlist - Python for Beginners Tutorials
Panchatantra Programming Python Tutorials Webpage
This tutorial helps you get started in applying what you have learnt so far by doing a slightly complex logic on listing down all of the sub-strings.
00:00 - Problem statement - identifying all the substrings
00:25 - What is a substring?
00:41 - Listing down all the substrings of “Python”
01:01 - Observe the pattern of the sub-strings indexes
01:15 - PAUSE - Do It Yourself - exercise to list down the indexes for the String Python
01:20 - Review of the indexes
01:35 - Code to print all the sub-strings starting from P
01:43 - Review the code to print the first set of sub-strings starting from P
02:21 - Review the indices for creating sub-strings for each of the starting letter
02:54 - PAUSE - Now try writing the outer loop to do the sub-strings
03:23 - What are these blanks about?
04:00 - Recap of on how the outer and inner loop is working
04:30 - PAUSE - Run this Code with some of the longest words in the dictionary
Playlist - Python for Beginners Tutorials
Panchatantra Programming Python Tutorials Webpage