RAIN-INN FUTMINNA AI With Python (DAY - 2)
RAIN-INN FUTMINNA AI With Python (DAY - 2)
(RAIN-INN FUTMINNA)
DAY
2
Python Data
Structures
What you will learn!!!
• Installing Anaconda
• Intro To Data Structures
• Lists
• Tuples
• Sets
• Arithmetic Operations
• Logical Operations
• Bitwise Operations
• Comparison Of Data Structures
Installing Anaconda
Lists
Tuples
Sets
Python Lists
It is the collection of items that is ordered and
mutable (changeable). Think about a shopping
list that you can add, modify and remove
foodstuff items from.
Logical
Operations
It allows us to perform boolean operations on
conditions. They return True and False based on
conditions.
Common operations are: and, not, or
Bitwise
Operations
They work on bits (0s and 1s), performing
operations like AND, OR and shifting.
Common operations:
& - Bitwise AND
| - Bitwise OR
~ - Bitwise NOT
Data Structures
Comparison
•Lists are ordered, changeable and allows
duplicate items.
www.w3schools.com
www.coursera.org
www.geeksforgeeks.org
www.edx.org
www.datacamp.com
www.javatpoint.com
www.udacity.com
Thanks For
Listening!!!