WI
Mar 19, 2021
Excellent course. Enables deployment of Python to the web, and provides "framework" tools so you don't have to "reinvent the wheel" and so you can better leverage best-practices.
MA
Sep 12, 2021
I was always afraid to start with any web framework but instructor make it feel like an easy task. I am happy that finally I am up for taking my skills to next level.
By Puru r
•Sep 7, 2020
Course Structure is very much complex and theoretical rather thanpractical
By Walter B H I
•Mar 20, 2021
Excellent course. Enables deployment of Python to the web, and provides "framework" tools so you don't have to "reinvent the wheel" and so you can better leverage best-practices.
By Bart C
•Aug 27, 2020
Great course. I love python, and I have always wondered how to use it for web development. Charles Severance is a very engaging and knowledgeable instructor.
By Serhii D
•Sep 22, 2020
Solid course with good explanation. One strong advice - start loving official software/hardware docs. It's like LEGO - just follow the instruction. Cheers
By Jian G
•Jul 24, 2020
This is a great course! Dr. Chuck is very demonstrative and hit the nail on the head.
It shows his vast experience in online teaching and continuous improvement on his teaching and material.
Dr. Chuck is a blessing!
By Rashim N T
•Oct 1, 2020
It is an okay course but I felt most of the learning happens in the Official Django Tutorial. This makes this course redundant if you are not complete beginner.
By Todd T
•Oct 23, 2021
The lectures were very simple and easy to understand but the tutorials at https://docs.djangoproject.com/ were very complicated and seemed to assume a more advanced understanding of python. I'll have to go through these tutorials several times before I completely understand what is going on. Chuck is great, but the tutorial portion should be customized to the level that Chuck is teaching. Maybe it's too much work to do this, but it would be helpful.
By MOHAMMAD T H 1
•Sep 1, 2020
The course was too complex and there were no combined examples to see how the things are working together, I guess it would be there in the next courses
By Kanishtha D
•Sep 13, 2020
I thought the course material is not even required to complete the course. Just follow django tutorials and you can skip the video lectures.
By Ameya S
•Aug 20, 2020
I have some previous experince with django but this course make me understand in depth concept of django. many times I struggled with CSRF, post - refresh etc. but professor explain this concept so well also, this course didn't gave me in hand code instead they redirect us to django documentation which help me to understand documentation and proper way to read documentation.
By hiten s
•Jul 30, 2020
Best Way to explain Django Model, Django template Language And CSRF Concept.
By Ashkan R
•Dec 5, 2020
Graded Projects are simply Tutorials from djangoprojects.com, which personally I don't find any value working through them. At the end, I find myself completely confused, many things left out unexplained.
By Paolo M
•Feb 11, 2021
I like the approach taken by the instructor, who does not focus on the coding syntax only, but on how Django is architectured and how things (the Web) work. In almost every lecture, I've kind of felt how the instructor's experience was somehow passing on to me years of coding/design wisdom, by means of simple sentences/hints/tips here and there. For instance, I've been able to understand more about OOP through the videos on how Django works under the hood. I'd say I feel now confident enough to go ahead and explore the documentation on my own.
By Robin D
•Mar 20, 2021
Incredible course, I was able to finish everything in about 1/2 a week because I'd unintentionally started on the Django Application Project for this course (by following YouTube tutorials). I recommend taking the 1st course in the series if you haven' t, but I was able to figure out how to get my work graded using PythonAnywhere as well as Ngrok on my own with Dr. Charles' awesome resources. Everything is explained professionally and clearly.
By Juan R R R
•May 2, 2021
I think this is a great course. The professor teaches the concepts in a really clear way. I think it's the first Django course that teaches how an HTTP request is handle by the server in such a detail way and clear concepts :)
By Stavros L
•Sep 26, 2020
Best django course you can find. The instructor walks you through the course material in the correct pace and the assignments/bonus quizzes help you understand how this framework operates
By Muhammad A
•Sep 13, 2021
I was always afraid to start with any web framework but instructor make it feel like an easy task. I am happy that finally I am up for taking my skills to next level.
By Ayesh R
•Apr 17, 2021
An excellent starting point for anyone who is looking to start their learning curve in Django as a beginner.
By Alejandro C
•Oct 16, 2021
Course is extremely thorough. Really recommend reading all the supporting material.
By Maciej P
•Mar 29, 2021
10/10 would take this once more
By HARSH U
•Jul 31, 2020
Wow!!
By Michal K
•Aug 15, 2022
I like Dr. Chucks Python classes, but this is not the one I would recommend.
Videos are too long, not much practice, only following the oficial tutorial
By Jansenio A
•Apr 3, 2023
Building Web Applications in Django is the second course of DJ4E Specialization.
This course covers Django Data Models, Views & Generic Views, Forms in HTTP and HTML as well as tutorial 2, 3 and 4. These tutorials are more than just following the online Django documentation on Writing your First Django app parts 2, 3, and 4. They constitute graded assignments.
In addition, there are several practice quizzes and some valuable reading materials.
As a bonus, we get to enjoy a clip of Dr. Chuck singing with the Jango James band in Ann Arbor, MI as well as Office Hours in various places namely San Francisco, CA; Orlando, FL; Breda, NL; Cape Town, South Africa; London, England, and Kyoto, Japan. There is also 15 min interview with Bjarne Stroustrup - the inventor of C++ programming language.
I highly recommend it. It's easily manageable and quite enjoyable.
By arianazarkaman
•May 16, 2023
This course has helped me a lot learning Django technologies and the journey and the path that i went through taught me many new information that i haven't been able to find through my own studies i thank the instructor and Coursera for bringing this amazing course for us to learn how to better code in django.
By Cristian Y
•Aug 27, 2020
Great introduction to Django framework, first you'll how Data Models works in Django, explaining how Django implements Object Relational Mapper, then you'll hop to Django views introducing to templates and Django Template Language and finally learn the basics of how a form works in Django.