Skip to content

Commit 6bc5614

Browse files
authored
Revise README for Python project overview
Updated README to reflect the journey from beginner to advanced Python programming, added sections for running the code, live demo, and sample code.
1 parent 2b6490d commit 6bc5614

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# My First Python Program — Hello World
1+
# Python Basic to Advance
22

3-
This repository contains my very first Python program.
4-
It simply prints "Hello, World!" to the screen.
3+
This repository contains my journey from beginner to advanced Python programs.
4+
It includes examples of data types, input handling, string manipulation, and more.
55

6-
## Code
6+
## 🚀 Run the Code
7+
[![Open in Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=amratadev/Python-Basic-to-Advance)
8+
9+
## 🔗 Live Demo
10+
Visit my GitHub Pages site:
11+
[🌐 Python-Basic-to-Advance](https://amratadev.github.io/Python-Basic-to-Advance/)
12+
13+
## 📜 Sample Code
714
```python
815
print("Hello, World!")

0 commit comments

Comments
 (0)