Merge pull request #15 from colliecoder/main

Update Programming.MD with ML resource
pull/1/head
CTome 2022-10-05 14:29:08 +01:00 committed by GitHub
commit 7f96f027ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,11 @@
- [W3 HTML Introduction](https://www.w3schools.com/html/)
### Python
- [RealPython](https://realpython.com/) - Python tutorials.
- [Python Turtles](https://docs.python.org/3/library/turtle.html) - The turtle library is a great way for beginners to explore Python.
- [PyCharm](https://www.jetbrains.com/pycharm/) - Popular IDE for Python developers.
### Static site generators
@ -95,6 +100,9 @@
- [Mathometer](http://mathometer.weebly.com/) - Maths Website from an IIT Bombay senior
- [MathBlog](https://www.mathblog.dk/) - Good Reading blog for Maths.
## Machine Learning
- [Google Machine Learning Crash Course](https://developers.google.com/machine-learning) - A really useful free course to get an introduction to machine learning.
- [Tensorflow](https://www.tensorflow.org) - An open source Python-based library for ML.
## Useful Codeforces Blogs