Build a Crypto Currency News Site With Python and Django

Build a Crypto Currency News Site With Python and Django

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1.5 Hours | 955 MB

Pull Crypto News From An API and Build A Website With Django and Python!

Cryptocurrencies are all the rage right now. Wouldn’t it be cool to build a website that shows Crypto news automatically? That’s what we’ll learn in this course!

We’ll build a website using Django (version 2.0.7) and Python (version 3.7.0) and Bootstrap (version 4.1.1) that connects to a free third party crypto API.

We’ll be able to pull news stories, crypto price data, and all kinds of cool stuff, and output it onto the screen of our website automatically.

Who Should Take This Course?

This course is aimed at the beginner. You don’t need to know Python, or Django, or Bootstrap…or anything at all…to take this course. I’ll walk you through it all; step by step. If you already know the basics of any of those things, you’ll be fine too. You’ll still learn some cool things along the way!

What Tools Do You Need To Take This Course?

You don’t need any special tools to take this course. We’ll be downloading everything we need for free. I’m on a Windows computer, but if you’re on a Linux or a Mac, you’ll be able to follow along just fine. (They’re will be a few different commands for mac users, but I’ll try to point them out along the way)

What if you don’t like the course?

I offer an unconditional, 30-day Money back Guarantee. If you aren’t happy for any reason, you get your money back! No hoops to jump through at all.

What if you get stuck along the way?

I’m here answering questions everyday! Just shoot me a message and I’ll personally walk you through it. Unlike a lot of instructors here, I actually care about my students success and I spend a lot of time answering questions to make sure you understand everything.

What you’ll learn

  • Introductory Django
  • How to Build API Driven Websites With Django
  • Download and Install Python
  • Install Django
  • How To Manage URL’s
  • How to Create Views/Pages
  • How to Use Templates
  • How To Connect to Third Party APIs
  • Basic CSS with Bootstrap 4.1
  • How To Get Crypto Price Data
Table of Contents

Build A Crypto Currency News Site With Django and Python
1 Introduction
2 First Things First How To Get Support Fast
3 Installing Python
4 Setting Up A Virtual Environment
5 Installing Django
6 Starting A Project
7 Starting An App Creating Urls
8 Creating a Homepage Views URLs and Templates
9 Extends Base and Bootstrap
10 Creating a Navbar
11 Intro To The CryptoCompare API
12 Request and API
13 Looping Through our API Results
14 Building Bootstrap Cards
15 Building a Jumbotron
16 Getting Price Data
17 Looping Through The Price Data
18 Picking Specific Price Data
19 Creating a Bootstrap Table
20 Building a Lookup Form
21 Making the Form Work
22 Calling The API and Checking For Uppercase
23 Looping Through The Price Data
24 If Statement For Links
25 Price Quote Error Handling
26 Conclusion – Bonus Lecture
27 Course Code on Github