Python Tutorial

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.

Follow the below series to read and understand Pythan Tutorials thoroughly:

Python Introdution

  • What is Python?
  • Python Uses
  • Popularity of Python
  • Python Syntax
  • Why Should you learn Python?
  • Development Environment

Features Of Python

  • Simple Language – Ease To Learn
  • Free and Open Source
  • Portability
  • Extensible and Embeddeble
  • High Level – Interpreted Language
  • Large Standard Libraries
  • Object Oriented

Expressions of Python

  • Expressions
  • Precedence in Python





Data Types in Python

  • Numeric Type
  • Sequence Type
  • Boolean
  • Set
  • Dictionary


Leave a comment