Skip to content

Commit 14acf80

Browse files
authored
Merge pull request practical-tutorials#66 from sayands/master
Added JS,Flask,Python Tutorials and Restructured Django Tutorials
2 parents 4521a30 + c822136 commit 14acf80

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
110110
## JavaScript:
111111

112112
* [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)
113114

114115
### Mobile Application:
115116

@@ -222,13 +223,15 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
222223
### Web Applications:
223224

224225
* [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)
227229
* [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html)
228230
* [Build a Todo List with Flask and RethinkDB](https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/)
229231
* [Build a Todo List with Django and Test-Driven Development](http://www.obeythetestinggoat.com/)
230232
* [Build a RESTful Microservice in Python](http://www.skybert.net/python/developing-a-restful-micro-service-in-python/)
231233
* [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/)
232235

233236
### Bots:
234237

@@ -240,9 +243,20 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
240243
* [Part 1](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/)
241244
* [Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/)
242245

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+
243256
### Machine Learning:
244257

245258
* [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/)
246260

247261
### Deep Learning:
248262

0 commit comments

Comments
 (0)