Book Image

Real World Projects in Python 3.x [Video]

By : Matthew Macarty
Book Image

Real World Projects in Python 3.x [Video]

By: Matthew Macarty

Overview of this book

This course covers the essential concepts in Python 3 and shows you how to implement them in various applications. You’ll learn about Python 3.x's new features and develop the skills required to build robust, easily scalable, and maintainable code in Python. Throughout this course, you will be building multiple applications, ranging from simpler ones to more complex ones. Learning by doing has its advantages as you will immediately see concepts explained in action. You will learn how to build scalable, resilient, and effective applications as real-world Python 3.x projects that suit your software requirements and also further your understanding of the Python programming language. By the end of the course, you will enhance your basic programming skills, taking them to another level, and easily build any Python 3.x projects you need . The GitHub link to the course is here: https://github.com/PacktPublishing/Real-World-Projects-in-Python-3.x
Table of Contents (4 chapters)
Chapter 4
Creating a Database-Driven Web App with Django
Content Locked
Section 3
Defining the Model
This video defines the data we will collect and connects our model to both the web project and the default database management system - Define data model - Modify requisite files to enable data to be served