Python Language Fundamentals
  • What is Python and Father of Python
  • Easiness of Python when compared with Other Languages
  • Why the name 'Python'
  • Python as All Rounder
  • Where we can use Python
  • Features of Python: Part-1
  • Features of Python: Part-2
  • Features of Python: Part-3
  • Features of Python: Part-4
  • Features of Python Summary
  • Limitations and Flavors of Python
  • Python Versions
  • Python Identifiers
  • Python Reserved Words
  • Data Types Introduction
  • Data Types: int data type
  • Data Types: Base Conversion Functions
  • Data Types: float data type
  • Data Types: complex data type
  • Data Types: bool data type
  • Data Types: str data type representations by using single,double and triple quot
  • Data Types: str data type - positive and negative index
  • Data Types: str data type - Slice Operator
  • Data Types: str data type - Slice Operator Applications
  • Data Types: + and * operators for str data type
  • Type Casting: introduction and int() function
  • Type Casting: float() and complex() functions
  • Type Casting: bool() and str() functions
  • Type Casting: Summary
  • Fundamental Data Types vs Immutability : Meaning Of Immutability
  • Fundamental Data Types vs Immutability : Need Of Immutability
  • Immutability vs Mutability
  • Python Data Types: List data type
  • Python Data Types: Tuple data type
  • Python Data Types: Set data type
  • Python Data Types: FrozenSet
  • Python Data Types: Dict
  • Python Data Types: range
  • Python Data Types: bytes and bytearray
  • Python Data Types Summary
  • None Data Type
  • Escape Characters,Comments and Constants