Completed
Building A Weather App With Django - Part 2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Backend Web Development Course (with Django)
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Introduction To Python
- 3 Installation Of Python
- 4 Hello World In Python
- 5 Variables In Python
- 6 Strings In Python
- 7 Numbers In Python
- 8 Getting A User's Input
- 9 Word Replacement Exercise
- 10 List In Python
- 11 List Methods
- 12 Tuples In Python
- 13 Functions In Python
- 14 The Return Keyword
- 15 IF Statements In Python
- 16 Building An Even Number Checker Program
- 17 Dictionaries In Python
- 18 While Loops In Python
- 19 For Loops In Python
- 20 2D Lists
- 21 Comments In Python
- 22 Building A Basic Calculator
- 23 Try Except In Python
- 24 Reading Files
- 25 Writing Files
- 26 Classes and Objects In Python
- 27 Inheritance In Python
- 28 The Python Shell
- 29 Building A Simple Login and SignUp System
- 30 Modules and PIP In Python
- 31 Introduction To Django
- 32 Installation Of Django
- 33 Url Routing And Django Apps
- 34 Django Template Language
- 35 Sending Data To Template File
- 36 Building A Word Counter In Django
- 37 Get vs Post In Django
- 38 Static Files In Django
- 39 Introduction To Django Models
- 40 Django Admin Panel & Manipulation Of Database
- 41 User Registration In Django
- 42 User Login And Logout In Django
- 43 Dynamic Url Routing In Django
- 44 Postgresql Setup
- 45 Building A Blog With Django - Part 1
- 46 Building A Blog With Django - Part 2
- 47 Building A Weather App With Django - Part 1
- 48 Building A Weather App With Django - Part 2
- 49 Building A Realtime Chat Application With Django - Part 1
- 50 Building A Realtime Chat Application With Django - Part 2
- 51 Django Rest Framework Crash Course