Building Web Applications in Django
About this Course 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
Software Processes and Agile Practices
About this Course This course delves into a variety of processes to structure software development. It also covers the foundations of core Agile practices, such as Extreme Programming and Scrum. WHAT YOU WILL LEARN Distinguish between different process models for organizing software production. Gauge the applicability of process models for a software development project. Apply