Build a Stock Market Web App With Python and Django

Build a Stock Market Web App With Python and Django

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 3.5 Hours | 4.13 GB

Learn Database Driven Web Development With Django and Python!

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!

What you’ll learn

  • Introductory Django
  • How to Build Database Driven Websites With Django
  • How To Use API’s In Your Django App
  • How To Get Stock Market Data For Your App
  • Download and Install Python
  • Install Django
  • How To Manage URL’s
  • How to Create Views/Pages
  • How to Use Templates
  • Basic CSS with Bootstrap 4.1
Table of Contents

SETUP AND INSTALLATION
1 Introduction
2 First Things First How To Get Support Fast!
3 Install Sublime and Git Bash Terminal
4 Install Python
5 Create a Virtual Environment
6 Install Django and Startproject
7 Django Admin Area

LEARN DJANGO FOR WEB DEVELOPMENT
8 Startapp
9 API FOR Loop
10 Format API Results
11 Form Part 1
12 Form Part 2
13 Form Recap
14 Add Stock Page
15 Stock Class Model
16 Add Model To Admin Area
17 Output Database to Webpage
18 Add Stock Ticker To Database
19 Include URLS
20 Stock Form
21 Delete Stocks From Database
22 Django Messages
23 Table Introduction
24 Table Configuration
25 Add Database Data To Bootstrap Table
26 Connect Table To API
27 API Output To Screen
28 API Output To Table
29 Delete Buttons
30 Create Homepage Views and URLs
31 Create About Page
32 Extends Base.html
33 Bootstrap CSS and Navbar
34 Django Links
35 Stock API Introduction
36 Connect To The API

VERSION CONTROL
37 SSH Keys
38 GIT Version Control
39 Github
40 Conclusion Bonus Video