Note: html and css are not programming languages they’re mark up languages, as there is nothing in html or css that makes them Turing complete
@PythonSimplified3 жыл бұрын
Hi Robin 😊 Don't worry, I'm definitley aware of it! After all, "markup" is the "M" of HTML! 😃 It's just not a technicality I wanted to focus on at this point in time, especially as part of a "quick overview". If I use the term "markup language" to explain a different term - I also need to explain what it means and how it differs from a "programming language". If I were to film a video about HTML or markup languages in general - I would have probably used the technical definitions instead of an abstraction. But here's a caviat - the term "markup language" is not very well defined and I can make the argument that it overlaps with the definition of "programming language". There's an ongoing debate on this, you can actually find many different opinions on Stack Overflow and each of them has a valid logic behind it. In my opinion, markup is a subset of programming as even web pages are programs in one way or another. Even static pages without any JS interactions are encoded by a computer, so it does seem to fit the definition... but that's just my opinion 😉 Anyhow, I don't see a reason to dig so deep... 😅 just refer to "markup" as an abstraction of "programming" hahahah
@robinferizi90733 жыл бұрын
@@PythonSimplified yeah good point, nice vid too
@PythonSimplified3 жыл бұрын
@@robinferizi9073 thank you so much! 😃
@shoshanamofaz30123 жыл бұрын
You may already know this but html and css make web pages look pretty while JavaScript is the engine that makes them work.
@robinferizi90733 жыл бұрын
@@shoshanamofaz3012 yeah I know what they do, and that’s the reason they are known as markup languages
@darioalb00 Жыл бұрын
Wonderful!!! I am an old developer (61 years old) trying to learn the current technologies. Already tired of volunteer tutorials that know little about teaching, I come across this one, which in just 25 minutes, conveys all the basics I need to learn. I am amazed!!! Congratulations!!!
@PythonSimplified Жыл бұрын
Thank you so much for the awesome comment, Darío!! I have another Flask tutorial (but twice as long unfortunately 😅 haha) and it shows you how to combine a SQLite database with your app, creating a Groceries List application: ⭐ Flask SQLite Web Application Step by Step Tutorial - HTML, Jinja, CSS, JavaScript, Python: kzbin.info/www/bejne/rGSmhIShha-nd8U It's a bit more advanced than this tutorial, but it gives you some additional tools to use on your exciting new journey :))) If you're not yet familiar with SQLite or databases in general, I have some really nice tutorials that you may find useful: ⭐ SQLite Basics: kzbin.info/www/bejne/hZnNXnandrGlrc0 ❗you'll need to add connection.commit() after each data insertion command, I've accidentally skipped it in the tutorial above 😅 then you can practice your SQLite skills and learn how you can generate databases by automatically copying them from the web (what we call Web Scraping): ⭐ Web Scrape Databases with SQLite and Mechanical Soup: kzbin.info/www/bejne/g5yqgqCQpLKoiK8 This one includes the connection.commit() command I've mentioned above 😉 Best of luck and I hope it helps! :))
@darioalb00 Жыл бұрын
@@PythonSimplified What a frustrating!!! Much of my illusion was to see my Flask app run in the cloud. I was waiting for the weekend to have the necessary time to carry it out, and I find that Heroku is no longer free !!! Do you know any good alternative ???
@mixschnack Жыл бұрын
Mariya Shanti doesn't babble on forever, but says, bang, bang, do this and that and everything works. And that's how it is. Here and there, some questions arise, which she partly answers - to my full satisfaction - and partly does not. For example, she doesn't explain how she manages to get the font file loaded and displayed on every system. On her system it works without additional effort, because the font ("Shanti") is installed on her system. On other systems the font would first have to be loaded from a website or an appropriate stored font file. All in all, this video gives a good overview of the steps necessary to develop and deploy a web app and introduces some "best practices" that are common among experienced programmers. A great video. More of it please!
@Soulo_Sreeni3 жыл бұрын
The way of explanation is phenomenal ! I feel great that KZbin recommended it to me today 🤩
@PythonSimplified3 жыл бұрын
Yeey! I'm so happy you liked it! 😀 Welcome aboard! 😁
@developerx9622 жыл бұрын
I am so happy because you are just given us the best statement "and since we have saved this file inside the appropriate template folder, flask will be able to find it with no issues"
@mauno913 жыл бұрын
You can force a cache refresh on a single page: Ctrl + F5 for Windows. Shift + Reload for Safari.
@happyjohn16562 жыл бұрын
Wow this is amazing, so awesome to know! Thanks Mauno! 🤗 9:22 PM 2/20/2022
@godkaboom2 жыл бұрын
Ctrl+Shift+R is what you'll need to refresh without using cache
@MichaelSwartout3 жыл бұрын
I swear this is the first time I have every seen you on a windows pc. You are such a wonderful teacher. Who likes to play some Steam games and not just code. Oh ya!
@DevStephenW Жыл бұрын
Just found your videos. Such a perfect tutorial. The right speed, the right amount of explanation and detail. Great stuff.
@Jelvix3 жыл бұрын
Thank you! Flask resembles a LEGO constructor, which you can use to build whatever you want using Python libraries or Flask extensions. Python developers from Jelvix say that with Flask, you can add new modules when you need them, rather than being bombarded with details for the first time.
@PythonSimplified3 жыл бұрын
You're welcome! Enjoy! 😄
@quijoterio2 жыл бұрын
Thanks to you I have been able to deploy a working web app, you deserves all the best in the world. Thanks a lot!!!!!
@BogdanAnghelina2 жыл бұрын
I'm now starting to learn Python through the Mimo mobile app. After a few chapters, I started practicing and looking for more complex projects. Your video is very explanatory and I congratulate you on that! Although I have a pretty solid background in HTML, CSS, and WordPress (PHP), I'm just now starting to understand Python and I think it's awesome what you can do with it.
@myke69722 жыл бұрын
don't know anything about flask yet, but after I watched this video, I understand all of the parts discussed in the video, thanks alot!
@NagasakiNightmare Жыл бұрын
I feel like no one is doing what you’re doing. I’m glad to have found this, because I can code in Python well enough, but I have never done anything front end outside of ncurses. (Old man, new tricks)😂 Thank you so much!
@MINTgewinnt Жыл бұрын
Thanks for the video! A little remark: UTF-8 is not necessarily 8-bit. It is a variable-length character encoding standard using one to four one-byte (8-bit) code units.
@imoniteochie63555 ай бұрын
i like the way you teach it makes it so easy to under stand as a beginner
@estebanglsa Жыл бұрын
I love these videos! You really do a great job explaining. The sad part is: Heroku no longer offer free deployment 😥
@saeidgholami27953 жыл бұрын
You don't need to clear browser cache all the time. Just press which do deep refresh on the page. Deep refresh force the browser to load static files again and not use the cached version. Browser don't do deep refresh by default for the performance reason. Thanks for the video.
@AlexanderMaynor-tt3fx Жыл бұрын
You are a angelic human being and so smart! Thank you for making such amazing content and being a light for the world!
@PythonSimplified Жыл бұрын
Wow, Alexander! Thank you so much for the incredible comment!! 😀😀😀 It's a great honour to have lovely folks such as yourself supporting me on this magical journey! 😊
@S0190S Жыл бұрын
Way simpler to use Heroku than AWS. Thank you for this video! I learned Flask in my bootcamp and have been needing a simpler deployment method. Thanks again!
@ralphanthony5198 Жыл бұрын
Great video, amiga! Awesome work! I definitely love all your videos!!!
@gaudino110 Жыл бұрын
Great tutorial, simple but quite complete. Your speech is lovely, not too fast and perfectly understandable even for a non native English speaker like me. I'm in love with you, not gonna lie.
@MyTubeAIFlaskApp Жыл бұрын
This video inspired me to learn Flask Because of you, I am here.Thank You very much.
@netbin2 жыл бұрын
Exploring python with Cécile’s videos becoming even more fun
@adedoyinayobami28202 жыл бұрын
I have a problem activating my virtual env with my windows cmd.great content enjoy your tutorial up to the virtual env moment
@thebarryman Жыл бұрын
Best tutorial for Flask I've seen so far, thank you!
@taylortoast2 Жыл бұрын
@PythonSimplified which part of this app utilizes JavaScript? Thank you for your content.
@brendansullivan48723 ай бұрын
Flask is also great when blended with React. You can use CORS and axios for this
@cesarac6662 жыл бұрын
oH my God! The only one that Run fine!! Greate Job Mariya....Thx
@Gorlung2 жыл бұрын
your videos broaden my knowledge and inflame my libido
@spadezap97282 жыл бұрын
Thanks so much! I have been looking everywhere on how to do this and this is the only video that explained it well!
@darcydonelle23402 жыл бұрын
Great video! Deployed my version of the app, and it works wonderfully, as expected. Thank you!
@PythonSimplified2 жыл бұрын
Yeeey!! Super happy to hear!! Thank you so much 😃
@bazazoo28272 жыл бұрын
Hello Mariya, great to see ya 8D I'll be waiting for the update on the DearPy GUI app, docs are not up for mass adoption yet
@niklase5901 Жыл бұрын
Great! Just the intro i needed for this! Thanks!
@MINTgewinnt Жыл бұрын
Suggestion: Instead of clearing the cache, it is much faster to hard refresh the browser with Ctrl+F5. (Works on most common browsers on Windows. Different shortcut on Mac.)
@bombdiggity71964 ай бұрын
Clear and helpful as always. Thanks!
@maxwellochieng49243 жыл бұрын
You are the BEST, I found your video at a point i was learning how to deploy my ML models in Heroku
@Btm_vibes2 жыл бұрын
No one can teach like this compared to you
@g.rioscairo2 жыл бұрын
I simply loved this tutorial. First time using Flask and Heroku! And it all worked so smoothly, nice :)
@TheSuperRunner Жыл бұрын
Great tutorial! I'm trying to write a web app (with basically no web experience) for a new project of mine and this made things a lot more clear.
@Andrew-Escudero Жыл бұрын
You are great! Love the clarity, simplicity, and positivity in your videos. Look forward to learning more from you!
@yakhyobekmamadaliyev63153 жыл бұрын
Sposiba Very much. ti taught me khorosho☺️☺️☺️👍👍
@PythonSimplified3 жыл бұрын
hahahaha Pozalusta ,Yakhyobek!!! 😀
@MrThekid20092 жыл бұрын
Liked, Subscribed & hooked for life! Kudos!
@PythonSimplified2 жыл бұрын
Yeeey!! Super happy to hear! Welcome aboard!! 😃😃😃
@georgelee94914 ай бұрын
thank you so much!!!!!! i able to create my own website now!!!
@johnwindsor54262 жыл бұрын
So nice talk. it is a gread video tutor. I like it so much! Last about heroku part, it is super!😊👍👍👍
@trtlphnx3 жыл бұрын
I Love Your Lessons; Very Eclectic and Cogent ~ You Are Vastly Appreciated ~!
@PythonSimplified3 жыл бұрын
Thank you so much for the lovely feedback, trtlphnx! 😁
@joshwabj82573 жыл бұрын
You are looking too good sis, I am your biggest fan 😊😊
@PythonSimplified3 жыл бұрын
Thank you so much Joshwa! 😊
@bekiyerom627 ай бұрын
thanks lovely you do it in the most simplest way
@renderartist Жыл бұрын
Incredibly helpful and fun tutorial, thank you! Building some experiments with flask that I made with ChatGPT and seeing how easy it is to take it online in a nice packaged way is great. I like that there are options for easy to deploy SQL databases in Heroku. 👍🏼
@erickanyiri346311 ай бұрын
How am i just finding your channel now 😊 Great stuff
@rishecks Жыл бұрын
by far the best tutorial ive come across!! sadly heroku is not free anymore :(
@prabhatadvait617112 күн бұрын
This was really top notch video , thank you so much, love from india
@FelipeNavesOrionRit2 ай бұрын
Awesome tutorial. Thanks a lot!
@incaroads0012 жыл бұрын
I was just about to have my nieces watch this video. Then you greeted s-man.
@theronkasita41962 жыл бұрын
Well explained Thank you all the way from Africa Namibia
@She_cooks2023 Жыл бұрын
Great Job!!! Loved it totally
@toulasantha2 жыл бұрын
👏👏👏 charisma factor 100%
@ashutoshdevgotra3 жыл бұрын
best ever tutorial, I am from india...keep making such easy and learning full projects
@bharathkarkera32232 жыл бұрын
explanation in best possible way.. thank you so much!!
@narbigogul57232 жыл бұрын
Great video, thanks for sharing!
@abdulbarmhajihassan77872 жыл бұрын
where did you get the website from? how did you created help me on that
@mightyaripage3 жыл бұрын
Love the manbearpig reference
@omarpalacios973411 ай бұрын
Awesome video! Thank you so much. Спасибо :)
@markus43942 жыл бұрын
Thank you for a great tutorial. Got me to transition from making simple console apps to a real webapp!
@gsbdrums2 жыл бұрын
Thanks for the tutorial i've got a : Method Not Allowed The method is not allowed for the requested URL. I copied the code from github, could you help with this please ?
@mahmoudsalama44432 жыл бұрын
what is 'hello' in the last minute in Heroku url that u added?
@vigneshpadmanabhan2 жыл бұрын
Thanks a lot! Such an amazing video. I have always wanted to deploy the solutions I create on the web, but never took the step, thanks to the youtube algorithm, found this video by chance and I like your teaching approach. It's simple to follow and easy to execute. Would love to see a sequel to this video.. would it be possible for us to have a MySQL or SQLite or PostgreSQL anything you would prefer, that can store the names we type? I am interested to learn more about this. A little bit about myself, I'm a data science guy and I never got a chance to do anything beyond proof of concept at work and personally was never exposed to a platform that can host an app on the web free. So this is my start. Thanks again!
@xst-k6 Жыл бұрын
#Feedback: Mute the keystrokes audio or change your keyboard switches. Suggestion: Gecko Silent Linear Switches from Kinetic Labs
@PythonSimplified Жыл бұрын
I use a completely different non-mechanical keyboard now... checkout my newer videos, this one was filmed over 2 years ago 😉
@roboxito13 жыл бұрын
Nice to known Flash() function
@bicycleninja16852 жыл бұрын
You're very talented and knowledgeable! Thanks for taking us through the steps.
@PythonSimplified2 жыл бұрын
Thank you so much Bicycle Ninja! 😀 I have an additional Flask tutorial if you'd like to combine your app with an SQLite database: kzbin.info/www/bejne/rGSmhIShha-nd8U It's a bit longer than this one, but it's also a much more useful application 😉
@bicycleninja16852 жыл бұрын
@@PythonSimplified Will check it out! I also loved your Python graphics tutorial with the procedurally generated trees and landscape. Absolute genius! Helps grasp the concept and take it to another level.
@jesusaunicaverdade2 жыл бұрын
To refresh page and caches is Ctrl + Shift + R or Crtl + alt + R (I'm not in front the pc)
@kwamenadadson2 жыл бұрын
Thanks your video saved my life today
@marcioalexandre76102 жыл бұрын
Mas para que serviu isso tudo, afinal? O que Flask fez diferente?
@123arskas Жыл бұрын
Love your energy !!! Thanks for the tutorial
@frg33092 жыл бұрын
Hi how can I create the env 39 like you do on my computer, I dont understand how to do that, what I did is install flask and gunicorn trough anaconda but, I know Im missing something, at the moment when I installed bouth software I was on user and my name
@PythonSimplified2 жыл бұрын
Checkout my Anaconda tutorial to set up the exact same environment I have, both with Linux and Windows: 😃 kzbin.info/www/bejne/g4a9pYl7ebCLqc0 Good luck! 😊
@frg33092 жыл бұрын
yep I could get the env also but Idont remember how I doit but I will not give up :D, in fact Im following your videos typing pause and play to follo each step, coding its not so easy as I can see :P
@learnincredibledesign Жыл бұрын
Love the way of teaching
@Tobs_3 жыл бұрын
awesome, this is something I have been keen to learn from you 👍
@PythonSimplified3 жыл бұрын
Happy to hear Tobs! 😁
@diwakar_tsn3 жыл бұрын
your biggest fan❤️♥️🥰🇳🇵
@PythonSimplified3 жыл бұрын
Thank you so much for the support Codingide NP! 😀
@alexgora75302 жыл бұрын
No, the biggest I am 🤣🤣🤣
@RocketLR Жыл бұрын
Is there someway to get a liveserver to refresh html and css while developing? I am SOOOO tired of refreshing the browser every time i make changes to the templates.
@ianpropst-campbell60282 жыл бұрын
Thank you for this great video!
@dacianfd8418 Жыл бұрын
Nice!
@watermanli3 жыл бұрын
It's really beautiful, Amazing.......ly! You opened the door, in such a nice and clear way...
@simonmenlah18172 жыл бұрын
Hey! I just fell in love with you and your method of teaching and can't stop learning via your channel...
@nurulmunirahbintiabdulhami6856 Жыл бұрын
Hello Mariya. I just found your tutorial. But I have difficulties installing the flask. I did same like you, but it wont work.
@TheInternalNet10 ай бұрын
So I am stuck on the "flash" part. Whenever I tried to add the flash module it breaks the application. Soon as I comment it out, It works no problem. Everything else works fine. Any suggestions?
@rnseby2 жыл бұрын
Thanks for the great walkthrough. Quick and straightforward.
@lenapham9377 Жыл бұрын
Great teacher, wish you all the best!
@lexiepan42572 жыл бұрын
Hi Maria, I am quite new to coding, followed all the steps you showed, but I got a different requirement.txt which contains a lot of packages and a lot of @ file .../.../.../. So I don't know the reason for this and also don't know if I should replace all the @ file .../.../.../, like the markup safe one you did in the video.
@alexnefayne42662 жыл бұрын
This is a great tutorial.. Thankyou.
@shoshanamofaz30123 жыл бұрын
Shalom. Great to see you again. I have news. I am working for Dell Technologies now a the Haifa campus. If you care.
@PythonSimplified3 жыл бұрын
That's awesome Shoshana! Congratulations on your new job! Dell is my absolute favourite when it comes to computer hardware! My laptop is an old Inspiron and my desktop is an Alienware so I'm a huge fan :DDDD And now I know who to reach our for discounts ;) hahahahaha Congrats again, kapara alaih, and have fun! :)
@annonymous.2 жыл бұрын
9:25 I don't know why there is an internal server error showing up and the HTML template don't get rendered. I am stuck here . Could you help me? It shows 'Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.'
@gladysdavid56592 жыл бұрын
Yes for me too
@edins5517 Жыл бұрын
I had the same it took me long time to find it >
@blackhorsered2 жыл бұрын
Im having dificulties with env39 part. Can you help me?
@animeshmishra42823 жыл бұрын
Hey, can you tell me which type of architecture your app is : a 2 tier or 3 tier ?
@nicosaavedra822 жыл бұрын
Thanks!! i did it!! so happy!
@roncheencio24312 жыл бұрын
how can I program the system if I don't have Anaconda prompt? if I use command prompt it will work or not
@PythonSimplified2 жыл бұрын
Anaconda is just a tool to manage working environments and packages installation. It's convenient - but you don't have to use it... you can install Python directly on your system and use Venv to create environments and "pip install" to install packages 😃 But if you want to get up to speed with Anaconda, I have a short video which will give you all the information you need to start working with it like a pro: kzbin.info/www/bejne/g4a9pYl7ebCLqc0 Good luck! 😊
@darioalb00 Жыл бұрын
What a frustrating!!! Much of my illusion was to see my Flask app run in the cloud. I was waiting for the weekend to have the necessary time to carry it out, and I find that Heroku is no longer free !!! Do you know any good alternative ???
@bruhlickd2 жыл бұрын
how can I save all the data insert by the user into the form in a Data Bank as SQLite or MySql?
@pllemost84103 жыл бұрын
Hey, Mariya! My best and favorite teacher. What did I miss? I'm later on your today's lesson!
@PythonSimplified3 жыл бұрын
Hi PI Lemost! 😊 great to see you! We were building a simple "hello world" web application with a mini Framework called Flask 😀 Tomorrow I'm premiering another web app tutorial, but this time - a slightly more useful one (calculator) and by using Python only! See you tomorrow for the premiere? 😉
@jesusaunicaverdade2 жыл бұрын
I'm studying Django to create Web app, but I'm planning to change for App. My doubt is, Why create a Heroku App, when I can create an App with React Native? This is a real question, because I'm deciding my future career.