Udemy – Python Fundamentals for Data Science

The student will cover the following fundamentals of programming concepts using Jupiter notebook.,Addressing a string index,Negative Index,Access sub-strings,Access start of sub-strings,Access end of sub-strings,Access sub-strings by step size,Accessing sub-strings stepping backwards,Iterate a string: for in statement,Iterate by sub-string,String Methods len(),String Methods count(),String Methods find(),Creating Lists,Accessing Lists by using Index,Insert a new value for an index,Appending to a list,Insert Items into a list,Delete a specific list index,Empty list is false,Delete a specific object from a list with .remove(),Enumerate function etc