Skip to content

Commit

Permalink
Merge pull request #952 from Sabarka01/newresource
Browse files Browse the repository at this point in the history
Adding a useful resource
  • Loading branch information
l-white authored Sep 18, 2023
2 parents 3fef5ba + 67bd29a commit 229ac24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 229ac24

Please sign in to comment.