Course: 39 Videos
Length: 3.5 Hours
Price: $49
Django and Python can seem overwhelming at first, but they don’t have to be! In this course I’ll walk you through it step by step and you’ll be building your first web app in MINUTES. You’ll be amazed how quick and easy it is to create very professional looking websites, even if you have no programming or web design experience at all.
Watch over my shoulder as I build a cool Stock Market app step by step right in front of you. You’ll follow along and build your own copy. By the time we’re finished, you’ll have a solid understanding of Django and how to use it to build awesome web apps.
The course contains 39 videos – and is just over 2 hours long. Watch the videos at your own pace, and post questions along the way if you get stuck. You don’t need any special knowledge or software to take this course, though any experience with HTML or CSS is a plus. You don’t even need to know the Python programming language. I’ll walk you through EVERYTHING.
Django is a great web development tool and learning it has never been this easy.
What We’ll Build…
We’ll build a cool Stock Market Portfolio app that let’s you save stock ticker symbols to the database, then connects to a third party API to collect stock market information about your stocks!
We’ll style the website using the popular Bootstrap CSS framework (I’ll show you how to use it!)
Sign up today and I’ll see you on the inside!
Course Content…
Module 1 | Build a Stock Market Web App With Python and Django |
Unit 1 | Introduction | Video 1 |
Unit 2 | Install Sublime and Git Bash Terminal | Video 2 |
Unit 3 | Install Python | Video 3 |
Unit 4 | Create a Virtual Environment | Video 4 |
Unit 5 | Install Django and Startproject | Video 5 |
Unit 6 | Django Admin Area | Video 6 |
Unit 7 | Startapp | Video 7 |
Unit 8 | Include URLS | Video 8 |
Unit 9 | Create Homepage Views and URLs | Video 9 |
Unit 10 | Create About Page | Video 10 |
Unit 11 | Extends Base.html | Video 11 |
Unit 12 | Bootstrap CSS and Navbar | Video 12 |
Unit 13 | Django Links | Video 13 |
Unit 14 | Stock API Introduction | Video 14 |
Unit 15 | Connect To The API | Video 15 |
Unit 16 | API For Loop | Video 16 |
Unit 17 | Format API Results | Video 17 |
Unit 18 | Form Part 1 | Video 18 |
Unit 19 | Form Part 2 | Video 19 |
Unit 20 | Form Recap | Video 20 |
Unit 21 | Add Stock Page | Video 21 |
Unit 22 | Stock Class Model | Video 22 |
Unit 23 | Add Model To Admin Area | Video 23 |
Unit 24 | Output Database to Webpage | Video 24 |
Unit 25 | Add Stock Ticker To Database | Video 25 |
Unit 26 | Stock Form | Video 26 |
Unit 27 | Delete Stocks From Database | Video 27 |
Unit 28 | Django Messages | Video 28 |
Unit 29 | Table Introduction | Video 29 |
Unit 30 | Table Configuration | Video 30 |
Unit 31 | Add Database Data To Bootstrap Table | Video 31 |
Unit 32 | Connect Table To API | Video 32 |
Unit 33 | API Output To Screen | Video 33 |
Unit 34 | API Output To Table | Video 34 |
Unit 35 | Delete Buttons | Video 35 |
Unit 36 | SSH Keys | Video 36 |
Unit 37 | GIT Version Control | Video 37 |
Unit 38 | Github | Video 38 |