Skip to content

Commit decae34

Browse files
authored
Update README.md
1 parent 6676170 commit decae34

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# Python-Basics
2-
This repository contains phyton basic examples
1+
# Python Basics Repository
2+
3+
This repository contains tutorials on the basics of Python programming. Each notebook covers a different fundamental concept.
4+
5+
## Notebooks
6+
7+
- [Literals in Python](Literals_in_Python.ipynb)
8+
- [Operators in Python](Operators_in_Python.ipynb)
9+
- [Type Conversion](Type-Conversion.ipynb)
10+
- [Python Data Types](python-data-types.ipynb)
11+
- [Taking User Input](taking-users-input.ipynb)
12+
- [Print Function](print-function.ipynb)
13+
14+
Feel free to explore these notebooks and enhance your Python skills.

0 commit comments

Comments
 (0)