Python Flask Tutorial || 2022 Complete Python Flask Tutorial || How to Make Website with Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • 🔖👇 Book a FREE 15-Min Doubt Clearance Session on Zoom with Me.
    🔗🤷 calendly.com/c...
    Join Code Jana --- Flask Discord Server : / discord .
    Share your issues & problems & chat with everyone regarding Python Flask web-framework. Python Flask Tutorial || 2022 Complete Python Flask Tutorial || How to Make Website with Python
    This is a complete flask tutorial series on how to make CRUD website using Python Flask.
    From printing basic Hello message with Flask to deploying your website on Heroku & AWS. This video has it all.
    It has also covered SQLite Database & Postgresql Database.
    So, subscribe to Code Jana. Because next up is Django Tutorial series. 😊
    ✔ Join our Python Flask Student Community on Whatsapp - To Get Access to Application Code:
    chat.whatsapp....
    If you have any queries then don't forget to ask in the comment section below.
    Videos in Flask Tutorial Series (Individual Videos):
    #0 - Flask App Intro -
    • Python Flask Tutorial ...
    #1 - Flask Installation & Best VSCode Extensions for Python -
    • #1 Python Flask Tutori...
    #2 - Layout & Website Structure in Flask App -
    • #2 Python Flask Tutori...
    #3 - Adding Bootstrap, Custom CSS, JS in Flask App -
    • #3 Python Flask Tutori...
    #4 - Creating Navbar Using Bootstrap v5 in Flask App -
    • #4 Python Flask Tutori...
    #5 - Bootstrap 5 Cards in Flask App -
    • #5 Python Flask Tutor...
    #6 - Creating Slider with Bootstrap 5 in Flask App -
    • #6 Python Flask Tutori...
    #7 - Register & Login Page with Flask WTF -
    • #7 Python Flask Tutori...
    #8 - Flask SQLAlchemy Tutorial - Creating Database in 3 Steps with SQLite - • #8 Python Flask Tutori...
    #9 - Flask SQLAlchemy Postgres Tutorial -
    • #9 Python Flask Tutor...
    #10 - Flask Bcrypt Authentication -
    • #10 Python Flask Tutor...
    #11 - Flask Login Tutorial - Manage User Session in 3 Steps -
    • #11 Python Flask Tutor...
    #12 - Flask Forgot Password Setup - Create Itsdangerous Token in 3 Steps - • #12 Python Flask Tutor...
    #13 - Flask Upload Image - Easily Upload Image to Database -
    • 13. Flask Upload Imag...
    #14 - Flask SQLAlchemy Relationship - One to Many Relation -
    • #14 Flask SQLAlchemy R...
    #15 Deploy Flask App to Heroku - Flask Tutorial Series - Gunicorn Server -
    • #15 Deploy Flask App t...
    #16 Deploy Flask App to AWS -
    • #16 - Deploy Flask App...
    Please support me via Patreon: / codejana
    Please like, share and subscribe to Code Jana.
    Thanks for Watching. :)
    Related Tags:
    best flask tutorial on youtube, best flask python tutorial,free flask tutorial,flask app course, mastering flask,best flask tutorial 2021,best free flask tutorial,best flask video tutorial,best python flask tutorial,flask mega tutorial, how to make website with python, create a website using python code,create website with python,how to make a website using python for beginners,simple website using python,create website with python, create a simple web page in python,how to make a website with python flask,how to make your own website with python, how to make a simple website with python

ความคิดเห็น • 30

  • @CodeJana
    @CodeJana  6 หลายเดือนก่อน

    🔖👇 Book a FREE 15-Min Doubt Clearance Session on Zoom with Me.
    🔗🤷 calendly.com/codejana/doubt-clearance-code-jana

  • @debadritoduttaedits
    @debadritoduttaedits 3 ปีที่แล้ว +3

    You are helping all the people very much. I wish i could donate you

    • @CodeJana
      @CodeJana  3 ปีที่แล้ว +2

      Hi there, if you can gain some subscribers for me then it will be a big help.

  • @godwinizekor2711
    @godwinizekor2711 ปีที่แล้ว +1

    I will announce your channel to all my friends.. your explanation is so easy to understand.. but when using the postgress your screen font was too small for me to see. but all the same I will rate you 100%..you are a genius

    • @CodeJana
      @CodeJana  ปีที่แล้ว

      Thank you so much for such kind words.

  • @solajegs
    @solajegs ปีที่แล้ว +1

    Time stamps:
    00:00 #1 - Flask Installation & Best VSCode Extensions for Python
    23:10 #2 - Layout & Website Structure in Flask App
    34:19 #3 - Adding Bootstrap, Custom CSS, JS in Flask App
    53:45 #4 - Creating Navbar Using Bootstrap v5 in Flask App
    1:07:34 #5 - Bootstrap 5 Cards in Flask App
    1:21:18 #6 - Creating Slider with Bootstrap 5 in Flask App
    1:28:24 #7 - Register & Login Page with Flask WTF
    2:07:03 #8 - Flask SQLAlchemy Tutorial - Creating Database in 3 Steps with SQLite

  • @santoshgujar5237
    @santoshgujar5237 2 ปีที่แล้ว +1

    Thank you, Sir

    • @CodeJana
      @CodeJana  2 ปีที่แล้ว +1

      Hi Santosh, you are most welcome.

  • @eroldramos6876
    @eroldramos6876 2 ปีที่แล้ว +1

    is the individual videos very similar to this 6 hrs? thank you for answering and your course seems full of knowledges and learning ~

    • @CodeJana
      @CodeJana  2 ปีที่แล้ว

      Hi there Erold. Thanks for your kind words. Yes. the individual videos are exactly the same. But if you liked my style of teaching & want complete course on Flask or Django, then let me know. Complete Flask Tutorial is for $39 & Complete Django Tutorial is for $49.

  • @NehaMBasapur
    @NehaMBasapur ปีที่แล้ว

    Hi, I am having major issue in creating the database, it was getting created under the instance folder , outside the codejana_flask folder . But now when I ran the application again , It is saying no table found . Please I need your Help Sir

  • @idk6465
    @idk6465 ปีที่แล้ว +1

    I did everything up to 33:50, and mine doesn't run. It says:
    ImportError: cannot import name 'route' from partially initialized module 'code_flask' (most likely due to a circular import)
    code_flask is your folder, that you called, codejanna, and yes i didn't change the names accordingly in the import.
    Note: No matter if i say 'routes' or 'route' both gives the same error.

    • @CodeJana
      @CodeJana  ปีที่แล้ว

      Hi... You may not include routes properly in init file.

    • @CodeJana
      @CodeJana  ปีที่แล้ว

      @@idk6465 This is what I was talking about. The line from code_flask import routes should come after the app variable instantiation.

    • @idk6465
      @idk6465 ปีที่แล้ว +1

      @@CodeJana I did that as well. The error stays the same.

    • @CodeJana
      @CodeJana  ปีที่แล้ว

      @@idk6465 Could you connect with me via discord? discord.gg/zazCZAWR
      (link valid for 7 days)

    • @idk6465
      @idk6465 ปีที่แล้ว

      @@CodeJana Ok. Will do asap.

  • @RohitKumar-dg2qt
    @RohitKumar-dg2qt ปีที่แล้ว +1

    do we really need to use flask-login ? cannot we simply use inbuilt session in flask? am i missing smething?

    • @CodeJana
      @CodeJana  ปีที่แล้ว

      Flask login comes with bunch of features. Like current user, is authenticated, etc those two already have multiple applications. So if you don't want to create your own user wrapper then using flask login is the best way

    • @RohitKumar-dg2qt
      @RohitKumar-dg2qt ปีที่แล้ว +1

      @@CodeJana thanks sir. one last thing about this package. every example and document says to pass (complete) user to login_user and use only user_id with user_loader. that is confusing. we can retrieve whatever data from db and pass to login_user and user_loader will get only user_id?

    • @CodeJana
      @CodeJana  ปีที่แล้ว

      @@RohitKumar-dg2qt actually we should make it a habit to only pass user id so that if any other value changes or updates, we can still reference to that user without any issue. Also, when you access Flask login current user, you can access all the other properties that you have mentioned in models like username, Firstname, last name etc

    • @RohitKumar-dg2qt
      @RohitKumar-dg2qt ปีที่แล้ว

      @@CodeJana thank you sir

  • @sarahaddad1140
    @sarahaddad1140 3 ปีที่แล้ว +1

    hi, statics files don't work although I followed all the steps , what should i do plz?

    • @CodeJana
      @CodeJana  3 ปีที่แล้ว

      Hi there Sara..were you able to fix the error?

    • @sarahaddad1140
      @sarahaddad1140 3 ปีที่แล้ว

      @@CodeJana hello, yes i fixed it thnks

  • @swagatikatripathy3281
    @swagatikatripathy3281 2 ปีที่แล้ว

    ValueError: Password must be non-empty....hello Sir why this error is coming...please help...

  • @ErikBurdett
    @ErikBurdett 2 ปีที่แล้ว

    Hi! Is there a public repo for this project?

  • @pranjalmore6711
    @pranjalmore6711 3 ปีที่แล้ว

    👍👍