Building Web Applications in Django
Key Takeaways
Builds web applications using Django, Object-Relational Mapping, and SQL
Original Description
In this course, you will learn how Django communicates with a database through model objects. You will explore Object-Relational Mapping (ORM) for database access and how Django models implement this pattern. We will review the Object-Oriented (OO) pattern in Python. You will learn basic Structured Query Language (SQL) and database modeling, including one-to-many and many-to-many relationships and how they work in both the SQL and Django models. You will learn how to use the Django console and scripts to work with your application objects interactively.
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: API Design
View skill →Related Reads
📰
📰
📰
📰
Pain point #2: Django’s ORM Performance Problem
Medium · Python
Why We Stop Injecting Code Into Shopify Themes for B2B Wholesale
Dev.to · Anil Kumar
A founder once asked me why refunds kept disappearing, here is what NestJS was actually doing
Dev.to · Peace Melodi
I reviewed a NestJS fintech backend where the numbers never quite matched, this is the fix
Dev.to · Peace Melodi
🎓
Tutor Explanation
DeepCamp AI