PYTHON
Common to all
BY
SIVAPRAKASH R
Python Overview
Introduction to Python
Getting started with Python
Integrated Development Environment (IDE)
Various Data Types in Python
String
, Integer
Float
Boolean
Type Casting and Boolean Variables
more.
Exceptions are errors or conditions that occur
during program execution.
Try/Except blocks are used to handle exceptions
and prevent the program from crashing.
Method Chaining
Method chaining is a technique where multiple
methods are called on the same object in one line
of code.
Variables and Data Types
Variables are used to store data.
Data types include int (integer), float (decimal),
str (string), list, tuple, set, and dict (dictionary).
String Methods in Python
Python has built-in functions for working with
strings, such
as len() , find() , capitalize() , upper() , l
ower() .
Common to all
BY
SIVAPRAKASH R
Python Overview
Introduction to Python
Getting started with Python
Integrated Development Environment (IDE)
Various Data Types in Python
String
, Integer
Float
Boolean
Type Casting and Boolean Variables
more.
Exceptions are errors or conditions that occur
during program execution.
Try/Except blocks are used to handle exceptions
and prevent the program from crashing.
Method Chaining
Method chaining is a technique where multiple
methods are called on the same object in one line
of code.
Variables and Data Types
Variables are used to store data.
Data types include int (integer), float (decimal),
str (string), list, tuple, set, and dict (dictionary).
String Methods in Python
Python has built-in functions for working with
strings, such
as len() , find() , capitalize() , upper() , l
ower() .