We can convert a type of data structure to another type. Learn to convert the type of a data structure to another type.
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…
Loops are block of statements that will be repeatedly executed until the condition is true. Python has 2 types of loops: Type #1: While Loop:…
Conditional statement is used to execute a block of code based on the condition.
Python basic short quiz. 5 Questions. Difficulty Level: Easy. Concept: Python Strings.

