Skip to content

Commit 7e55f4b

Browse files
Update README.md
1 parent 0aad919 commit 7e55f4b

1 file changed

Lines changed: 42 additions & 2 deletions

File tree

README.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
1-
# Python-Notes
2-
This repository contains my Python notes, covering key concepts, code examples, and problem-solving techniques. It includes insights from tutorials and personal projects.
1+
Welcome to my Python Notes repository! This repository contains a collection of personal notes, concepts, and code snippets that I’ve learned while studying Python. These notes aim to help anyone looking to learn Python, understand key concepts, and improve their problem-solving skills.
2+
3+
# Contents
4+
5+
**Python Concepts:** Key programming concepts and techniques explained through notes.
6+
7+
**Code Snippets:** Practical examples and solutions to common problems in Python.
8+
9+
10+
# Learning Source
11+
12+
I learned Python through the Code with Haary YouTube channel, specifically the Python tutorial playlist for absolute beginners. The playlist covers fundamental concepts and provides step-by-step guidance for building your Python skills.
13+
14+
You can access the full playlist [here](https://youtube.com/playlist?list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME&si=qrJh-JVGp8zVM8l3)
15+
16+
# License
17+
18+
This repository is open for usage, modification, and distribution under the [MIT](https://github.com/HarshKumarSaw/Python-Notes/blob/main/LICENSE) License. Feel free to fork, clone, and contribute to the repository as per the terms of the license.
19+
20+
# How to Use
21+
22+
1. Clone this repository using the following command:
23+
24+
```bash
25+
https://github.com/HarshKumarSaw/Python-Notes.git
26+
```
27+
28+
29+
2. Navigate through the files to explore different notes and code snippets.
30+
31+
32+
3. For running any Python code, make sure Python is installed on your system. You can download it from the official Python website.
33+
34+
35+
36+
# Contributing
37+
38+
I welcome contributions to enhance this repository. You can:
39+
40+
* Suggest improvements or submit issues.
41+
42+
* Fork the repository, make your changes, and submit a pull request.

0 commit comments

Comments
 (0)