Blog Post

Educator Developer Blog
1 MIN READ

Beginner's: Python Django Microsoft Learn and Video Series.

Lee_Stott's avatar
Lee_Stott
Icon for Microsoft rankMicrosoft
Jul 22, 2021

Welcome to the supporting page for Beginner's Series: Django! Here you can find links to relevant resources and source code.

 

One of the most popular types of web applications to create is one to act as a front-end for a database. These applications focus on a common set of patters where you will allow users to create, retrieve, update and delete (CRUD) data. Creating CRUD applications can sometimes be tedious as large portions of the code are duplicated in your project.

 

Django is a framework built specifically for this style of application and is designed to help overcome the most common challenges. This video series and Microsoft Learn Modules will walk you through the core concepts, from installation, to the administration page where business users can modify data, to displaying information to external users, and deploying to Azure.

 

We'll see how we can work with data both locally and in the cloud, and use some of the most popular features of the framework. https://aka.ms/CreateWebsitesWithDjango

 

Learn More

Tooling

Azure



Updated Jul 22, 2021
Version 2.0
No CommentsBe the first to comment