Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a Web App with Python , Django , SQLite
Rating: 4.4 out of 5(11 ratings)
1,607 students

Build a Web App with Python , Django , SQLite

Create a web application with a backend database
Created by247 Learning
Last updated 3/2026
English

What you'll learn

  • Setup Development Environment
  • Create Django Project
  • Create Django App
  • Interact with Models
  • Create Database Model
  • Render HTML with Django Templates
  • Create URL Routes
  • Create View Functions

Course content

3 sections31 lectures1h 47m total length
  • Introduction0:20
  • What is Python0:21
  • What is Django0:23
  • Install Python on Windows3:38
  • Install Python3 on Macs5:28
  • Create a virtual environment on Windows4:22
  • Activate a virtual environment on Windows1:31
  • Create a virtual environment on Macs4:45
  • Activate a virtual environment on Macs2:03
  • Updating Pip on Windows1:43
  • Updating Pip on Macs2:05
  • Install Atom Text Editor1:40
  • Install Django on Windows1:34
  • Installing Django on Macs1:27
  • Create a superuser account2:57
  • Create a superuser account on macs3:33

Requirements

  • All you need is covered in the course.

Description

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.

Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Django was designed to help developers take applications from concept to completion as quickly as possible.

Django takes security seriously and helps developers avoid many common security mistakes.  Some of the busiest sites on the web leverage Django’s ability to quickly and flexibly scale.

SQLite3 is a compact free database you can use easily create and use a database.

In this course covers how to build a web application with Python, Django  and SQLite Database.

Who this course is for:

  • Beginners to creating web apps with Python