Python Flask Tutorial: Full-Featured Web App Part 2 - Templates

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

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

  • @MrMiguelcdpmarques
    @MrMiguelcdpmarques 6 ปีที่แล้ว +1414

    The quality of these tutorials is very high. Higher than most paid content in other platforms. A sincere thank you from a Python beginner

    • @KrazyMO
      @KrazyMO 6 ปีที่แล้ว +18

      I was going to say the same thing. Thank you for posting your tutorials.

    • @rewerb
      @rewerb 6 ปีที่แล้ว +6

      Agreed.

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

      It's getting pip is not recognized as a internal r external cmnd... Wt to do

    • @younesboukroun3060
      @younesboukroun3060 5 ปีที่แล้ว

      @@zennn9690 which system do u use? windos or mac or linux? well you have to install the pip and path when u install python if you are in windows

    • @zennn9690
      @zennn9690 5 ปีที่แล้ว

      @@younesboukroun3060.Tq fr ur rply... Finally I set the path and made it work

  • @coreyms
    @coreyms  6 ปีที่แล้ว +572

    I call the percent signs "parentheses" multiple times throughout this video. Not sure what I was thinkin. Just ignore that.

    • @omar_5352
      @omar_5352 6 ปีที่แล้ว +2

      @Corey Schafer In my early days working with the console (MS-DOS 6.2, not Linux, sorry) I used to call the colon a TAB , so it's A-tab and C-tab when switching between drives. It stayed with me for quite long time!! Thanks for all your amazing videos

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

      For a moment I was like..... He called multiple times.. Maybe he dont know the difference between these two..
      haha

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

      How do I create a shortcut where I can just type lets say %% and it will automatically put {%%}... cause writing that out every single time is so tedious !?

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

      Great work! Subscribed!

    • @quasa0
      @quasa0 6 ปีที่แล้ว

      Allan Bart did you solve your issue?

  • @jharris4854
    @jharris4854 4 ปีที่แล้ว +150

    Your free tutorials are BY FAR worth more than the overpriced paid courses on udemy. Ive been educating myself in Information technology in almost every genre for the last decade, and HANDS DOWN you have the best content among any Ive watched. Only Khan academy videos come even close to your teaching quality. For so long I was disappointed Khan didnt have more computer science tutorials....and then I discovered you! lol KEEP IT UP MAN - I became a member just to support you bc Im so impressed with your work.

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

      I completely agree..

  • @carolflyjs
    @carolflyjs 6 ปีที่แล้ว +126

    Your tutorials are probably the best tutorial I've ever taken online! Most other people's tutorials are either too slow or not clearly explaining key concepts. You nailed it! Thank you!

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

    Your videos are better than many paid courses from Udemy!
    You are explaining so clearly
    No unnecessary theory, no dragging the video long. Just getting to the point!

  • @nghiepcrypto7034
    @nghiepcrypto7034 4 ปีที่แล้ว +12

    when I think about Python tutorials, I think about you. It just pops up in my mind immediately, very natural.

    • @coreyms
      @coreyms  4 ปีที่แล้ว +2

      Thanks :)

  • @pointerish
    @pointerish 6 ปีที่แล้ว +48

    Corey, whenever I learn something new that actually has a practical value I feel an undescriptable enjoyment.
    With that said, that is what I feel when I watch a video of yours and, I have to say, I've never liked web development that much
    but now I'm feeling I actually do like it! So, in short, you're a great teacher and I encourage you to keep teaching! Thank you!

  • @RemyDelaCruz
    @RemyDelaCruz 4 ปีที่แล้ว

    The amount of details in these videos are unbelievable. He never assumes you know every step, no implied knowledge. I wish I could hug you for the amount of effort you put on your videos. Maybe one day, instead I’ll find a way to contribute by buying anything you sell. Thanks again.

  • @dannyvriens4903
    @dannyvriens4903 6 ปีที่แล้ว +2

    I code a lot of years in different styles and languages but I can't explain this as clear as you did here.
    Well done and hold this teaching skills.

  • @InfameKato
    @InfameKato 9 หลายเดือนก่อน

    I'm currently working on my flask App, and was looking for a clear tutorial on how this is properly done, so not to start doing it butchering key concepts and having to re-do many things. So far this has been the best flask tutorial I could find. You really dig deep into the bone of it.
    Thank you so much from Colombia!

  • @abhijithsnair3157
    @abhijithsnair3157 6 ปีที่แล้ว +5

    Dear Corey,
    I don't know how to thank you for all these videos. The quality of your teaching is exceptional. The pace, accent, standard and content is up to the mark. Being a newbie in this area, your course had helped me learn a lot. Thanks a ton!!!

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

    This tutorial is absolutely amazing. If you are running into the issue where your CSS styling file is not being imported (an unstyled website), make sure the folder 'static' that contains the main.css file is NOT a subfolder in templates. It should be a direct subfolder of FLASK_BLOG. Hope I can save someone else the time I spent banging my head against a wall wondering why it wasn't importing any CSS stylings.

  • @alainhachem7168
    @alainhachem7168 5 ปีที่แล้ว +2

    As I follow your step and create the blog with you, I am learning on a next level. I have taken a python class before and left it unable to code at all, thanks to your videos it is actually all making sense. Thank you so much.

    • @coreyms
      @coreyms  5 ปีที่แล้ว

      That's great to hear! Thanks for the comment.

  • @WolverineAndSloth
    @WolverineAndSloth 5 ปีที่แล้ว +4

    I tried out some Django tutorials after learning the basics of python and i felt so completely and utterly lost. Then i stumbled on your videos and Flask, and everything is making sense again. Thank you so much for your work, Corey.

  • @junyuan399
    @junyuan399 4 ปีที่แล้ว +24

    Smh i'm paying school fees to get taught by teachers that can't teach well. However, Corey's tutorial videos are so much easier to understand and it's free!
    Thank you for being my actual programming teacher!

  • @sudhanshu20094u
    @sudhanshu20094u 6 ปีที่แล้ว +2

    Great thing about your tutorial - The way you explained how posts are being passed to home.html. I mean you explain each and every bit. Its really great.

  • @Endlessvoidsutidos
    @Endlessvoidsutidos 5 ปีที่แล้ว +2

    one of the best and most comprehensive tutorials on flask bootstrap and css integration i have ever seen well done sir

  • @tubalix
    @tubalix 4 ปีที่แล้ว +6

    I keep on watching more and more videos on python, also on Udemy. Then I come back to Corey and genuinly conclude time after time: Corey is the best!! I feel grateful for all of us out there you are there around making those videos in such a fantastic way. Thanks, you definitely are the man!!!

  • @Haitham00n
    @Haitham00n 5 ปีที่แล้ว +24

    I think I never commented to a video before in my life.
    I watched the first 3 videos of this playlist and I really can't thank you enough for your effort and time and the way you illustrate it to us.
    Thanks a lot :)

  • @zeeecks1
    @zeeecks1 5 ปีที่แล้ว +21

    These are some of the highest quality tutorials I've ever seen. Makes me start to doubt the quality of my 200k college education.

    • @bhargavreddy7038
      @bhargavreddy7038 5 ปีที่แล้ว +2

      lol same feeling

    • @urjitchakraborty5813
      @urjitchakraborty5813 4 ปีที่แล้ว +2

      yes but putting "i finished this web dev course on youtube" isnt going to do much even if you learned more than in a degree

  • @mailrafat
    @mailrafat 5 ปีที่แล้ว +4

    Corey is the Master of all "Paid So-called Gurus (they should pay him to learn how to teach rich contents without asking for money)" out there, the way he teaches gets hard-coded in your memory while you'll be having perfect to the point practical knowledge for that subject matter, Hats off sir!

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

    watching back at 2021 still thinks its the best tutorials ever

  • @akashrawat2506
    @akashrawat2506 4 ปีที่แล้ว +2

    I wanted to learn flask and started so many time and end up not completing it. The main reason was I didn't find any content with this level of explanation and focus to every detail. Your video series is helping me a lot.
    Love you 3000 man 🙌💥

  • @OthmanAlikhan
    @OthmanAlikhan 6 ปีที่แล้ว +5

    CTRL+SHIFT+R to bypass cache, thanks for the shortcut, really useful to know!

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

    I am really fortunate to stumble upon your channel. The course is going on very smoothly and the explanations are very clear and upto the point!!
    I have come here after having attended your Python courses, to learn web development using Python.
    My heartful thanks to you Corey :) !! You are a great teacher!!

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

    while other people enjoy watching series on Netflix, I really enjoy watching your series! thanks so much.

  • @codebreakthrough
    @codebreakthrough 4 ปีที่แล้ว +49

    Wow Corey, great job with these videos. Seems so simple, but that html snippet to generate a basic HTML structure was eye opening. Up until this point I've been looking up HTML boilerplate code and copying and pasting. Appreciate it much.

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

      Legend commenting on another legend’s video. Thank you both of you!

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

      Crazy world. I was just watching your database design video literally 45 minutes ago

  • @TheMeticulousMoo
    @TheMeticulousMoo 4 ปีที่แล้ว

    Honestly Corey, people like you are the reason why the internet is so great. Excellent tutorials man, keep it up!

  • @lolkgraham1727
    @lolkgraham1727 4 ปีที่แล้ว

    Here, mister @CoreySchafer! A sincere thank you, from the community of python beginners. You have done a very good thing. There is NO better paid or free content on the entire world wide web that can outstand The quality and easy understanding of Flask in your series!!! THANK YOU SIR!

  • @TheMetalhead1311
    @TheMetalhead1311 6 ปีที่แล้ว +5

    This is going to be such a huge help for school. Its one of the few modern tuts out there and one of the best I've ever seen. A huge thank you @Corey Schafer

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

    Coming from first learning HTML and CSS as a child, then picking up Python recently, and now amalgamating them in this way feels amazing

  • @jashbangdiwala4575
    @jashbangdiwala4575 5 ปีที่แล้ว +14

    This is highly detailed and really well thought of. There’s a great structure and a perfect flow for a beginner to follow !

  • @akashjain35
    @akashjain35 6 ปีที่แล้ว +2

    Better teaching skills than any professional out there !!!

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

    It was such a pain an scary thing for me to search and learn these things of flask and thanks to your video it was such a easy and good way for me to learn all these things.
    Not just this(Flask), all of your tutorials have very high quality.
    Thank you so much sir.

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

    Yours explanations are clear, detailed and precise and I like that. But as a beginner I struggle with concepts, and now I find out the reason why. We generally use different logic to look at things, in this tutorial you are inserting the layout.html in to the block content inside home.html. I can understand this, but I struggle with this logic, for me it's easier to conquer the concept if home.html is inserted inside the layout.html block content. In the dynamic web page we are observing changes inside "static" layout .html on different urls :). For me this is important to know, because personal logic foundations are on deeper level than programmer logic so there can rise a conflict. I think that overlooking this is a problem long way in learning process, this is just one case, sometimes is better to take opposite view to better understand the concepts :) Thank you!

  • @christopherlawson2797
    @christopherlawson2797 6 ปีที่แล้ว +7

    I rarely comment on videos, but this is exceptionally well done. Thank you for the time and effort you spent putting this together.

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

    whenever i find something hard to understand i quickly run to Corey and things will be better.

  • @christorok1906
    @christorok1906 6 ปีที่แล้ว +2

    This tutorial is even more simple than the one of Flask's site. Very good! I'm using this for a software engineering group project in my database course. You're a very good teacher. I am just getting into web development frameworks. Flask is my very first. I tried following the Flask tutorial. It really takes some time and energy to mull over when you've been programming in a sandbox at a university and not having to weave different technologies together. I think I'm starting to understand. Flask uses Blueprinting in their tutorial which is a bit new to me.

  • @CorySchneiderOfficial
    @CorySchneiderOfficial 4 ปีที่แล้ว +5

    Corey, by glancing at your comments, I know you see this all the time, but: Your tutorials are amazing. No fluff or wasted time, but what feels like a perfect amount of information in every video. You're killing it, and I'm headed over to make a BTC donation right now. Once I get my first programming job, another $100 is coming your way.
    From a fellow Cor(e)y, thanks so much!

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

      Thanks so much! Really glad to hear you found the videos helpful

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

    Amazing content!
    If anyone else had trouble with HTTP 304 - not pulling the .css file, what worked for me was configuring the static folder in the Flask app
    app = Flask(__name__,template_folder='templates',static_folder='static')

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

      Can you help with an Internal server error?

  • @DrGlutton1
    @DrGlutton1 4 ปีที่แล้ว

    Im watching this after paid Flask lecture and finally Im beginning to understand something... You are the savior

  • @mohamedharoon9136
    @mohamedharoon9136 6 ปีที่แล้ว +2

    Sir, you are the best lecturer around. THANKS!!!

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

    Damn I cannot believe this is video was posted 5 Years ago it is better than 90% of the videos today. Great Work Man.

  • @oldmansaturn972
    @oldmansaturn972 4 ปีที่แล้ว

    The way this guy describes things just makes sense to me

  • @asgard2054
    @asgard2054 6 ปีที่แล้ว +74

    Yes, please make a flask bootstrap extension video!

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

    Such high quality. Highly recommend these tutorials for people doing flask

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

    Best and the most complete Flask tutorial on the web. Thanks for sharing this for free.

  • @jimstarr5840
    @jimstarr5840 6 ปีที่แล้ว +2

    Thank you, I'm really enjoying this tutorial seris on Flask. I'm using Python/Flask on a raspberry pi to follow along. Even though i'm running the latest version of debian, stretch, the version of python was 3.5x (as of December, 2018). The secrets module was introduced in python 3.6. I built the latest version of python, 3.71 on the pi and then found all kinds of problems. Python couldn't find flask and other problems. The solution turned out to be simple. As you recommended, and others, I created a virtual python environment and all started working as expected. I was reluctant to add the extra overhead on the pi, but it solved the problem and the pi is working just fine. I really don't notice the extra overhead at all.
    Just for the record, I am using a Raspberry 3b+ and a 64gig sd card.
    Once again, thank you for this excellent series.

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

    Watching all the ads to support this awesome teacher - the ads are trying to send me to other learning sites - but we got the best teacher here already! Thanks once again Corey.

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

      Thanks for the kind words!

  • @RameenFallschirmjager
    @RameenFallschirmjager 4 ปีที่แล้ว

    Your voice is so soothing that I can build a project while listening and learning from you when I'm in a sinking ship!

  • @rickyoyaro1433
    @rickyoyaro1433 5 ปีที่แล้ว

    You are absolutely the best tech instructor on youtube!

  • @mr.RAND5584
    @mr.RAND5584 4 ปีที่แล้ว +1

    I am not bored this covid quarantine. Thank you sir. So clear explanation.

  • @mahfuzhasan7588
    @mahfuzhasan7588 4 ปีที่แล้ว +2

    I have been your fan by watching your teaching style and contents, amazing.

  • @annguyenviet9028
    @annguyenviet9028 6 ปีที่แล้ว +4

    this lesson is extremely valuable for a newbee like me. Thanks for sharing a great series tutorials.

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

    Clearly explained without unnecessary things, but I feel like one should learn HTML and CSS a little bit before taking up flask :D

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

    This is very high quality tutorials. I recommended it my students. thank you Corey

  • @chaudharyu.8453
    @chaudharyu.8453 4 ปีที่แล้ว

    Probably one of the best courses to start with flask ! Thank you very much @Corey Schafer for providing such a great tutotial:)

  • @hamolicious2387
    @hamolicious2387 4 ปีที่แล้ว

    These tutorials are so good, no bullshit, just content and pure learning! Thanks a ton

  • @hooman3669
    @hooman3669 3 หลายเดือนก่อน

    For those wondering how rendering_template () function gets the home.html file directly without specifying path, this is because the function by default searches the template in "templates" folder.

  • @JosephStreet-dk7uw
    @JosephStreet-dk7uw ปีที่แล้ว +22

    For those having issues with the navbar links Login and Register still being on the left side, you're using a newer version of Bootstrap. As of writing this video series is 4 years old so some things may look different to you. To fix it, the line should be

    • @user-dw3cn1jt9p
      @user-dw3cn1jt9p ปีที่แล้ว

      After I created my template extends it throws an error In the beginning of all my files
      Please do you know how I can fix these

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

      Thanks👍🏿

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

      Still doesn't work, I think something has changed

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

      works. thanks

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

      @@renniekimutai6293 Hey its not working for me. Can you tell more about this? The page just don't look the same. The location of things is correct but the elements are overlapping and colors are not shown

  • @brtvndnbrnd
    @brtvndnbrnd 2 ปีที่แล้ว +6

    Hi Corey. It's amazing how well we can follow these instructions, typing them in as you do. It's also well explained, even for those (read: me) that don't have a lot of experience in Python nor html. And most of all: so far everything is working. Most of the TH-cam tutorial video's lead to some coding that doesn't do what it's supposed to do. But not with your two video's so far😀. They actually work. Great job. Thank you very much. There is no other option than subscribing to your channel, what I did of course.

  • @yltfy
    @yltfy 5 ปีที่แล้ว +2

    Excellent video! Much better than those paid video tutorials on some learning websites...

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

    Hi! @Corey Schafer
    Many thanks from a Python self-learner who wants to be a back-end developer!🥰

  • @dyleeng
    @dyleeng 5 ปีที่แล้ว +25

    This man is legend, Corey, you're arguably the best Python Teacher online no cap
    Keep It Up!, 300k Subscribers inna bit

  • @mattjclay
    @mattjclay 5 ปีที่แล้ว +2

    Such a nice little, clean, yet powerful framework.

  • @siddharthbhetariya81
    @siddharthbhetariya81 9 หลายเดือนก่อน

    Mannn you are really the Python GOD !!! Like Whenever I want help with anything related to python your tutorials always helps 🙇🙇

  • @LukeAvedon
    @LukeAvedon 6 ปีที่แล้ว +2

    You are truly a gifted teacher.

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

    As always ... great tutorial... step by step .... creating understaning. Thanks a lot

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

    as a self learning web developer,
    i want to say that this tutorial is not for beginner with non programming background but if you try you can understand because its beginner friendly
    #flask (routing, importing, define function, making class, inheritance , installing libery etc)
    > html, css or bootstrap (have to some knowledge before starting this tutorial)
    > jinja2 template engine (quite easy as you go)
    >wtforms and validattion (for web form like :login and register form.)
    > sqlalchemy and sqlite,mysql( this will take some times be patient )
    [ some changes with sqlalchemy in 2024 for version update. working with sqlalchemy if you see any error than watch some recent sqlalchemy tutorial ]
    happy coding

  • @adityadubey1269
    @adityadubey1269 4 ปีที่แล้ว +6

    Came here after watching a confusing flask tutorial on cs50. But seriously he made it so easy n understandable.

    • @TheArkaRay
      @TheArkaRay 4 ปีที่แล้ว

      same! I had so many errors and didn't understand how to rectify after Brian went through so I ended up here to solve my problem!

    • @adityadubey2488
      @adityadubey2488 4 ปีที่แล้ว

      @@TheArkaRay so that makes us doubt buddies.

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

    I think I'm not saying nothing wrong if I affirm you're the best teacher on TH-cam!!!

    • @coreyms
      @coreyms  5 ปีที่แล้ว

      Thanks!

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

    Amazing tutorials!!!. PS. If someone gets an exception error create a separate templates folder and paste the html files in it

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

    very informative video and in the same time like playing with puzzles and a real product at end, can't thank you enough

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

    Only 8 minutes in, and I'm just so amazed by the quality of this video. I'm a C++ programmer, and I never thought I'd enjoy Python this much. Thanks a ton Corey!
    P.S. I'll definitely become a patron once I get my first paycheck :)

    • @coreyms
      @coreyms  4 ปีที่แล้ว

      Thanks!

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

    Thanks for putting out a series on Flask. Read the official documentation for Flask and struggled, finding your videos made it smooth as budda.

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

    Your TH-cam Channel brings so much good to the world. Thank you for making the contents available for us who want to learn

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

    i have started watching this flask tutorial and impressed so much that i have subscribed.
    Thank you so much for the wonderful video.

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

    Thanks to your Flask series, I'm on my way to building what I have always wanted to. Thank you for this series..👍👍👍

  • @humanity-indian
    @humanity-indian 6 ปีที่แล้ว +5

    Best content available on the Internet !!

  • @walsoftai
    @walsoftai 7 หลายเดือนก่อน

    Great tutorials. I recommend them for anyone interested in Flask

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

    Bro, your videos are awesome. I'm sad it took me this long to find them. Mine didn't look like yours at the end of the video. Come to find out I had accidently put my static folder inside of my template folder. Rookie mistake. But all is good now. Cant wait to continue the tutorial.

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

      Just made this exact same mistake, took me a few minutes to realize the problem 😅

  • @ibrahimal-mahfooz8737
    @ibrahimal-mahfooz8737 6 ปีที่แล้ว +1

    You're just amazing. This can't be simpler and easier than the way you explain it.

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

    He is doing a great job, thanks a lot for providing it for free of any cost, may God bless you.

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

    Thanks Corey, really appreciate the effort you did in making this tutorial. Great help to get familiar with web development.

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

    @coreyshafer amazing over 400k. This is the beat Python channel on YT by far. Big fan and love the flask series.

  • @EnglishRain
    @EnglishRain 4 ปีที่แล้ว +55

    26:45 - "It's not very long, it's only 80 lines of custom styles." - Corey Schafer, May 2018.

    • @StaglyMusic
      @StaglyMusic 4 ปีที่แล้ว +9

      80 lines is not very long, for real

    • @bobross3880
      @bobross3880 4 ปีที่แล้ว +2

      seeing as one style takes about 4 lines...

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

      Hahaha ikr, but jokes apart main.css files usually contain thousands of lines so he ain't wrong

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

    @Corey Schafer What a legend you are.

  • @BookOfSaints
    @BookOfSaints 6 ปีที่แล้ว +2

    These are professional level tutorials. I'm currently coming into an exiting flask app, tasked with adding a front end with Vue or React... Still undecided haha. This is great because I'm still very unfamiliar with Flask. I love how you explain things so clearly without going off on tangents. You are one of the best teachers on TH-cam. I haven't gotten far into the tutorial playlist, but was wondering if you cover MVC?

    • @coreyms
      @coreyms  6 ปีที่แล้ว

      We don't go over that term specifically, but we do use a similar process throughout the series of breaking up the database queries, the logic, and the presentation. Hope that helps.

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

    I'm so thankful I found you on TH-cam😊. I am fascinated for the way you are teaching. Keep going, you are awesome👍

  • @DDzulian
    @DDzulian 4 ปีที่แล้ว

    Your tutorials are amazing! Professional software developer here and I'm still using them :)

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

    Thank you so much for summarizing something so complex for me to understand in under an hour ❤ you saved me

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

    Thank you Mr. Schafer for creating and sharing. This is an absolute blessing and I'm learning alot.

  • @PotatoMan1491
    @PotatoMan1491 4 ปีที่แล้ว

    Part 2 only and you have been a tremendous educational help, I really enjoy these.

  • @Johnnyboycurtis
    @Johnnyboycurtis 6 ปีที่แล้ว +13

    Instead of {% extends "YourHeaderFile.html "%} inside your template.html, you can put {% include "template.html" %} inside YourHeaderFile.html

    • @jonathanaulson2071
      @jonathanaulson2071 4 ปีที่แล้ว

      If you use 'extends' as you suggest, you would also have to modify the css as this command will negate the inheritance of main.css to the 'about' and 'home' pages

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

    wow wow!
    Corey, you are the god of teaching.

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

    Another excellent video. I like your teaching style.

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

    Your are a gifted teacher. Thank you.

  • @KunaalNaik
    @KunaalNaik 4 ปีที่แล้ว +2

    Clear explanation and good pace. Thank you for this tutorial!

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

    Thanks Corey for the wonderufl tutorial, I liked every single video that I have watched in ur channel. Thanks a lot, keep posting awesome content like this

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

    i have made some projcets with flask yet, but i learnt so many new things already!