Python Notes
Python Notes
Written by
Raghavendra mani
https://www.linkedin.com/in/raghavendramanibommuluri/
Contents:
Python, Anaconda and relevant packages installations
Why learn Python?
Keywords and identifiers
comments, indentation and statements
Variables and data types in Python
Standard Input and Output
Operators
Control flow: if else
Control flow: while loop
Control flow: for loop
Control flow: break and continue
Data Structures
Lists
Tuples part 1
Tuples part-2
Sets
Dictionary
Strings
Functions
Introduction
Types of functions
Function arguments
Recursive functions
Lambda functions
Modules
Packages
File Handling
Exception Handling
Debugging Python