Create an 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
Instructor
Welcome to the vibrant learning hub of Bluelime Learning Solutions! Based in the UK, we are dedicated to crafting high-quality, easily digestible eLearning experiences. With a robust following of over 776,000 students and backed by more than 43,000 reviews, we take pride in delivering educational content that not only enlightens but also empowers.
At Bluelime Learning Solutions, our approach is simple: clear, direct, and engaging. We specialize in 100% video-based courses filled with hands-on examples that provide practical skills applicable in real-world scenarios. Our courses are designed to translate complex concepts into easy-to-understand lessons that anyone, regardless of their background, can grasp and apply.
Our extensive experience includes collaborating on projects with Fortune 500 companies, equipping us with the insights needed to understand the essential skills that today’s employers value most. At Bluelime, we’re not just about teaching; we’re about equipping you with the tools and knowledge to excel in your career and personal growth endeavors.
Join us on this journey to unlock your potential and master new skills in an easy, enjoyable, and efficient way with Bluelime Learning Solutions, where learning is made simple and effective.