Added Django for Everybody and Restructuring of Python topic (#4473)

* Added open source material of Django for Everybody Course

* Restructured Python and added django and flask sub headings

* Change django for everybody link to a direct link to lessons

* Added required line break

* Minor fix
This commit is contained in:
Basil Victor 2020-10-21 19:14:16 +05:30 committed by GitHub
parent 7deded409d
commit 5f5ad52af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 3 deletions

View File

@ -47,6 +47,8 @@
* [Perl](#perl)
* [PHP](#php)
* [Python](#python)
* [Django](#django)
* [Flask](#flask)
* [QB64](#QB64)
* [R](#r)
* [RethinkDB](#rethinkdb)
@ -489,9 +491,6 @@
* [Python Beginners-Intermediate Tutorial](https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU) - Corey Schafer
* [Python Course](http://www.python-course.eu)
* [Python Course from scratch](https://scrimba.com/playlist/pNpZMAB) - Olaf Paulson (scrimba)
* [Python Django Basics Tutorial](https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p) - Corey Schafer
* [Python Flask Framework Tutorial](https://www.youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH) - Corey Schafer
* [Python Flask Tutorial](https://www.tutorialspoint.com/flask/flask_overview.htm) (TutorialsPoint)
* [Python for Everybody](https://www.py4e.com/lessons) (Coursera Reading Materials with YouTube Videos)
* [Python Learn Course](https://www.kaggle.com/learn/python) - Colin Morris (Kaggle)
* [Python Programming Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWpX_byHyTEj9hecPngl2DqR)
@ -500,6 +499,18 @@
* [The Python Tutorial](https://docs.python.org/3/tutorial/)
#### Django
* [Django for Everybody](https://dj4e.sites.uofmhosting.net/lessons) (Coursera Reading Materials with YouTube Videos)
* [Python Django Basics Tutorial](https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p) - Corey Schafer
#### Flask
* [Python Flask Framework Tutorial](https://www.youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH) - Corey Schafer
* [Python Flask Tutorial](https://www.tutorialspoint.com/flask/flask_overview.htm) (TutorialsPoint)
### QB64
* [Game Programming with QB64](http://qb64sourcecode.com) - Terry Ritchie