Gokul Patil
Gokul Patil
  • 134
  • 91 783
Serializers vs ModelSerializer in DRF | Django Rest Framework Tutorial
In this video, I am going to show you the differences between serializer and modelserializer. The serializers and modelserializers can be written in two different ways and the serializers and modelserializers serve two different purposes in django rest framework
😁 Quora profile: www.quora.com/profile/Gokul-Patil-136
📱 Twitter: gokulpatil
📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/
🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟
See Complete Playlists:
Django Tutorial: th-cam.com/play/PL54zZFbWtkcMPMT3mhSwCvJJKo-fBwa5Y.html
Python Interview Preparation: th-cam.com/play/PL54zZFbWtkcOOWBOvxsHOOGjN127o5K71.html
Project Development: th-cam.com/users/playlist?list...
Placement Series: th-cam.com/users/playlist?list...
Python Tutorial: th-cam.com/users/playlist?list...
Data Structures: th-cam.com/users/playlist?list...
Data Structure and Algorithms: th-cam.com/users/playlist?list...
✨ Tags ✨
gokul patil, python, python tutorial, django tutorial, placement, job interview,python interview questions, python viva questions,python developer interview questions,python interview questions for freshers, placement preparation, python project, python 2024
#serializer
มุมมอง: 6

วีดีโอ

How To Handle Validations In Rest Framework | Validation in Serializers
มุมมอง 1621 ชั่วโมงที่ผ่านมา
How To Handle Validations In Rest Framework | Validation in Serializers How To Handle Validations In Rest Framework | Validation in Serializers 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tutorial: th-cam...
Django Rest Framework |Django 5.0 | Class Based View Serializer
มุมมอง 2828 วันที่ผ่านมา
Django Rest Framework |Django 5.0 | Class Based View Serializer Django Rest Framework |Django 5.0 | Class Based View Serializer 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tutorial: th-cam.com/play/PL54zZ...
serializer class based view | Django Rest Framework |Get |Post
มุมมอง 42หลายเดือนก่อน
serializer class based view | Django Rest Framework |Get |Post serializer class based view | Django Rest Framework |Get |Post 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tutorial: th-cam.com/play/PL54zZFb...
status code in rest api |Django Rest Framework | status code 404 not found
มุมมอง 32หลายเดือนก่อน
status code in rest api |Django Rest Framework | status code 404 not found status code in rest api |Django Rest Framework | status code 404 not found 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tutorial: ...
Django Rest Framework Tutorial | Serializer Function Based View | PUT| DELETE
มุมมอง 31หลายเดือนก่อน
Django Rest Framework Tutorial | Serializer Function Based View | PUT| DELETE Django Rest Framework Tutorial | Serializer Function Based View | PUT| DELETE 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tuto...
Serializer Django Rest Framework | serializers get method |GET POST Method
มุมมอง 43หลายเดือนก่อน
Serializer Django Rest Framework | serializers get method |GET POST Method Django Rest Framework (DRF), a serializer functions as a tool to transform intricate data types, like Django models or querysets, into Python data types. Github Code link: github.com/ergokulpatil/DRF 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/g...
Serializers | Django Rest Framework | Django Tutorial
มุมมอง 602 หลายเดือนก่อน
Django Rest Framework (DRF), a serializer functions as a tool to transform intricate data types, like Django models or querysets, into Python data types. Github Code link: github.com/ergokulpatil/DRF 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING co...
DRF Introduction | Rest Installation | api documentation | rest framework django install
มุมมอง 222 หลายเดือนก่อน
Django REST framework is a powerful and flexible toolkit for building Web APIs 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tutorial: th-cam.com/play/PL54zZFbWtkcMPMT3mhSwCvJJKo-fBwa5Y.html Python Intervie...
RESTAPI explained | Python | Django REST framework and python | rest api django
มุมมอง 732 หลายเดือนก่อน
A RESTful API is an architectural style for an application programming interface that uses HTTP requests to access and use data. That data can be used to GET , PUT , POST and DELETE 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Compl...
Basics API | Django REST framework and python | Type of API
มุมมอง 373 หลายเดือนก่อน
Basics API | Django REST framework and python | Type of API Basics API | Django REST framework and python | Type of API Basics API | Django REST framework and python | Type of API 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complet...
Django rest api tutorial | Django REST API framework and python
มุมมอง 403 หลายเดือนก่อน
Django REST API Course content 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tutorial: th-cam.com/play/PL54zZFbWtkcMPMT3mhSwCvJJKo-fBwa5Y.html Python Interview Preparation: th-cam.com/play/PL54zZFbWtkcOOWBO...
ASyncConsumer in Django Channels | consumer project | Django channels | await
มุมมอง 854 หลายเดือนก่อน
ASyncConsumer in Django Channels | consumer project | Django channels | await 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tutorial: th-cam.com/play/PL54zZFbWtkcMPMT3mhSwCvJJKo-fBwa5Y.html Python Interview...
SyncConsumer in Django Channels | consumer project | Django channels
มุมมอง 595 หลายเดือนก่อน
SyncConsumer in Django Channels | consumer project | Django channels 😁 Quora profile: www.quora.com/profile/Gokul-Patil-136 📱 Twitter: gokulpatil 📝 LinkedIn: www.linkedin.com/in/gokulpatil0607li/ 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 See Complete Playlists: Django Tutorial: th-cam.com/play/PL54zZFbWtkcMPMT3mhSwCvJJKo-fBwa5Y.html Python Interview Preparat...
What is web socket ? Mastering Django: Unlocking the Power of Channels!"
มุมมอง 636 หลายเดือนก่อน
Django Channels is a game-changer in the Django ecosystem, empowering developers to create real-time web applications with ease. With Django Channels, you can build chat applications, live notifications, and collaborative tools seamlessly. Whether you're a Django enthusiast or a newcomer, Django Channels opens up a world of possibilities for real-time web development 😁 Quora profile: www.quora....
query set aggregate | Q object in django | django tutorial
มุมมอง 678 หลายเดือนก่อน
query set aggregate | Q object in django | django tutorial
django queryset tutorial | QuerySet Methods | Database model queries
มุมมอง 648 หลายเดือนก่อน
django queryset tutorial | QuerySet Methods | Database model queries
django queryset tutorial | QuerySet API Methods | Database model queries
มุมมอง 1388 หลายเดือนก่อน
django queryset tutorial | QuerySet API Methods | Database model queries
django signals post_save | django signals example | django signals tutorial
มุมมอง 3209 หลายเดือนก่อน
django signals post_save | django signals example | django signals tutorial
What are Django signals? | Django signals tutorial | Understanding Django signals
มุมมอง 67810 หลายเดือนก่อน
What are Django signals? | Django signals tutorial | Understanding Django signals
Perform sum of target number in list | python interview | Round-2 coding question
มุมมอง 5210 หลายเดือนก่อน
Perform sum of target number in list | python interview | Round-2 coding question
How to Display Message in Django - Message Framework | Message Tag and notification
มุมมอง 16911 หลายเดือนก่อน
How to Display Message in Django - Message Framework | Message Tag and notification
Django personal website project | Building Python website using Django Framework
มุมมอง 36311 หลายเดือนก่อน
Django personal website project | Building Python website using Django Framework
Django Crud Operation | Django Model Create ,Read ,Update and Delete |CRUD Part III
มุมมอง 383ปีที่แล้ว
Django Crud Operation | Django Model Create ,Read ,Update and Delete |CRUD Part III
Django Crud Operation | Django Model Create ,Read ,Update and Delete
มุมมอง 1.1Kปีที่แล้ว
Django Crud Operation | Django Model Create ,Read ,Update and Delete
Django Crud Operation | Django Model Create ,Read ,Update and Delete
มุมมอง 339ปีที่แล้ว
Django Crud Operation | Django Model Create ,Read ,Update and Delete
How to use model form django | Django Model Form Tutorial | Save data to database
มุมมอง 608ปีที่แล้ว
How to use model form django | Django Model Form Tutorial | Save data to database
custom validator in django | How to Add Custom Form Field Validation |Django tutorial
มุมมอง 911ปีที่แล้ว
custom validator in django | How to Add Custom Form Field Validation |Django tutorial
validate django form |Django Tutorial
มุมมอง 1.1Kปีที่แล้ว
validate django form |Django Tutorial
Forms In Django | django forms | django form tutorial | Django Forms Tutorial For Beginners
มุมมอง 267ปีที่แล้ว
Forms In Django | django forms | django form tutorial | Django Forms Tutorial For Beginners

ความคิดเห็น

  • @egbunumalikdavid2415
    @egbunumalikdavid2415 19 วันที่ผ่านมา

    How can i get the source code for this project?

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 20 วันที่ผ่านมา

    Please make one video about languages feature in Django projects. ❤

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Keep watching the series of Django

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    Sir !! Your videos are truly amazing for beginner@@@ Thank You

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Glad you like them!

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 20 วันที่ผ่านมา

    A very nice and simple explanation of the whole process and how to setup it in Django! Thanks for your excellent work! Reply

    • @gokulpatil
      @gokulpatil 8 วันที่ผ่านมา

      Thanks a lot!

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    First i would like to "like" vedio. I'm very much satisfy with your playlist.

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Many many thanks

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 20 วันที่ผ่านมา

    thank you for this great video

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Thanks

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 20 วันที่ผ่านมา

    Subscribed for the amazing combination of relevant web development content and a Scottish accent

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    Nicely explained.....thanks for making videos.

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      So nice of you

  • @JuhiTambat
    @JuhiTambat 20 วันที่ผ่านมา

    run ho gaya 100% ....thank you so much

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Most welcome

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    You make everything so easy.

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Thanks

  • @JuhiTambat
    @JuhiTambat 20 วันที่ผ่านมา

    Great video as always! Thank you!

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      My pleasure!

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    Bhaii aap programming ke best teacher ho

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Welcome and keep watching the series

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    Very nice sir 👌👍👌👍👌👌❤❤❤

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      So nice

  • @JuhiTambat
    @JuhiTambat 20 วันที่ผ่านมา

    Thanks for these videos! They are very helpful!

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Glad you like them!

  • @JuhiTambat
    @JuhiTambat 20 วันที่ผ่านมา

    Tears from my eyes when I finally understood what "self" keyword here is all about. Thank You!!

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    bahut achhe se samjhaya bhai apne, thanks.

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Keep exploring

  • @JuhiTambat
    @JuhiTambat 20 วันที่ผ่านมา

    Never thought I'd be binge watching Python tutorials

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    bro u nailed it bro...kisi ki okaat ni h pure utube pe ....itni explanations k sath ye sab dalne ki...great work

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Welcome and keep watching

  • @JuhiTambat
    @JuhiTambat 20 วันที่ผ่านมา

    I'm honestly going to cancel my Netflix account, this whole series is just brilliant! Thank you

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Enjoy!

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    best and most thorough explanation ever.l ❤

    • @gokulpatil
      @gokulpatil 19 วันที่ผ่านมา

      Glad it was helpful!

  • @RGB-uv5gb
    @RGB-uv5gb 20 วันที่ผ่านมา

    Thank you so much bhai, after scrolling many things ... I found this video and it worked ..

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Welcome 👍

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    Amazing sir

    • @gokulpatil
      @gokulpatil 19 วันที่ผ่านมา

      Keep watching

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    Very good information

    • @gokulpatil
      @gokulpatil 19 วันที่ผ่านมา

      Thanks

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    best django content creator

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Thanks

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    thank you for this videos, can you add access tokent with login

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    nice information

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Thanks

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    BIG SUPPORTER, FOLLOWER, LEARNER OF THIS CHANNEL🥰😍

    • @gokulpatil
      @gokulpatil 19 วันที่ผ่านมา

      Thanks

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    Amazing sir

    • @gokulpatil
      @gokulpatil 19 วันที่ผ่านมา

      Keep watching

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    Nicely done, super easy than rest_framework. But the filter options can be dyamic.

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Thanks for the tip!

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    nice information

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Thanks

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    Thank you very much for your help, I managed to views .py for single

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    I've watched so many Django videos and you're the first person I've come across that talks about this. Great work once again!

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Glad you enjoyed!

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    i watch all videos with django very carefully. Thanks.

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      So nice of you

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    I've watched so many Django videos and you're the first person I've come across that talks about this. Great work once again!

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Glad you enjoyed!

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    I watch all videos with django very carefully. Thanks.

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      So nice of you

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    The only channel you need to follow if you want to get updated with Django ❤❤

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Thanks. It motivate me

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    You make me a better developer!!! Thank you. Looking forward to a Celery, Huey, Dramatiq tutorial. Your django-webpack series is top notch!!

    • @gokulpatil
      @gokulpatil 18 วันที่ผ่านมา

      Great to hear!

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    Great video as always! Would love to see a future video on django

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Thanks! Will do!

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    I truly believe your videos are the best in TH-cam for Django Intermediate level and above. thank you sooo much :)👌

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Glad you like them!

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    Great video as always! Would love to see a future video on djangorestframework-api-key

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Coming soon!

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    As usual top tutorial

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Thanks again!

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    Absolutely amazing video, I already fell in love with Django Thank you so much!

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Happy to hear that!

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    Great video as always. Really looking forward to the new series 🔥

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Appreciate it!

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    Nicely done, super easy than rest_framework. But the filter options can be dyamic.

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Thanks for the tip!

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    Hope you continue this course just start learning DRF

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      That's the plan!

  • @secomputer9762
    @secomputer9762 21 วันที่ผ่านมา

    it's come at right time.💯

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Keep exploring

  • @PranavPatil-vd8vz
    @PranavPatil-vd8vz 21 วันที่ผ่านมา

    Great video as always. Really looking forward to the new series 🔥

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      More to come!

  • @JuhiTambat
    @JuhiTambat 21 วันที่ผ่านมา

    We need Django full course with amazing projects. Man 💣

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      You can visit the channel i have started django series along with project

  • @RGB-uv5gb
    @RGB-uv5gb 21 วันที่ผ่านมา

    Ek din aisa ayega jab apka video trending par hoga

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Sure

  • @RGB-uv5gb
    @RGB-uv5gb 21 วันที่ผ่านมา

    best and most thorough explanation ever. thanks for uploading django tutorial ❤

    • @gokulpatil
      @gokulpatil 17 วันที่ผ่านมา

      Happy to help!