0% found this document useful (0 votes)
17 views120 pages

Python Notes

Python notes

Uploaded by

reshrewall
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views120 pages

Python Notes

Python notes

Uploaded by

reshrewall
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 120

Introduction to Python

From the lectures of Srikanth Varma Chekuri,


https://www.scaler.com/topics/course/python-sql-data-science/

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

You might also like