Build A Crypto Currency News Site With Django and Python
  • Introduction
  • First Things First: How To Get Support Fast!
  • Installing Python
  • Setting Up A Virtual Environment
  • Installing Django
  • Django Version 3.0 Update
  • Starting A Project
  • Starting An App Creating Urls
  • Creating a Homepage, Views, URLs, and Templates
  • Extends Base and Bootstrap
  • Creating a Navbar
  • Intro To The CryptoCompare API
  • Request and API
  • Looping Through our API Results
  • Building Bootstrap Cards
  • Building a Jumbotron
  • Getting Price Data
  • Looping Through The Price Data
  • Picking Specific Price Data
  • Creating a Bootstrap Table
  • Building a Lookup Form
  • Making the Form Work
  • Calling The API and Checking For Uppercase
  • Looping Through The Price Data
  • If Statement For Links
  • Price Quote Error Handling
  • Course Code on Github
  • Bonus Lecture