Quick Learnology

Python Programming :

  • Python is a popular programming language.
  • It is a simple, general purpose, high level, and object-oriented programming language.
  • Python is an interpreted scripting language also. 
  • Guido Van Rossum is known as the founder of Python programming.
  • Python Programming Language can be used on a server to create web applications.
  • There are two major Python versions: 
  • Python 2 and Python 3. Both are quite different.

Content :

Python Introduction:

  • What is Python ?
  • How to Install Python ?
  • First Python Program
  • Input and Output
  • Variables and Data Types
  • Keywords
  • Operators
  • Comments

Decision Control Statements:

  • IF/else statement
  • Switch statement

Loop Control Repetiotions:

  • Loops
  • for loop
  • while loop
  • do-while loop
  • Nested Loops
  • Casting

Functions :

  • Introduction
  • Python Functions
  • Python Built in functions
  • Python Lambda Functions

Arrays :

  • Introduction
  • Access the elements and length of an array
  • Looping , adding and removing array elements
  • Array Methods

Strings :

  • Introduction
  • Assign Strings
  • Multiline String
  • Looping and length of String
  • Check string or not

Lists :

  • Lists
  • Methods

Tuples , Sets and Dictinory :

  • Tuples
  • Sets
  • Dictionary