From 0eec170c8403b656ef5089377edc18295126c530 Mon Sep 17 00:00:00 2001 From: Sharvani Date: Sun, 12 Apr 2026 10:32:31 +0530 Subject: [PATCH 1/4] Added Data Analysis with Python course under Data Science --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f3119b7..2c43ed4e 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) - [Create a Twitter Bot In Python](https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607) +### Data Analysis: + + ### Data Science: - Learn Python For Data Science by Doing Several Projects (video): @@ -416,6 +419,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 5: Deep Dream in TensorFlow](https://www.youtube.com/watch?v=MrBzgvUNr4w&list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU&index=5) - [Part 6: Genetic Algorithms](https://www.youtube.com/watch?v=dSofAXnnFrY&index=6&list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU) +- Data Analysis with Python (course): + - [Introduction to Data Analysis](https://www.freecodecamp.org/learn/data-analysis-with-python/) + ### Machine Learning: - [Write Linear Regression From Scratch in Python](https://www.youtube.com/watch?v=uwwWVAgJBcM) (video) From 6fc19e0888ad3f54cac004cee7e41d6daf0a03da Mon Sep 17 00:00:00 2001 From: Sharvani Date: Sun, 12 Apr 2026 10:35:15 +0530 Subject: [PATCH 2/4] Formatting --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 2c43ed4e..e41fb743 100644 --- a/README.md +++ b/README.md @@ -406,9 +406,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) - [Create a Twitter Bot In Python](https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607) -### Data Analysis: - - ### Data Science: - Learn Python For Data Science by Doing Several Projects (video): @@ -421,7 +418,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - Data Analysis with Python (course): - [Introduction to Data Analysis](https://www.freecodecamp.org/learn/data-analysis-with-python/) - ### Machine Learning: - [Write Linear Regression From Scratch in Python](https://www.youtube.com/watch?v=uwwWVAgJBcM) (video) From b0ab7d2c60f1a787bd20ebe80836fc6488415698 Mon Sep 17 00:00:00 2001 From: Sharvani Date: Sun, 12 Apr 2026 10:38:51 +0530 Subject: [PATCH 3/4] Followed proper structure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e41fb743..a8348086 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - Data Analysis with Python (course): - [Introduction to Data Analysis](https://www.freecodecamp.org/learn/data-analysis-with-python/) + ### Machine Learning: - [Write Linear Regression From Scratch in Python](https://www.youtube.com/watch?v=uwwWVAgJBcM) (video) From 9187cfc9be5be0a4681781eb229cf9d90e459978 Mon Sep 17 00:00:00 2001 From: Sharvani Date: Sun, 12 Apr 2026 10:45:48 +0530 Subject: [PATCH 4/4] =?UTF-8?q?Link=20to=20freeCodeCamp=E2=80=99s=20Data?= =?UTF-8?q?=20Analysis=20with=20Python=20curriculum.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8348086..51476756 100644 --- a/README.md +++ b/README.md @@ -417,7 +417,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 6: Genetic Algorithms](https://www.youtube.com/watch?v=dSofAXnnFrY&index=6&list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU) - Data Analysis with Python (course): - - [Introduction to Data Analysis](https://www.freecodecamp.org/learn/data-analysis-with-python/) + - [Freecodecamp Introduction to Data Analysis](https://www.freecodecamp.org/learn/data-analysis-with-python/) ### Machine Learning: