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

This post has been republished via RSS; it originally appeared at: New blog articles in Microsoft Tech Community.

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

 

BeginnerDjango.PNG

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



Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.