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 2
Adding an App to the website
In this video, we add an application to the web project which will store information about the database we will build. - Add application using Django management tool - Modify several files to register the app with our project