From 67bd29a32be70d1f1650cf8d0b3ab8c051d41b03 Mon Sep 17 00:00:00 2001 From: Musa Dango Date: Mon, 18 Sep 2023 15:50:22 +0100 Subject: [PATCH] Adding a useful resource --- CONTRIBUTORS.md | 1 + Python.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 68147c76..9afc3818 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -136,6 +136,7 @@ This is a list showing the GitHub usernames of all who have contributed to this - [@MrAFerreira](https://github.com/MrAFerreira) - [@Yoavbenzvi](https://github.com/Yoavbenzvi) - [@darnvisages](https://github.com/darnvisages) +- [@Sabarka01](https://github.com/Sabarka01) - [@Blusoup](https://github.com/Blusoup) - [@wroblewskim95](https://github.com/wroblewskim95) - [@sruthik27](https://github.com/sruthik27) diff --git a/Python.md b/Python.md index cec0c064..fa63abcf 100644 --- a/Python.md +++ b/Python.md @@ -71,6 +71,8 @@ - [Models and Algorithms for Unlabelled Data](https://www.manning.com/books/models-and-algorithms-for-unlabelled-data) Models and Algorithms for Unlabelled Data introduces mathematical techniques, key algorithms, and Python implementations that will help you build machine learning models for unannotated data. +- [Data camp](https://www.datacamp.com/courses/intro-to-python-for-data-science): DataCamp shines when it comes to educating people about data science. They offer this course — Introduction to Python — to help you master data analysis basics in Python and expand your skills by learning Numpy for scientific computing. + - [Publishing Python Packages](https://www.manning.com/books/publishing-python-packages) Create Python packages to share your code in a scalable and maintainable way. - [Python Concurrency with asyncio](https://www.manning.com/books/python-concurrency-with-asyncio) Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library.