Skip to content

Commit 0771a15

Browse files
Add files via upload
1 parent fbb4547 commit 0771a15

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

Libraries in python.ipynb

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,42 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## Libraries in Python\n",
7+
"# <center>Welcome to Python Programming "
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"**Contents**\n",
15+
"1. Introduction to python\n",
16+
"2. Applications of python\n",
17+
"3. IDEs\n",
18+
"4. Introduction to python Interpreter\n",
19+
"5. Indentation and comments\n",
20+
"6. Keywords\n",
21+
"7. Variables - Identifiers\n",
22+
"8. Built-In types\n",
23+
"9. Assigning Values to variables\n",
24+
"10. Input and Output Statements\n",
25+
"11. Operators\n",
26+
"12. Control Structutres\n",
27+
"13. Math & Random Modules\n",
28+
"14. List\n",
29+
"15. Tuple\n",
30+
"16. Strings\n",
31+
"17. Set\n",
32+
"18. DIctionary\n",
33+
"19. Functions\n",
34+
"20. Files\n",
35+
"21. Libraries in Python"
36+
]
37+
},
38+
{
39+
"cell_type": "markdown",
40+
"metadata": {},
41+
"source": [
42+
"# 21. Libraries in Python\n",
843
"- There are many libraries in python\n",
944
"- In every library there no.of functions\n",
1045
"- We have to learn which library is sutable for our applications, Then we will use those function directly to our application\n",

0 commit comments

Comments
 (0)