@@ -110,6 +110,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
110
110
## JavaScript:
111
111
112
112
* [ Build 30 things in 30 days with 30 tutorials] ( https://javascript30.com )
113
+ * [ Build an App in Pure JS] ( https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6 )
113
114
114
115
### Mobile Application:
115
116
@@ -222,13 +223,15 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
222
223
### Web Applications:
223
224
224
225
* [ Build a Microblog with Flask] ( https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world )
225
- * [ Create a blog webapp in Django] ( https://tutorial.djangogirls.org/en/ )
226
- * [ Extend the Django Blog Web App] ( https://legacy.gitbook.com/book/djangogirls/django-girls-tutorial-extensions/details )
226
+ * Create a Blog Web App In Django
227
+ * [ Part I : Introduction] ( https://tutorial.djangogirls.org/en/ )
228
+ * [ Part II : Extension To Add More Features] ( https://legacy.gitbook.com/book/djangogirls/django-girls-tutorial-extensions/details )
227
229
* [ Choose Your Own Adventure Presentations] ( https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html )
228
230
* [ Build a Todo List with Flask and RethinkDB] ( https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/ )
229
231
* [ Build a Todo List with Django and Test-Driven Development] ( http://www.obeythetestinggoat.com/ )
230
232
* [ Build a RESTful Microservice in Python] ( http://www.skybert.net/python/developing-a-restful-micro-service-in-python/ )
231
233
* [ Microservices with Docker, Flask, and React] ( https://testdriven.io/ )
234
+ * [ Build A Simple Web App With Flask] ( https://pythonspot.com/flask-web-app-with-python/ )
232
235
233
236
### Bots:
234
237
@@ -240,9 +243,20 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
240
243
* [ Part 1] ( https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/ )
241
244
* [ Part 2] ( https://khashtamov.com/en/how-to-deploy-telegram-bot-django/ )
242
245
246
+ ### Data Science:
247
+
248
+ * Learn Python For Data Science by Siraj Raval:
249
+ * [ Part 1] ( https://www.youtube.com/watch?v=T5pRlIbr6gg )
250
+ * [ Part 2] ( https://www.youtube.com/watch?v=o_OZdbCzHUA )
251
+ * [ Part 3] ( https://www.youtube.com/watch?v=9gBC9R-msAk&list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU&index=3 )
252
+ * [ Part 4] ( https://www.youtube.com/watch?v=SSu00IRRraY&index=4&list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU )
253
+ * [ Part 5] ( https://www.youtube.com/watch?v=MrBzgvUNr4w&list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU&index=5 )
254
+ * [ Part 6] ( https://www.youtube.com/watch?v=dSofAXnnFrY&index=6&list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU )
255
+
243
256
### Machine Learning:
244
257
245
258
* [ Write Linear Regression From Scratch in Python] ( https://www.youtube.com/watch?v=uwwWVAgJBcM )
259
+ * [ Step-By-Step Machine Learning In Python] ( https://machinelearningmastery.com/machine-learning-in-python-step-by-step/ )
246
260
247
261
### Deep Learning:
248
262
0 commit comments