Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Python and Django from scratch: Create useful projects
Rating: 3.8 out of 5(16 ratings)
627 students

Learn Python and Django from scratch: Create useful projects

Practical Python and Django for beginners
Created bySkill Tree
Last updated 3/2026
English

What you'll learn

  • Create a python development environment
  • Create a django development environment
  • Interact with python IDLE
  • Use the python editor
  • Understand variables
  • Understand Lists and Tuples
  • Create a calculator project
  • Create a digital clock project
  • Create a Django project
  • Create a Django model
  • Query a Django database
  • Run Django migrations
  • Perform administration of Djangp App

Course content

3 sections42 lectures3h 49m total length
  • Introduction1:37
  • Benefits of Building Web Applications with Python and Django3:10
  • What is Python6:17
  • Download and Install Python3:00
  • What is the Python IDLE8:12
  • Reserved Python Keywords2:10
  • Arithmetic Operators2:22
  • Comparison Operators4:02
  • Variables7:22
  • List10:08
  • Tuples3:23
  • Booleans1:31
  • What is Tkinter4:08
  • TK and TCL7:57
  • Installing Python 3 and TCL TK for Mac7:10
  • Create your first tkinter app6:31
  • Project 1: Create a digital clock part 18:07
  • Project 1: Create a digital clock part 211:27
  • Running your python app2:50
  • Project 2: Create a calculator part16:42
  • Project 2: Create a calculator part211:32
  • Project 2: Create a calculator part311:29

Requirements

  • You should be able to use a PC at beginner level

Description

Python is a dynamic modern object -oriented programming language that is easy to learn and can be used to do a lot of things both big and small. 

Django is a fantastic web framework built with the Python programming language. With Django you can create websites and web apps very quickly and efficiently. Django is very fast ,secure and scalable making it an attractive framework choice for thousands of developers.

Python did not get it's name from the snake but rather from the British comedy
group known as Monty Python. Python is object -oriented means it regards everything as an object. An object in the real world could be a person or a car.

Python has been used in a lot of places like in creating games,for statistical data and visualisation,speech and face recognition. Some of the biggest websites on this planet earth use python in one way or another. Examples include:

Google
Youtube
Facebook
Nasa
Disney
Pixar
Reddit
Pinterest
Instagram
Spotify
Survey Monkey
Yahoo Maps

What your will learn:

How to download and install python
How to interact with the python IDLE
How to use Python Shell
How to use the python editor
How to create variables
How to edit variable values once they have been created
How to call a variable
How to create a Mutable List
How to create useful and practical projects
How to install virtual isolated environments
How to activate the virtual environment
How to install Django
How to create Django project
How to create Django app
How to create Django Model
How to run Django commands
How to use command line interface
How to run Migrations
How to query Django database
How to register Django app
How to Administer Django app

Who this course is for:

  • You should be able to use the internet