Added Python section + new resource links

pull/1/head
Kiersten Campbell 2022-10-04 23:44:46 -04:00 committed by GitHub
parent 3fbdad0bc8
commit 3077bca676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -34,6 +34,11 @@
- [W3 HTML Introduction](https://www.w3schools.com/html/)
### Python
- [RealPython](https://realpython.com/)
- [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/) - Great IDE for Python developers.
### Static site generators
@ -96,7 +101,8 @@
- [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.
- [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