Skip to content

Commit 6e71b6c

Browse files
committed
2 parents 803c1b0 + 0b3aff3 commit 6e71b6c

1 file changed

Lines changed: 38 additions & 1 deletion

File tree

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,39 @@
11
# Learn Python
2-
Learn python from beginning to advanced features
2+
3+
Learn Python from the basics to advanced features through hands-on examples and practical exercises.
4+
5+
## Overview
6+
7+
This [repository](https://github.com/StudySage/learn_python) is dedicated to helping learners master Python. It provides a structured path from beginner topics to more advanced programming concepts. Whether you are new to Python or looking to expand your skills, you'll find a range of resources and examples to support your learning journey.
8+
9+
## Getting Started
10+
11+
To get started with the Python materials:
12+
1. **Clone the [Repository](https://github.com/StudySage/learn_python)**
13+
Open your terminal and run:
14+
```bash
15+
git clone https://github.com/StudySage/learn_python.git
16+
cd learn_python
17+
```
18+
2. **Run the Jupyter Notebooks**
19+
Ensure you have Python and Jupyter Notebook installed. Launch Jupyter Notebook with:
20+
```bash
21+
jupyter notebook
22+
```
23+
Then, open any notebook file (.ipynb) to begin learning.
24+
25+
**Better Options:**
26+
You can also open the notebook files in [VS Code](https://code.visualstudio.com/) or open them in [Google Colab](https://colab.research.google.com/) for playing with the codes.
27+
28+
Copy and open the urls in Google Colab:
29+
- [chapter_1_python_basic.ipynb](https://github.com/StudySage/learn_python/blob/main/en/chapter_1_python_basic.ipynb)
30+
- [chapter_2_functions_and_modules.ipynb](https://github.com/StudySage/learn_python/blob/main/en/chapter_2_functions_and_modules.ipynb)
31+
32+
## Learning Path
33+
34+
The content is designed to gradually build your Python skills:
35+
- **Introduction and Basics:** Learn fundamental Python syntax, data types, and control structures.
36+
- **Intermediate Topics:** Explore functions, modules, file I/O, and error handling.
37+
- **Advanced Features:** Dive into object-oriented programming, advanced libraries, and best practices.
38+
39+
Each section is accompanied by example code and exercises to reinforce your understanding.

0 commit comments

Comments
 (0)