Skip to content

Commit e5dfdd6

Browse files
starting with Python 2024
1 parent 8206e4d commit e5dfdd6

File tree

2 files changed

+88
-8
lines changed

2 files changed

+88
-8
lines changed

.idea/workspace.xml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

The Compelet Python 2024/README.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
2+
# Python Learning Journey 📚🐍
3+
4+
Welcome to my repository dedicated to learning Python through four different comprehensive resources. This project serves as my study guide and personal progress tracker, combining various approaches to mastering Python for multiple domains like automation, artificial intelligence, and DevOps.
5+
6+
## 📅 **Courses and Resources:**
7+
1. **The Complete Python 2024**
8+
- 📚 Description: A full-stack course that covers Python programming for beginners and advanced users.
9+
- 📅 Start Date:
10+
- 📅 End Date:
11+
- Progress: [ ] Not Started | [ ] In Progress | [ ] Completed
12+
13+
2. **100 Days of Code: Python**
14+
- 📚 Description: A challenge to code for 100 consecutive days, with focus on Python projects and exercises.
15+
- 📅 Start Date:
16+
- 📅 End Date:
17+
- Progress: [ ] Not Started | [ ] In Progress | [ ] Completed
18+
19+
3. **Google IT Automation with Python**
20+
- 📚 Description: Google’s professional certification course focusing on Python for system administration and automation.
21+
- 📅 Start Date:
22+
- 📅 End Date:
23+
- Progress: [ ] Not Started | [ ] In Progress | [ ] Completed
24+
25+
4. **Python for AI and DevOps**
26+
- 📚 Description: Python applications in artificial intelligence and DevOps for automation, deployments, and data processing.
27+
- 📅 Start Date:
28+
- 📅 End Date:
29+
- Progress: [ ] Not Started | [ ] In Progress | [ ] Completed
30+
31+
## 📂 **Project Structure:**
32+
```bash
33+
📦Python-Learning-Journey
34+
┣ 📂Complete-Python-2024
35+
┃ ┣ 📜README.md
36+
┃ ┣ 📜...
37+
┣ 📂100-Days-Python
38+
┃ ┣ 📜README.md
39+
┃ ┣ 📜...
40+
┣ 📂Google-Automation-Python
41+
┃ ┣ 📜README.md
42+
┃ ┣ 📜...
43+
┣ 📂Python-AI-DevOps
44+
┃ ┣ 📜README.md
45+
┃ ┣ 📜...
46+
┗ 📜README.md
47+
```
48+
49+
## 🚀 **Getting Started**
50+
To start exploring, you can clone this repository:
51+
52+
```bash
53+
git clone https://github.com/your-username/repository-name.git
54+
cd repository-name
55+
```
56+
57+
## 🎯 **Goal:**
58+
- Gain proficiency in Python for automation, web development, AI, and DevOps.
59+
- Work on real-world projects after completing theory sections.
60+
- Document all exercises and project results in this repository for future reference.
61+
62+
## 📈 **Progress Tracking:**
63+
I will update this section with notes, progress, and milestones for each resource as I proceed.
64+
65+
## 🛠 **Tools and Technologies:**
66+
- Python 3.x
67+
- Jupyter Notebook
68+
- Docker (for DevOps)
69+
- TensorFlow/PyTorch (for AI)
70+
71+
## 🔥 **Challenges and Takeaways:**
72+
- I will update my learnings, challenges, and insights in each folder specific to the resource. Feel free to explore individual directories for more in-depth notes and code samples.
73+
74+
## 👤 **Author:**
75+
- **Name:** Hammad Ibrahim Muhammed
76+
- **GitHub:** [GitHub Profile](https://github.com/orgs/DevOps-With-Hammad/dashboard)
77+
- **LinkedIn:** [LinkedIn Profile](https://www.linkedin.com/in/hammad-ibrahim/)
78+
79+
## 📄 **License:**
80+
This project is licensed under the personal home of me License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)