We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323a144 commit d773622Copy full SHA for d773622
README.md
@@ -1,2 +1,24 @@
1
# Python_for_Data_Science
2
-1.Python Basics function
+## 1.Python Basics function
3
+### Variables in Python
4
+### Indexing
5
+### Arithmetic Operations
6
+### Boolean Operations
7
+### Sequence
8
++ List
9
++ Slicing
10
++ Tuple
11
12
++ String
13
+### List Comprehension
14
+### For Loops
15
++ Sequence are Iterable
16
++ if elif and else Condition
17
+### Function
18
+### List Methods
19
++ Adding into the list
20
++ Insert is used to replace number of a particular index number
21
++ Removing elements from a list
22
++ Replace
23
++ Repitition Operation
24
++ Sort a list
0 commit comments