Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Create an Image Upload Web App with Python and Django

Posted By: ELK1nG
Create an Image Upload Web App with Python and Django

Create an Image Upload Web App with Python and Django
MP4 | h264, 1280x720 | Lang: English | Audio: aac, 48000 Hz | 1h 47m | 561 MB

Practical Step by Step Image Upload Web App with Python and Django

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

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