This video is a full backend web development course with python. In the course, you will learn everything you need to know to start your web development journey with Python and Django.

✏️ Course developed by CodeWithTomi. Check out his channel: https://www.youtube.com/c/CodeWithTomi
🔗 Join CodeWithTomi’s Discord Server: https://discord.gg/cjqNBHHhKV
🔗 Twitter: https://twitter.com/TomiTokko3

🔗 Download All Free Resources – https://codewithtomi.eo.page/mz396

Projects Built:
1. A Blog
💻 https://github.com/tomitokko/django-blog
2. A Weather App
💻 https://github.com/tomitokko/weather_detector
3. A Realtime Chat App
💻 https://github.com/tomitokko/django-chat-app

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Intro
⌨️ (0:01:58) Introduction To Python
⌨️ (0:02:39) Installation Of Python
⌨️ (0:06:30) Hello World In Python
⌨️ (0:11:36) Variables In Python
⌨️ (0:17:10) Strings In Python
⌨️ (0:26:37) Numbers In Python
⌨️ (0:37:19) Getting A User’s Input
⌨️ (0:42:34) Word Replacement Exercise
⌨️ (0:47:08) List In Python
⌨️ (1:03:05) List Methods
⌨️ (1:16:28) Tuples In Python
⌨️ (1:22:33) Functions In Python
⌨️ (1:35:06) The Return Keyword
⌨️ (1:40:45) IF Statements In Python
⌨️ (2:03:21) Building An Even Number Checker Program
⌨️ (2:05:05) Dictionaries In Python
⌨️ (2:13:40) While Loops In Python
⌨️ (2:19:47) For Loops In Python
⌨️ (2:29:37) 2D Lists
⌨️ (2:34:12) Comments In Python
⌨️ (2:37:38) Building A Basic Calculator
⌨️ (2:45:35) Try Except In Python
⌨️ (2:53:28) Reading Files
⌨️ (3:03:36) Writing Files
⌨️ (3:09:17) Classes and Objects In Python
⌨️ (3:16:43) Inheritance In Python
⌨️ (3:19:31) The Python Shell
⌨️ (3:25:17) Building A Simple Login and SignUp System
⌨️ (3:31:04) Modules and PIP In Python
⌨️ (3:38:28) Introduction To Django
⌨️ (3:39:32) Installation Of Django
⌨️ (3:59:49) Url Routing And Django Apps
⌨️ (4:14:21) Django Template Language
⌨️ (4:20:55) Sending Data To Template File
⌨️ (4:28:12) Building A Word Counter In Django
⌨️ (4:43:13) Get vs Post In Django
⌨️ (4:49:21) Static Files In Django
⌨️ (5:04:29) Introduction To Django Models
⌨️ (5:29:02) Django Admin Panel & Manipulation Of Database
⌨️ (5:46:38) User Registration In Django
⌨️ (6:08:46) User Login And Logout In Django
⌨️ (6:26:43) Dynamic Url Routing In Django
⌨️ (6:37:24) Postgresql Setup
⌨️ (6:47:23) Building A Blog With Django – Part 1
⌨️ (7:12:10) Building A Blog With Django – Part 2
⌨️ (7:25:48) Building A Weather App With Django – Part 1
⌨️ (7:45:17) Building A Weather App With Django – Part 2
⌨️ (8:03:06) Building A Realtime Chat Application With Django – Part 1
⌨️ (8:50:11) Building A Realtime Chat Application With Django – Part 2
⌨️ (9:07:59) Django Rest Framework Crash Course

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 Treehouse

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

source

27 Comments

  1. Sorry men but min 1:28 you said that parameters and arguments are the same and the reality is that they are not the same! Parameters are what the functions asks for (in the declaration) and the arguments are what really are passing to it (in the calling)

  2. A well structured, nicely flowing and fairly comprehensive tutorial on Django. One of the best I have come across. Gives a good understanding of how to use Django, without adding unnecessary complexity. One can build on this knowledge and learn more complex topics. Thanks Tomi! One thing that could have been easily included was template inheritance, but one can pick it up very easily on their own.

  3. Great tutorial, but something that is a bit annoying is that the tutor uses the same name for different files and objects which make it really hard to identify which one is being referenced in a specific place

Leave A Reply

Please enter your comment!
Please enter your name here