Python Backend Net Growth Course (with Django)



This video is a full backend internet improvement course with python. Within the course, you’ll study the whole lot it is advisable know to begin your internet improvement journey with Python and Django.

✏️ Course developed by CodeWithTomi. Take a look at his channel: https://www.youtube.com/c/CodeWithTomi
🔗 Be part of CodeWithTomi’s Discord Server: https://discord.gg/cjqNBHHhKV
🔗 Twitter: https://twitter.com/TomiTokko3

🔗 Obtain All Free Assets – https://codewithtomi.eo.web page/mz396

Tasks Constructed:
1. A Weblog
💻 https://github.com/tomitokko/django-blog
2. A Climate 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) Set up Of Python
⌨️ (0:06:30) Good day 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 Consumer’s Enter
⌨️ (0:42:34) Phrase Substitute Train
⌨️ (0:47:08) Checklist In Python
⌨️ (1:03:05) Checklist Strategies
⌨️ (1:16:28) Tuples In Python
⌨️ (1:22:33) Features In Python
⌨️ (1:35:06) The Return Key phrase
⌨️ (1:40:45) IF Statements In Python
⌨️ (2:03:21) Constructing An Even Quantity Checker Program
⌨️ (2:05:05) Dictionaries In Python
⌨️ (2:13:40) Whereas Loops In Python
⌨️ (2:19:47) For Loops In Python
⌨️ (2:29:37) 2D Lists
⌨️ (2:34:12) Feedback In Python
⌨️ (2:37:38) Constructing A Primary Calculator
⌨️ (2:45:35) Attempt Besides In Python
⌨️ (2:53:28) Studying Recordsdata
⌨️ (3:03:36) Writing Recordsdata
⌨️ (3:09:17) Lessons and Objects In Python
⌨️ (3:16:43) Inheritance In Python
⌨️ (3:19:31) The Python Shell
⌨️ (3:25:17) Constructing A Easy Login and SignUp System
⌨️ (3:31:04) Modules and PIP In Python
⌨️ (3:38:28) Introduction To Django
⌨️ (3:39:32) Set up Of Django
⌨️ (3:59:49) Url Routing And Django Apps
⌨️ (4:14:21) Django Template Language
⌨️ (4:20:55) Sending Information To Template File
⌨️ (4:28:12) Constructing A Phrase Counter In Django
⌨️ (4:43:13) Get vs Put up In Django
⌨️ (4:49:21) Static Recordsdata In Django
⌨️ (5:04:29) Introduction To Django Fashions
⌨️ (5:29:02) Django Admin Panel & Manipulation Of Database
⌨️ (5:46:38) Consumer Registration In Django
⌨️ (6:08:46) Consumer Login And Logout In Django
⌨️ (6:26:43) Dynamic Url Routing In Django
⌨️ (6:37:24) Postgresql Setup
⌨️ (6:47:23) Constructing A Weblog With Django – Half 1
⌨️ (7:12:10) Constructing A Weblog With Django – Half 2
⌨️ (7:25:48) Constructing A Climate App With Django – Half 1
⌨️ (7:45:17) Constructing A Climate App With Django – Half 2
⌨️ (8:03:06) Constructing A Realtime Chat Software With Django – Half 1
⌨️ (8:50:11) Constructing A Realtime Chat Software With Django – Half 2
⌨️ (9:07:59) Django Relaxation Framework Crash Course

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

Study to code free of charge and get a developer job: https://www.freecodecamp.org

Learn tons of of articles on programming: https://freecodecamp.org/information

And subscribe for brand new movies on expertise every single day: https://youtube.com/subscription_center?add_user=freecodecamp

source

23 thoughts on “Python Backend Net Growth Course (with Django)”

  1. I wanted to learn a new programming language/framework over winter break and tutorial was an excellent introductory tutorial to get me started in Python. Thank you Tomi for the awesome video!

    Reply
  2. Hello I need help, while building the word counter, I was able to create the form in index and run it, I could enter words and all… but when I created the counter page, I and did all you did, I keep having this error 404. “The current path, counter, didn’t match any of these.”

    I’ve been stocked here. Please what do I do?

    Reply
  3. 2:44:04

    please check my code for me,
    its is not working…
    all operations take the command of the addition's
    =============================================
    num1 = int(input(" Enter first number: "))

    num2 = int(input("enter second number: "))

    operator = input("input operator: ")

    if operator == "+" or "pluse":

    print(num1 + num2)

    elif operator == "-" or "minus":

    print(num1 – num2)

    elif operator == "*" or "by" or " product" or "multiply":

    print(num1 * num2)

    elif operator == "/" or "divide":

    print(num1 / num2)
    ==============================================

    Reply

Leave a Comment