Posts

Showing posts from December, 2020

1 PYTHON PROGRAMMING

Image
  Python Programming tutorial provides basic and advanced concepts of Python programming. This Python programming  tutorial is designed for beginners and professionals.  Python is a simple, general purpose, high level, and object-oriented programming language. In this we have different chapter and their concepts Python Programming : tokens, literals, identifiers, keywords, special symbols and operators; fundamental data types, expressions, type conversions, handling Input and output in Python. Selection Statements : if statement, if-else statement, if-elif-else statement, nested-if statement.  Iterative Statements : while loop, for loop, break statement, continue statement, pass and else statements used with loops. Sequences : Lists and operations - creating, inserting elements, updating elements, deleting elements, searching and sorting, list comprehensions, nested lists; tuples - creating, searching and sorting, nested tuples;  strings - Initializing a string and string opera