Python Boot Camp1235
Python Boot Camp1235
Overview Ye
ar
1990
Purpose
Python Libraries helps to do lot of tasks
easily
Data Science
Application
Creating Websites
T
y
p
e
int
1 Integers
Example
1 40 789 947
Ty
pe
float
2 Floating Point
Example
T
y
p
e
str
3 String
Example
T
y
p
e
list
4 List
Example
T
y
Data Types
p
e
dict
5 Dictionaries
Example
{"Age":26 , "Name":"Champ","marks":99}
T
y
p
e
tup
6 Tuples
Example
(26,"champ",99)
T
y
p
e
set
7 Sets
Example
{"hai","champ"}
Ty
p
e
bool
8 Booleans
Example
True or False
Subtopic 1
Subtopic 2
Power Subtopic 1
2. String
2. Data Structure
3. List
Shuffle Subtopic 1
4. Dictionary
5. Tuples
6. Sets
LIST Collection of Ordered Data Square Braces [] MUTABLE append - add elements pop - remove the element Sort - sorting elements index - Searching given element reverse - reverse the element
if else Subtopic 1
1. If else else if
Subtopic 1
Subtopic 2
String Subtopic 1
2.For
Dictionary Subtopic 1
Subtopic 1
Increment
Range
Decrement
For Range If
3. While
4.Enumerate Subtopic 1
5.Zip Subtopic 1
Without Arguement
With Arguement
6. Function Subtopic 3
Prime Number
7. Map Subtopic 1
8.Filter Subtopic 1
9. Lambda Subtopic 1