Flask Full Series - Web Application Development with Python - Templates & Styling - Episode 2

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 30

  • @jimshapedcoding
    @jimshapedcoding  4 роки тому +11

    Hi all, hope you liked the first episode! From now on we will learn a lot of utilities inside the Flask package, and on this one, we will start to learn how to send our users to different HTML templates, and we will also learn how to style our pages with Bootstrap! Enjoy, feel free to ask questions!

  • @anup62
    @anup62 2 роки тому

    Thank bro, your video are just in layman language...this series are made for anybody and everybody even a non tech background person can understand...and start coding

  • @dibupradhan5966
    @dibupradhan5966 2 роки тому +1

    Very interested and helpful to watch your videos to learn flask.Thanks for making such type of helpful videos.keep doing great job 👍👍👍👍👍👍.

  • @remzialtparmak9070
    @remzialtparmak9070 Рік тому

    Excellent explanations bro, you had a great job. Appreciate it!

  • @fadilzakiali8505
    @fadilzakiali8505 3 роки тому

    Loving your explanation!

  • @rinkujain1245
    @rinkujain1245 4 роки тому +4

    First of all, amazing video. I have a question. After making changes to any of my files, I have to restart the server every time. How can I do something so that the server automatically restarts?

    • @jimshapedcoding
      @jimshapedcoding  4 роки тому +3

      Thanks, you could done this by setting environment variables before executing flask run,
      just run set FLASK_DEBUG=1 before it. You could follow the first episode as well, I talk about this topic

    • @rinkujain1245
      @rinkujain1245 4 роки тому +3

      @@jimshapedcoding Thanks that worked!

  • @calieee1070
    @calieee1070 2 роки тому

    this is very nice thankyou

  • @leomacdon7858
    @leomacdon7858 Рік тому

    Thank you Jim..

    • @jimshapedcoding
      @jimshapedcoding  Рік тому

      Thanks for watching my Flask series, hope you enjoy it !

  • @portinho199
    @portinho199 Рік тому

    Hi Jim.
    For me, the all links (Flask Market, Home (current), Market, Login, Register) is justified left, but don't disturbed the class, just is different of your demonstration.
    Regards.

    • @stasrass
      @stasrass Рік тому

      It`s because you don`t have any css files

  • @hagayhalevy865
    @hagayhalevy865 2 роки тому +1

    Hi buddy,
    You are amazing, if you can share links to the websites that you explaining about them it will be great!!!
    thanks

    • @jimshapedcoding
      @jimshapedcoding  2 роки тому

      Hey. Thanks a lot, which websites you'd like me to share ?

  • @Mars7822
    @Mars7822 2 роки тому

    best

  • @MajidAli-wx3px
    @MajidAli-wx3px 3 роки тому

    Sir the Broswer show me this type of Error...
    "jinja2.exceptions.TemplateNotFound: Index.html"
    I write the same code as you write in this video 2:00 to 4:30

    • @jimshapedcoding
      @jimshapedcoding  3 роки тому +1

      Hey, thanks for watching my Flask series. Any chance your templates directory is not exactly in the root project? Because somehow, the Flask application needs to be aware where are it's templates.

  • @hdjfjd8
    @hdjfjd8 2 роки тому

    Jim how to restart server again ? Do i have to type set FLASK_APP=market.py again ??

    • @jimshapedcoding
      @jimshapedcoding  2 роки тому

      Wait for episode 6 my friend, you won't regret it :) Life is going to be easier after this episode, trust me!

  • @asingh8451
    @asingh8451 2 роки тому

    On the running time of the code of html gives file not found error [Error 2]
    Can u give some idea to how to solve

  • @Zannepah
    @Zannepah 8 місяців тому

    print("he is dah goaattttttt ") i have a project to do and i have to learn flASK so after every episode i'm commenting thus lol 14 more to go

    • @jimshapedcoding
      @jimshapedcoding  8 місяців тому

      Waiting for your comment in episode 3 😁 Good luck learning

  • @ivanyosifov2629
    @ivanyosifov2629 4 роки тому

    Your website can not be found. Is it down?

    • @jimshapedcoding
      @jimshapedcoding  4 роки тому

      Hello Ivan. Unfortunately it is till monday, if you need any code snippet please bring from GitHub or you can contact me via Discord and I can help you there

    • @ivanyosifov2629
      @ivanyosifov2629 4 роки тому

      @@jimshapedcoding No worries. I just copy stuff from Bootstrap directly. Will be sure to check out your website once it is up.

  • @tizyanoonie8483
    @tizyanoonie8483 2 роки тому

    1. JimShapedCoding website is not working. So, here's the code.
    First code snippet:
    Jim Shaped Coding Market


    Second code snippet:
    Home (current)

    Market
    Login

    Register
    2. To auto-format code in PyCharm type Ctrl+Alt+L, no need to do manual adjustments in the html or python /other code.
    3. If you use PyCharm, there's no need to save files each time after changes. Any changes are saved automatically.
    4. Thanks for course! :)

    • @jimshapedcoding
      @jimshapedcoding  2 роки тому

      Hey, thanks for all the points!
      I'd like to just point out that the website is designed by purpose the way it is. You have there a button that takes you to the code snippets repository in GitHub, there it is:
      github.com/jimdevops19/codesnippets