Learn the fundamentals of back-end web development by creating your own web application from the ground up using the iterative development process.
Overview
Syllabus
- Working with CRUD
- Learn the CRUD pattern (Create, Read, Update, Delete) and how it relates to RESTful architectures and to the operations of a database-backed web service.
- Making a Web Server
- Build a web service in Python that uses your database to implement CRUD operations.
- Developing with frameworks
- Apply the Flask framework in Python to build web services more quickly and reliably.
- Iterative Development
- Learn the basics of agile and iterative development while building a restaurant menu application.
Taught by
Lorenzo Brown
Reviews
3.3 rating, based on 11 Class Central reviews
5 rating at Udacity based on 2 ratings
Showing Class Central Sort
-
This was a true disappointment. Riddled with errors that made completing the material impossible and an instructor who just copied and pasted code without explaining any of it. I spent all of my time teaching myself outside of Udacity how to use Flask & SQLAlchemy with multiple flavors of databases. This class was the reason I quit the Full Stack Nanodegree.
-
I'm almost done with this module (module no.6 of 10) as part of the Full Stack Nanodegree program. I had previously considered module 4 (back-end) as the worst, until I dug into this gem. There are two sub-modules, CRUD and OAuth. Both are truly aw…
-
I don't know why so many people are complaining against this course. This course is great! Either the people who are complaining incredibly dumb, or they are lazy. Yes, some parts of the codes are not explained (in the CRUD section) but a little…
-
If you already know some Python, HTML and CSS, but want to learn to build web applications, with and without a framework, then I think it's a decent course. For me it was mostly a good and engaging learning experience. What I didn't like was that the instructor didn't use any coding standards (PEP 8 would have been a good choice), and that sometimes there were errors in the example code provided. Also, I think it would have been more interesting to build a new web application in lesson 4, than to build the same application as in lesson 3 (only now without detailed instructions).
-
I'm honestly debating even continuing the course after enduring one lesson of this CRUD course. I understand what Lorenzo is trying to convey conceptually but the he moves at light speed with no elaboration on the key concepts. Leaving the student piecing together every aspect of your program is not how you teach a person, at all. It's an awful attempt at teaching in comparison to the others at the beginning of the full stack course.
-
I'm almost done with the course . I find it really good .Indeed it is not for people with zero knowledge of web technologies . But the overall course I find it very good. Now prices went up and the old price of $199 a month does not exist any more .
-
The instructor seems to be in a rush and the concepts introduced have no structure. This course is definitely not suited for beginners or experts. This might be a refresher course for someone who already know these things.
-
i was completed this course, spending 7 hours a week on it and found the course difficulty to be medium.
This was a true disappointment. Riddled with errors that made completing the material impossible and an instructor who just copied and pasted code without explaining any of it. I spent all of my time teaching myself outside of Udacity how to use Flask & SQLAlchemy with multiple flavors of databases. This class was the reason I quit the Full Stack Nanodegree. -
very good job Thank you for useful information and online courses.
Dear all,
I would like to thank you so much for your kind
efforts in free learning in various fields of science.
I am looking for free grammar and writing for pre-intermediate levels with answer keys for all exercises if possible! -
All the codes, guidelines, everything is clear and easy to follow. Great lecture videos! Finally, have a chance to learn the backend staff. Thanks so much to the platform and the great lecturer!
-
This isn't such a bad course. if you're willing to invest some time in researching things yourself. Got me up to speed with Flask and SQLAlchemy