Python Tutorial on String Manipulation – Lower, Upper, Slice operations, Extract by Index, Split, Strip, Join, Title, Capitalize, Count
Dictionary is a collection of Key value pairs. key must be unique, value can be duplicated. Value part can be retrieved using the key part.
Python Tuples & Sets – Heterogeneous -Immutability
Python Data Structures – List – Pop – Remove – Extend – Insert – Extend – Functions and its usage. Sorting a list – Immutable List
range() function is introduced in Python3, in Python2 it is xrange(). Range can be used to generate a sequence of numbers. Range will not return…
Conditional statement is used to execute a block of code based on the condition.
This tutorial is most simplified to the level of beginners, very useful to anyone who are new to Python. For every concept, you can find a small Quiz to recall the topics and assess your understanding.