Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create an Image Upload Web App with Python and Django
Rating: 4.4 out of 5(83 ratings)
16,173 students

Create an Image Upload Web App with Python and Django

Practical Step by Step Image Upload Web App with Python and Django
Last updated 3/2026
English

What you'll learn

  • Setup Python and Django Development Environment
  • Create Django project
  • Create a Django app
  • Create a model
  • Create routes
  • Create view functions
  • Create templates
  • Using pillow to interact with images

Course content

3 sections29 lectures1h 50m total length
  • Introduction0:59
  • Installing Python on Windows3:38
  • Installing Homebrew for Mac4:55
  • Installing Xcode Tools for Mac3:15
  • Installing Python 3 on macs5:28
  • Installing Atom on Windows1:40
  • Installing Atom on Macs4:16
  • Create a virtual environment on Windows4:22
  • Create a virtual environment on a mac4:45
  • Activate a virtual environment on Windows1:31
  • Activating virtual environment on a mac2:03
  • Update pip1:43
  • Install Django1:34
  • Create a superuser account2:57

Requirements

  • Python Required (The installation is covered in the course)
  • Django Required (The installation is covered in the course)
  • Pillow Required (The installation is covered in the course)

Description

What is Python?

Python is a popular programming language.

It is used for:

  • web development (server-side),

  • software development,

  • mathematics,

  • system scripting.

What can Python do?

  • Python can be used on a server to create web applications.

  • Python can be used alongside software to create workflows.

  • Python can connect to database systems. It can also read and modify files.

  • Python can be used to handle big data and perform complex mathematics.

  • Python can be used for rapid prototyping, or for production-ready software development.

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

In this course we are going to create an image upload web application from scratch step by step using Python and Django.

We will be using a Python package called pillow which will let us interact with images in Django.

This is not a Python and Django beginners course so having some working knowledge of Python and Django as well as HTML and CSS will help you better understand what is going on as we build the project.

We will begin by setting up a Python and Django Development environment for Windows and MacOS and the proceed with creating a Django project and Django App. This will be followed by creating a model for our app which will create a database and table in the default Django SQlite3 database to store our images and text fields .   We will create a Django super user account  and you will learn how to interact with a model from the administrative interface of Django. We will  also create routes for our app and templates.

The course is approximately two hours , has two sections and 27 lectures .

Topics covered includes:

  • Setup Python and Django Development Environment

  • Create Django project

  • Create a Django app

  • Create a model

  • Create routes

  • Create view functions

  • Create templates

Who this course is for:

  • Fairy new beginners to Python and Django