Tech With Tim Logo
Go back

Python Django Tutorial

Overview

This series is designed to teach you how to use the web framework known as django! Django is a full stack web framework meant for rapid development of websites. Throughout this tutorial I will be walking you through how to create a fully functioning website.

What You’ll Learn

This series is packed full of valuable information. You will learn and understand the following after this tutorial:

  • How to setup and install django
  • Navigate between pages
  • Connect and use databases
  • Create design templates
  • Deploy your website to a server

Prerequisites

This is NOT a beginner tutorial and I will not be teaching python syntax. It is also highly encouraged that you are familiar with Object Orientated Principles

  • Intermediate Programming Knowledge
  • Experience With Python 3 Syntax
Design & Development by Ibezio Logo