mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-15 06:07:41 +03:00
131 lines
9.1 KiB
Markdown
131 lines
9.1 KiB
Markdown
# Tutorials and Resources
|
||
|
||
There are a wide range of resources available for learning and using Django REST framework. We try to keep a comprehensive list available here.
|
||
|
||
## Books
|
||
|
||
<div class="book-covers">
|
||
<a class="book-cover" href="https://hellowebapp.com/order/">
|
||
<img src="../../img/books/hwa-cover.png"/>
|
||
</a>
|
||
<a class="book-cover" href="https://www.twoscoopspress.com/products/two-scoops-of-django-1-11">
|
||
<img src="../../img/books/tsd-cover.png"/>
|
||
</a>
|
||
<a class="book-cover" href="https://wsvincent.com/books/">
|
||
<img src="../../img/books/rad-cover.png"/>
|
||
</a>
|
||
<a class="book-cover" href="https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/">
|
||
<img src="../../img/books/bda-cover.png"/>
|
||
</a>
|
||
</div>
|
||
|
||
## Tutorials
|
||
|
||
* [Beginner's Guide to the Django REST Framework][beginners-guide-to-the-django-rest-framework]
|
||
* [Django REST Framework - An Introduction][drf-an-intro]
|
||
* [Django REST Framework Tutorial][drf-tutorial]
|
||
* [Django REST Framework Course][django-rest-framework-course]
|
||
* [Building a RESTful API with Django REST Framework][building-a-restful-api-with-drf]
|
||
* [Getting Started with Django REST Framework and AngularJS][getting-started-with-django-rest-framework-and-angularjs]
|
||
* [End to End Web App with Django REST Framework & AngularJS][end-to-end-web-app-with-django-rest-framework-angularjs]
|
||
* [Start Your API - Django REST Framework Part 1][start-your-api-django-rest-framework-part-1]
|
||
* [Permissions & Authentication - Django REST Framework Part 2][permissions-authentication-django-rest-framework-part-2]
|
||
* [ViewSets and Routers - Django REST Framework Part 3][viewsets-and-routers-django-rest-framework-part-3]
|
||
* [Django REST Framework User Endpoint][django-rest-framework-user-endpoint]
|
||
* [Check Credentials Using Django REST Framework][check-credentials-using-django-rest-framework]
|
||
* [Creating a Production Ready API with Python and Django REST Framework – Part 1][creating-a-production-ready-api-with-python-and-drf-part1]
|
||
* [Creating a Production Ready API with Python and Django REST Framework – Part 2][creating-a-production-ready-api-with-python-and-drf-part2]
|
||
* [Django REST Framework Tutorial - Build a Blog API][django-rest-framework-tutorial-build-a-blog]
|
||
* [Django REST Framework & React Tutorial - Build a Todo List API][django-rest-framework-react-tutorial-build-a-todo-list]
|
||
* [Tutorial: Django REST with React (Django 2.0)][django-rest-react-valentinog]
|
||
|
||
|
||
## Videos
|
||
|
||
### Talks
|
||
|
||
* [Level Up! Rethinking the Web API Framework][pycon-us-2017]
|
||
* [How to Make a Full Fledged REST API with Django OAuth Toolkit][full-fledged-rest-api-with-django-oauth-tookit]
|
||
* [Django REST API - So Easy You Can Learn It in 25 Minutes][django-rest-api-so-easy]
|
||
* [Tom Christie about Django Rest Framework at Django: Under The Hood][django-under-hood-2014]
|
||
* [Django REST Framework: Schemas, Hypermedia & Client Libraries][pycon-uk-2016]
|
||
|
||
|
||
### Tutorials
|
||
|
||
|
||
* [Django REST Framework Part 1][django-rest-framework-part-1-video]
|
||
* [Django REST Framework in Your PJ's!][drf-in-your-pjs]
|
||
* [Building a REST API Using Django & Django REST Framework][building-a-rest-api-using-django-and-drf]
|
||
* [Blog API with Django REST Framework][blog-api-with-drf]
|
||
* [Ember and Django Part 1][ember-and-django-part 1-video]
|
||
* [Django REST Framework Image Upload Tutorial (with AngularJS)][drf-image-upload-tutorial-with-angularjs]
|
||
* [Django REST Framework Tutorials][drf-tutorials]
|
||
|
||
|
||
## Articles
|
||
|
||
* [Web API performance: Profiling Django REST Framework][web-api-performance-profiling-django-rest-framework]
|
||
* [API Development with Django and Django REST Framework][api-development-with-django-and-django-rest-framework]
|
||
* [Integrating Pandas, Django REST Framework and Bokeh][integrating-pandas-drf-and-bokeh]
|
||
* [Controlling Uncertainty on Web Applications and APIs][controlling-uncertainty-on-web-apps-and-apis]
|
||
* [Full Text Search in Django REST Framework with Database Backends][full-text-search-in-drf]
|
||
* [OAuth2 Authentication with Django REST Framework and Custom Third-Party OAuth2 Backends][oauth2-authentication-with-drf]
|
||
* [Nested Resources with Django REST Framework][nested-resources-with-drf]
|
||
* [Image Fields with Django REST Framework][image-fields-with-drf]
|
||
* [Chatbot Using Django REST Framework + api.ai + Slack — Part 1/3][chatbot-using-drf-part1]
|
||
* [New Django Admin with DRF and EmberJS... What are the News?][new-django-admin-with-drf-and-emberjs]
|
||
* [Blog posts about Django REST Framework][medium-django-rest-framework]
|
||
|
||
### Documentations
|
||
* [Classy Django REST Framework][cdrf.co]
|
||
* [DRF-schema-adapter][drf-schema]
|
||
|
||
Want your Django REST Framework talk/tutorial/article to be added to our website? Or know of a resource that's not yet included here? Please [submit a pull request][submit-pr] or [email us][anna-email]!
|
||
|
||
|
||
[beginners-guide-to-the-django-rest-framework]: https://code.tutsplus.com/tutorials/beginners-guide-to-the-django-rest-framework--cms-19786
|
||
[getting-started-with-django-rest-framework-and-angularjs]: https://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html
|
||
[end-to-end-web-app-with-django-rest-framework-angularjs]: https://mourafiq.com/2013/07/01/end-to-end-web-app-with-django-angular-1.html
|
||
[start-your-api-django-rest-framework-part-1]: https://godjango.com/41-start-your-api-django-rest-framework-part-1/
|
||
[permissions-authentication-django-rest-framework-part-2]: https://godjango.com/43-permissions-authentication-django-rest-framework-part-2/
|
||
[viewsets-and-routers-django-rest-framework-part-3]: https://godjango.com/45-viewsets-and-routers-django-rest-framework-part-3/
|
||
[django-rest-framework-user-endpoint]: https://richardtier.com/2014/02/25/django-rest-framework-user-endpoint/
|
||
[check-credentials-using-django-rest-framework]: https://richardtier.com/2014/03/06/110/
|
||
[ember-and-django-part 1-video]: http://www.neckbeardrepublic.com/screencasts/ember-and-django-part-1
|
||
[django-rest-framework-part-1-video]: http://www.neckbeardrepublic.com/screencasts/django-rest-framework-part-1
|
||
[web-api-performance-profiling-django-rest-framework]: https://www.dabapps.com/blog/api-performance-profiling-django-rest-framework/
|
||
[api-development-with-django-and-django-rest-framework]: https://bnotions.com/api-development-with-django-and-django-rest-framework/
|
||
[cdrf.co]:http://www.cdrf.co
|
||
[medium-django-rest-framework]: https://medium.com/django-rest-framework
|
||
[django-rest-framework-course]: https://teamtreehouse.com/library/django-rest-framework
|
||
[pycon-uk-2016]: https://www.youtube.com/watch?v=FjmiGh7OqVg
|
||
[django-under-hood-2014]: https://www.youtube.com/watch?v=3cSsbe-tA0E
|
||
[integrating-pandas-drf-and-bokeh]: https://machinalis.com/blog/pandas-django-rest-framework-bokeh/
|
||
[controlling-uncertainty-on-web-apps-and-apis]: https://machinalis.com/blog/controlling-uncertainty-on-web-applications-and-apis/
|
||
[full-text-search-in-drf]: https://machinalis.com/blog/full-text-search-on-django-rest-framework/
|
||
[oauth2-authentication-with-drf]: https://machinalis.com/blog/oauth2-authentication/
|
||
[nested-resources-with-drf]: https://machinalis.com/blog/nested-resources-with-django/
|
||
[image-fields-with-drf]: https://machinalis.com/blog/image-fields-with-django-rest-framework/
|
||
[chatbot-using-drf-part1]: https://chatbotslife.com/chatbot-using-django-rest-framework-api-ai-slack-part-1-3-69c7e38b7b1e#.g2aceuncf
|
||
[new-django-admin-with-drf-and-emberjs]: https://blog.levit.be/new-django-admin-with-emberjs-what-are-the-news/
|
||
[drf-schema]: https://drf-schema-adapter.readthedocs.io/en/latest/
|
||
[creating-a-production-ready-api-with-python-and-drf-part1]: https://www.andreagrandi.it/2016/09/28/creating-production-ready-api-python-django-rest-framework-part-1/
|
||
[creating-a-production-ready-api-with-python-and-drf-part2]: https://www.andreagrandi.it/2016/10/01/creating-a-production-ready-api-with-python-and-django-rest-framework-part-2/
|
||
[django-rest-framework-tutorial-build-a-blog]: https://wsvincent.com/django-rest-framework-tutorial/
|
||
[django-rest-framework-react-tutorial-build-a-todo-list]: https://wsvincent.com/django-rest-framework-react-tutorial/
|
||
[django-rest-api-so-easy]: https://www.youtube.com/watch?v=cqP758k1BaQ
|
||
[full-fledged-rest-api-with-django-oauth-tookit]: https://www.youtube.com/watch?v=M6Ud3qC2tTk
|
||
[drf-in-your-pjs]: https://www.youtube.com/watch?v=xMtHsWa72Ww
|
||
[building-a-rest-api-using-django-and-drf]: https://www.youtube.com/watch?v=PwssEec3IRw
|
||
[drf-tutorials]: https://www.youtube.com/watch?v=axRCBgbOJp8&list=PLJtp8Jm8EDzjgVg9vVyIUMoGyqtegj7FH
|
||
[drf-image-upload-tutorial-with-angularjs]: https://www.youtube.com/watch?v=hMiNTCIY7dw&list=PLUe5s-xycYk_X0vDjYBmKuIya2a2myF8O
|
||
[blog-api-with-drf]: https://www.youtube.com/watch?v=XMu0T6L2KRQ&list=PLEsfXFp6DpzTOcOVdZF-th7BS_GYGguAS
|
||
[drf-an-intro]: https://realpython.com/blog/python/django-rest-framework-quick-start/
|
||
[drf-tutorial]: https://tests4geeks.com/django-rest-framework-tutorial/
|
||
[building-a-restful-api-with-drf]: https://agiliq.com/blog/2014/12/building-a-restful-api-with-django-rest-framework/
|
||
[submit-pr]: https://github.com/encode/django-rest-framework
|
||
[anna-email]: mailto:anna@django-rest-framework.org
|
||
[pycon-us-2017]: https://www.youtube.com/watch?v=Rk6MHZdust4
|
||
[django-rest-react-valentinog]: https://www.valentinog.com/blog/tutorial-api-django-rest-react/
|