Flask SQLite Web Application Step by Step Tutorial - HTML, Jinja, CSS, JavaScript, Python

  Рет қаралды 82,831

Python Simplified

Python Simplified

Күн бұрын

In this tutorial we will see how to create a web application using Flask and SQLite. Flask is a web framework using Python for the backend, HTML and Jinja for templating, CSS for styling and JavaScript for client side interactions.
So today, will not only connect databases to a Flask server - but we will also learn how to use all the perks of this framework.
🛑 Please note: Wayscript is no longer with us! RIP!
🛑 Please refer to the Github repo instead!
⭐ Clone Starter Files and Complete Groceries App from Github:
github.com/MariyaSha/grocerie...
⏰ TIME STAMPS ⏰
---------------------------------------------------------------
00:00 - Intro
00:48 - starter files walkthrough
02:31 - connect SQLite database to Flask
04:16 - deploy app to development environment
05:18 - preprocess database data
07:08 - HTML template
08:04 - Jinja2 templating
09:44 - database entries as form options
15:39 - database entries as checkbox elements
18:08 - Flask Session (global data)
24:48 - CSS styling
33:14 - connect JavaScript to Flask
34:46 - JavaScript client side interactions
38:43 - testing the app
39:26 - deploy app to production with Wayscript
41:01 - challenge!
41:17 - thanks for watching!
💻 run Flask locally on Windows machine 💻
---------------------------------------------------------------
⭐ navigate to project directory:
cd path/to/my_directory
⭐ if the name of your Flask Python file is "my_app.py"
set FLASK_APP=my_app
set FLASK_ENV=development
flask run
⭐ in your browser navigate to:
localhost:5000
💻 run Flask locally on Linux machine 💻
---------------------------------------------------------------
⭐ navigate to project directory:
$ cd path/to/my_directory
⭐ if the name of your Flask Python file is "my_app.py"
$ export FLASK_APP=my_app
$ export FLASK_ENV=development
$ flask run
⭐ in your browser navigate to:
localhost:5000
🔗 IMPORTANT LINKS 🔗
---------------------------------------------------------------
⭐ Github Logo from tutorial:
raw.githubusercontent.com/Mar...
⭐ my previous Flask tutorial:
• Simple Web App with Fl...
⭐ my previous SQLite tutorial:
• SQLite Backend for Beg...
🤝 Connect with me 🤝
---------------------------------------------------------------
🔗 Github:
github.com/mariyasha
🔗 Discord:
/ discord
🔗 LinkedIn:
/ mariyasha888
🔗 Twitter:
/ mariyasha888
🔗 Blog:
www.pythonsimplified.org
🙏 THANK YOU 🙏
---------------------------------------------------------------
Thank you so much for watching! 😀
Thank you to Flaticon for the notes icon: www.flaticon.com

Пікірлер: 151
@patocuchara01
@patocuchara01 2 жыл бұрын
manbearpig is awesome!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Half man, half bear and half pig - I'm super serial 🤪 hahahah South Park is probably my favourite cartoon since childhood!! 😉
@patocuchara01
@patocuchara01 2 жыл бұрын
@@PythonSimplified for sure, and the app is awesome too.
@ronin2963
@ronin2963 2 жыл бұрын
I think she was talking about me! ^.^
@TheL337trance
@TheL337trance Жыл бұрын
You've bridged so many learning gaps I've had. I'm a network engineer so I don't get to touch much of this stuff, but when I need a solution, I usually have to write it myself. The little examples you give helps out a lot. Wishing you 200k subs soon
@humbertorodriguez6595
@humbertorodriguez6595 7 ай бұрын
This girl is making the world a better place. Thanks for sharing!
@vladk9152
@vladk9152 2 жыл бұрын
I like how this channel fills the gap between intermediate and advanced, other content is usually either very basic or too advanced for me
@freedtmg16
@freedtmg16 Жыл бұрын
Mariya! I love your tutorials. You truely simplify python! I have learnd so much from watching! Thanks for inspiring me to branch out and be a better dev!
@zaheer25
@zaheer25 Жыл бұрын
I love the way you build onto your code. A lot of people who have a lot of experience just jump to the end product of what the code should ultimately look like with some explanation. But I really like how you start with something basic, code it, , and then go back and change the code to add more complexity. It really levels up the understanding of us beginners.
@naseemsultana5843
@naseemsultana5843 Жыл бұрын
Hands down, one of the best channel for Python !
@whiteking80
@whiteking80 2 жыл бұрын
Easy deployment. BEAUTIFUL!
@MegaJohn144
@MegaJohn144 2 жыл бұрын
I was desperate to find a way using Python to query a local SQLite database in a desktop application. Thanks to your very clear explanations, I know I can do it.
@alyssarschaefer
@alyssarschaefer 7 ай бұрын
amazing tutorial!! thank you for clarifying so much for me about flask and databases
@CatIcarus
@CatIcarus 2 жыл бұрын
This video was so helpful to me. Thank you for explaining it all! 😊 I'm a Data Engineer by day and a curious front end learner by night! Hoping to build something cool with your tutorials help!
@Programmer_pk
@Programmer_pk 2 жыл бұрын
Finaly Wait is over ! Thanks Maria
@Programmer_pk
@Programmer_pk 2 жыл бұрын
Finally, Wait is over! Thanks, Maria
@contentwh0re
@contentwh0re 2 жыл бұрын
Great tutorial, but I'm always mesmerized by your fashion sense! A+++
@ZurioSi
@ZurioSi 2 жыл бұрын
First time I hear about Jinja and honestly I like it. Amazing video as always! 100k soon, I can't wait so happy for you.
@zahraraza8211
@zahraraza8211 Жыл бұрын
This was a really well made video!! Your way of explaining everything was really helpful concise
@aferrop
@aferrop 2 жыл бұрын
Excellent! Thanks. Love Flask
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you so much! Super happy you liked it! 😃
@raunakmitra7868
@raunakmitra7868 2 жыл бұрын
Lots of love from India
@ryanmckenna2047
@ryanmckenna2047 2 жыл бұрын
Your picture quality is incredible
@kaziafamily4444
@kaziafamily4444 2 жыл бұрын
This is awesome video!!! thank you very much!!
@anderslindstrom4000
@anderslindstrom4000 2 жыл бұрын
I was just thinking how do I get my python skills to the web and this showed up :-) . Awesome that you explain why you do certain things and how it goes together. Thank you so much!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you so much for the lovely comment Anders! 😃
@mauriciograsso8102
@mauriciograsso8102 Жыл бұрын
¡Buenisimo! muchas gracias me super sirvio ademas de que aprendi un monton. ¡abrazos!😃
@alexhall27
@alexhall27 2 жыл бұрын
Had an moment where my 6th item kept overwriting, then noticed between 20:44 and 21:19, line 18 sneakily changed to include "session.modified=True" :)
@brunoseys6705
@brunoseys6705 Жыл бұрын
Right ! I have also spotted this ... and lost 15 minutes of my life on it.
@ToshidaViva
@ToshidaViva Жыл бұрын
Gosh thank you a lot! you saved me lots of time!
@MrPioneer7
@MrPioneer7 9 ай бұрын
Thanks a lot alexhall27
@rrivillox
@rrivillox 2 жыл бұрын
Wow!!!! That's amazing tutorial!!!! Thanks, my dear teacher and friend. Flask never ends!!!! Greetings and its a good moment to thinking about a Wordle Clone in Flask!!!! :8)
@VenomRaiders
@VenomRaiders 2 жыл бұрын
As someone who loves using flask, Great tutorial. Well explained concepts Edit: one tiny suggestion, with js it's a good practice to use let and const especially since it's easier to manipulate DOM elements and due to the es6 rules.... but great tutorial
@balazsberes3176
@balazsberes3176 2 жыл бұрын
Very helpful tutorial! It was easy to understand even if you are new to flask! Just what i needed for my next project with python. Thank you! וגם תודה רבה! ראיתי שהגבת בעברית לחלק מהתגובות 😀
@PythonSimplified
@PythonSimplified 2 жыл бұрын
You're absolutley welcome and thank you so much for the lovely comment! 😃 אני ממש שמחה שהוידיאו עזר לך וזה תענוג לקרוא תגובות מארץ הקודש! אני גרה בקנדה כבר שנים, אבל גדלתי בקריית שמונה... לכן העברית! 😉
@rdezain3849
@rdezain3849 2 жыл бұрын
Really brillient and great excercise , Thanks Mariya.
@ezequielfelipeborgel
@ezequielfelipeborgel 2 жыл бұрын
Wooow, this tutorial was amazing Mariya. Congrats.
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you so much for your lovely comment Ezequiel! 😃😃😃
@lucas-sq1js
@lucas-sq1js 2 жыл бұрын
Wow your better then half the university teach in usa
@chaitanyapendela
@chaitanyapendela 2 жыл бұрын
Great and simplified explanation for a complex task
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you so much Chaitanya! I'm super happy you found this tutorial helpful! 😁
@danyvalcal
@danyvalcal 2 жыл бұрын
Excellent video. One flaw I had to fix is that after check some items and then uncheck all of them, the style of remove button does not change. So, to improve this, I get all checked inputs and check its length to get the number of checked inputs. If his length is 0 means there is no checked input so the style does not change. Otherwise, it changes. Other detail that I improved is that after select an item that is already in the shopping list, the item should not be added. I made this by checking this and rendering the same page.
@teclote
@teclote 4 ай бұрын
Very nice, well delivered. You are a sweetheart. Smart too.
@MyTubeAIFlaskApp
@MyTubeAIFlaskApp Жыл бұрын
Another great video. You are a great inspiration.
@LavenderSpringfell
@LavenderSpringfell 2 жыл бұрын
Wow, the tutorial is really useful, but I must also say I love your make up!
@erezsh2
@erezsh2 2 жыл бұрын
Thank you for your clear easy to follow tutorials תודה!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
תודה רבה על התגובה המהממת ארז! 😃 ד״ש חם מוונקובר!
@ilianos
@ilianos Жыл бұрын
great content!
@engeprac
@engeprac 2 жыл бұрын
inside de add_iten function: if request.form["select_items"] in session["shopping_items"]: pass else: session["shopping_items"].append(request.form["select_items"]) session.modified = True now it is complited!
@deeparose2926
@deeparose2926 2 жыл бұрын
Very nice tutorials 👌
@temyraverdana6421
@temyraverdana6421 2 жыл бұрын
Thanks for video, very very useful
@udbhav3760
@udbhav3760 2 жыл бұрын
Amazing video I comment before this is starting because I know you are amazing thou! XD 💪🤝 that's how it's done!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
I can always count on you Udbhav!! 😁😁😁 Thank you so much my friend!
@kopa1999
@kopa1999 2 жыл бұрын
I was looking forward this one. Thanks a Lot Mariya
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Yeeey, super happy to hear it!! 😊 I hope you like it! 😃
@kopa1999
@kopa1999 2 жыл бұрын
@@PythonSimplified I love it!
@freezoulou
@freezoulou 2 жыл бұрын
your really amazing great tutorial
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you so much!! I'm super glad you like it! 😃
@diwakar_tsn
@diwakar_tsn 2 жыл бұрын
Video with full of energy. I love your sprite of explanation. You are amazing thou! XD 🔥🔥
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Thank you so so much! I was super happy to chat with you earlier, thanks for sticking around for the entire premiere!! 😃😃😃 Today was definitely a long one, I really appreciate your support! :)
@diwakar_tsn
@diwakar_tsn 2 жыл бұрын
@@PythonSimplified 🙂
@michaelgmyers
@michaelgmyers 2 жыл бұрын
Great vid thank you. Lol man bear pig. Love the reference
@pirillomatis
@pirillomatis Жыл бұрын
just watched. i think i found the problem you mentioned. haven't checked if it was mentioned in the comments, + i've skipped through a couple of chapters. to it, we did not close the connection to the database although we made a function for it. id fix it by adding that function call somewhere hehe, maybe after we make the initial query. but now that i think about it had a parameter called exception (not used though.. starting to se a pattern here :p ) so perhaps wrapping the get_db() in a try/except that passes the exception to our orphan function. thus if an exception occurs, we close the database connection and do something with the exception, maybe logging it or printing. my 2 cents. be nice peeps
@hammer86_
@hammer86_ 2 жыл бұрын
Oh, you're Russian! I couldn't place the accent. You just got way more interesting. Bingeing your videos now :)
@DuluxTV
@DuluxTV 2 жыл бұрын
good job !
@MSArtYT
@MSArtYT 2 жыл бұрын
Problem : limited items in drop-down menu Solution : instead of using drop down menu we use input box Comment : very amezing and understandable video keep it up 🥰
@olawaleakinkunmi3713
@olawaleakinkunmi3713 2 жыл бұрын
wow this has to be one best informative flask tutorial i ever watch. my question if the user wanted to buy those items, will there be order sql table to received the data items
@harkiranonline
@harkiranonline 2 жыл бұрын
Beautiful
@tno314
@tno314 Жыл бұрын
Hi, and a thousand thanks for this video, and all of the others that answered questions I even didn't know I had ! ;-) You really are a great pedagogue, with an attention to small details, like thinking of making a table of contents for the videos... not everybody does that ! I've quite a lot of experience in (small) projects with Python and was looking to improve my skills to achieve some simple tasks, like building a web interface to update a database, and here it is ! I actually have a little question / suggestion related to my learning curve : are you going to talk of SQLAlchemy in an upcoming video (unless you already did and I missed it) ? At this time, I am asking myself whether to use it or not in my project, and the pro's and con's are not very clear to me. I understand what it does, I see a lot of people are using it, but well, why not stick to simple SQL...or not ? And well, I have to say it, I love the very professional way you handle mansplaining in the comments (but being a girl in IT I guess you've got more than enough experience with it ;-) ) Thanks again, Thierry
@shuxiaokai
@shuxiaokai 2 жыл бұрын
Very very very very good 🥰🥰🥰🥰🥰
@ihateorangecat
@ihateorangecat 2 жыл бұрын
hello 👋👋 just got in!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Hi Zor! Thanks for your comment! 😊
@mibrahim4245
@mibrahim4245 2 жыл бұрын
M, you are the best and the beast ..
@elenanes4084
@elenanes4084 2 жыл бұрын
Maria Intenational
@mibrahim4245
@mibrahim4245 2 жыл бұрын
@@elenanes4084 what?
@Harumatsu18
@Harumatsu18 2 жыл бұрын
Hello, interesting tutorial for this app, could you do a tutorial on how to make a login form using flask and mysql (not sqlite) and how to restrict pages if you are not logged in.
@shoshanamofaz3012
@shoshanamofaz3012 2 жыл бұрын
With Typescript you have fewer errors at runtime because it catches them early. I like that about TS
@kydlnw2023
@kydlnw2023 2 жыл бұрын
Good and informative video, my only question is, can you somehow make it that the sound of the keys being hit is not present in the final cut of the video? maybe it is just a me problem :) Thank you for the informative video.
@johnmahugu
@johnmahugu 8 күн бұрын
perfect! :)
@zachfenton608
@zachfenton608 2 жыл бұрын
Большое спасибо
@PythonSimplified
@PythonSimplified 2 жыл бұрын
בכיף זכריה! תודה רבה על התגובה! 😃
@zachfenton608
@zachfenton608 2 жыл бұрын
@@PythonSimplified תודה רבה בכיף
@mdkrush
@mdkrush 2 жыл бұрын
Commenting for KZfaq algorithm. I will watch it later. :)
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Hahahahaha thank you so much! I really appreciate it!! 😁😁😁
@geoamf83
@geoamf83 2 жыл бұрын
Awesome job. One question. How can import triggers to my ide? Thank you in advanced
@CameronSouthall
@CameronSouthall 2 жыл бұрын
Great tutorial ! Just wondering if I am missing something ? At 20:51 , The add_items function doesn't appear to have "session_modified = True". When I ran the code, my list wasn't appending properly. However, when I added "session_modified = True" and re-run it. It started working as expected. It looks like it might have been added later ?
@akrembc7951
@akrembc7951 Жыл бұрын
cool.
@francis1708
@francis1708 2 жыл бұрын
Hi, first of all thanks for the great job you are doing, I really appreciate it. Is it possible, without using js, to automatically update a page with data (from query) that has been added / modified by other users in the meantime? Thank you very much, greetings from Italy.
@AlexSchiessl
@AlexSchiessl 2 жыл бұрын
Nice video... But I would like if you would adapt the new Typed Function Definition Syntax and also I would like if you adapt TDD, too... Reason: Most of your audience are Novice, I assume, so as a good Parent or Teacher, you should show them how it should be done instead it "only" make it work... Never the less I'm as an experienced Python Programmer watch other Pythonistas how they code, maybe I can learn something new... ;-)
@unknownfacts3716
@unknownfacts3716 2 жыл бұрын
mam I watch your videos only because of you , you are damn pretty. I know all this stuff but still watch just to see you. Your big fan
@rameshsilva8212
@rameshsilva8212 Жыл бұрын
👍
@fvgoya
@fvgoya 2 жыл бұрын
Just a curiosity: Why sqllite3 rather then MySQL? Does MySQL not working well with Flask?
@PythonSimplified
@PythonSimplified 2 жыл бұрын
MySQL works perfectly with Flask! 😊 I just haven't had a chance to cover it on my channel, while folks are already familiar with SQLite from my previous tutorials: ⭐Sqlite for Beginners: kzfaq.info/get/bejne/hc6aYKaiprLWp58.html ⭐Web Scraping SQLite Databases with Mechanical Soup: kzfaq.info/get/bejne/g9F3hNCL1LPZgoE.html Other than that you can use many other DB management systems with Flask such as PostgreSQL and even MongoDB. It's entirely up to you (and the task you're handling) 😀
@fvgoya
@fvgoya 2 жыл бұрын
@@PythonSimplified Nice! good to know. I will check the other videos. By the way, I didn’t expected is it YOU answer my question. thanks for that! 🙂
@ivokoubek7683
@ivokoubek7683 2 жыл бұрын
Please, can you show, how create desktop app with help Flask for Windows, Linux and Mac ? Spasiba you much for you many useful videos with positive and energy atmosphere... ivo
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Hi Ivo 😃 Flask is a web application framework, so it unfortunatley can't be used to create a desktop app. Apps created with Flask are meant to run in a browser program (therefore the combination of HTML/CSS/JavaScript which are web languages 😉) The good news is - because it's a web application, as soon as you deploy it to production everybody can use it! Regardless of what OS you run on your computer 😊 If you want to try a nice desktop GUI library, I have a very quick and simple Kivy tutorial which you might really like: kzfaq.info/get/bejne/j6qgapaIz7Stg5c.html Good luck and I hope it helps! 😁
@ivokoubek7683
@ivokoubek7683 2 жыл бұрын
@@PythonSimplified 🤔yeah of course... I mean some service which "pack" Flask web app to standalone desktop app with help Chrome/Chromium. Exist some tutorials, but I don't know if are actual and most exists only simple app without SQLite... And your tutorial are amazing and detailed and with great explanation and accurate speed - you have talent and much precision hard work to every tutorial. Really!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
@@ivokoubek7683 hmmm... I'm not really femilliar with something of that kind 🤔 Sorry I'm often getting questions from beginners so I'm overexplaining by default 😅 hahahaha I believe you're talking about PWAs? (Progressing web apps) you should be able to combine it with Flask, I don't see a reason why an SQLite database would be a problem... I've seen a bunch of Github repositories providing PWA Flask source code, this one looks very promising: github.com/umluizlima/flask-pwa If I'll get more requests on it - I'll definitley make a tutorial, for now ai'll stick to what I'm femilliar with 😁 Thank you so much for clarifying and my apologies for not getting your original question... I hope I was able to help somehow 😊
@ivokoubek7683
@ivokoubek7683 2 жыл бұрын
@@PythonSimplified thank a lot ... I haven't experience with it also, I used console for input and XLS output still for my projects (work with account data from DB and XML files), and then pack to exe, but I want be prepare for more possibilities (forms, pretty GUI, live table with JS etc.)... I will explore your link and I stay tune in your chanell... bye from Czech rep.
@hammer86_
@hammer86_ 2 жыл бұрын
@@PythonSimplified I think he's referring to Electron, where the app is completely done on the client side and the server side just handles API calls. But that's more web dev than python, so might be out of scope. Maybe you could just show how to do a web service with Flask ajax.
@brendanbrady3431
@brendanbrady3431 Жыл бұрын
how do you find out or choose your port number (@4:58) and host? I know what ports are open on my computer, do I use one that's not one of them?
@2ncielkrommalzeme210
@2ncielkrommalzeme210 Жыл бұрын
if i want to see the list one by one like slider. can we show list elements one by one in 2 seconds? ?
@abap32
@abap32 2 жыл бұрын
Hey great video. Just a question: wouldn't enumerate give you the same idx instead of index(item) ?
@raunakmitra7868
@raunakmitra7868 2 жыл бұрын
Hey, I did the same. I used enumerate() method as it is more efficient and fun to work with.
@austinbao
@austinbao Жыл бұрын
How would you do this if you have a database and want to save your users info?? ALSO how do you keep users logged in through the use of "session"?? Thanks!
@contentwh0re
@contentwh0re 2 жыл бұрын
My new response to ppl when they ask me anything. "zero, zero, zero, zero... , four zero's."
@clashclan7549
@clashclan7549 2 жыл бұрын
Nice video . I have 1 problem at 21:15 in appending items in shopping_items, it wont append rather it replaces the newly added one. I am using SQLAlchemy , maybe this is the problem.
@PythonSimplified
@PythonSimplified 2 жыл бұрын
I think you're right! 😃 It seems that SQL Alchemy has a special way of opening and closing sessions, check out their docs: docs.sqlalchemy.org/en/latest/orm/session_basics.html#basics-of-using-a-session So instead of using Flask sessions - you'd have to use SQL Alchemy sessions (and I believe it's a .add() and .delete() situation rather than .append() and .pop()... but I'm not too sure, I haven't experimented much with SQL Alchemy yet 😅) I hope it helps! Please let me know if you were able to figure ot out (other folks might have the same issue, so it would be really awesome if you can share your solution! 😊)
@contentwh0re
@contentwh0re 2 жыл бұрын
I play by myself. I drink every time she says "Core Sore" or "Sore Sore" :)
@ultimat.
@ultimat. 2 жыл бұрын
Possible ajout images et des catégories dans bd SQLite , possibilité application Android avec base SQLite
@engeprac
@engeprac 2 жыл бұрын
I had a problem to deploy site sqlite3.OperationalError: unable to open database file any idea?
@Dev_Person
@Dev_Person Жыл бұрын
How to do if we don't have wayscript x because I tried with Vs code only but I have so mush problems with my browser that doesn't appear etc...
@MidnightEcho56
@MidnightEcho56 4 ай бұрын
hi, I just saw the video, what is another platform we can use instead of wayscript to host the app for free?
@trtlphnx
@trtlphnx 2 жыл бұрын
Just When I Think You Have Hit The Apex; BLAM; You Fucking Amaze Me, Sweetie ~ Love You and Your Channel ~
@PythonSimplified
@PythonSimplified 2 жыл бұрын
hahahaha thank you so much for the incredible comments! always a pleasure to see you!! 😁😁😁
@user-nv8pg2vq3f
@user-nv8pg2vq3f Жыл бұрын
Mariya, could you please copy start files to some cloud, WayScript give an error while cloning? It would help a lot...
@dayanandaksh
@dayanandaksh 2 жыл бұрын
When did you start learning programming? 😊😊
@PythonSimplified
@PythonSimplified 2 жыл бұрын
When I was 12! When my parents finally got a broadband internet connection - I've started to learn HTML/CSS and build my own super girly websites! 😃 (before that I was only allowed 1 hour of internet per day, so there wasn't enough time to learn anything - but I would if I could! 😉 hahaha) How about you?
@Felis0000
@Felis0000 2 жыл бұрын
@@PythonSimplified I guess I'm bit too late I've just started to learn programming at 16 gdscipt for Godot and then started python at 17. I'm bit worried I didn't start before :( Now I'm 18 and I still know only python.
@goliat2606
@goliat2606 2 жыл бұрын
What is the monitor model :)?
@FufaTujuba
@FufaTujuba 2 жыл бұрын
I don't like the look of those check boxes. I think they are better if aligned vertically by giving them the same className and putting them inside container DIV then style them float:left; centering the containing DIV
@dreamforever2589
@dreamforever2589 2 жыл бұрын
Hi Mariya!!!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Hello my friend!!! 😃 what do you think about this tutorial? did you like it?
@dreamforever2589
@dreamforever2589 2 жыл бұрын
@@PythonSimplified Great Tutorial.
@Henry_Nunez
@Henry_Nunez 2 жыл бұрын
😊👍🌹
@Kennethlumor
@Kennethlumor 2 жыл бұрын
Big sister please and please help me do a video on how to add a search system to flask app whereby if you search for something you can get the feedback displayed
@slz_sphinxz
@slz_sphinxz 2 жыл бұрын
Do you know how to make a flask register?
@AndrewOBannon
@AndrewOBannon 2 жыл бұрын
hi !
@praveennp7822
@praveennp7822 2 жыл бұрын
any update about our CodeJam
@riyasaha123
@riyasaha123 Жыл бұрын
Hey, How can i get in touch with you? I feel there's some mistake with codes..i need to talk about
@forheuristiclifeksh7836
@forheuristiclifeksh7836 Ай бұрын
3:35
@rene.serwyn
@rene.serwyn 2 жыл бұрын
Good Day,! I have some questions. Is there a chance to web scrape the reactions of the post on Facebook? Because our thesis adviser wants to do "social media mining" by using web scraping. Thankyou in advanced!
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Yup! absolutely! Social media is extremally scrapable and you would rarely encounter blockers that I didn't show you how to bypass 😊 I have a Facebook scraping tutorial, you can apply the same techniques on text rather than images: ⭐ Web Scraping Facebook with Selenium: kzfaq.info/get/bejne/idmIltygytzPhmQ.html I also discuss bypassing blockers in my LinkedIn tutorial: ⭐ Web Scraping LinkedIn with Selenium: kzfaq.info/get/bejne/bcd5lZmatsDPdKs.html Also, you might want to do the same with Instagram - I have a super detailed blog about it: www.mariyasha.com/post/web-scraping-instagram-thumbnails-with-selenium In either case - I highly recommend Selenium! it's one of the most powerful scraping libraries and it's perfect for dynamic language sites, not only HTML/XML 😉 (and also - it's my all times favorite! hahaha)
@ragerose9206
@ragerose9206 2 жыл бұрын
38:49 AAAAAAAAA. ahahahaha . Queen.
@xtazy1337
@xtazy1337 Жыл бұрын
Thank you for the explanation and the step by step tips... simply awesome _0/ \0/ /0/ 0_ \o_ /o_
@capetown6018
@capetown6018 11 ай бұрын
wayscrpt links are dead
@vigneshsuresh6003
@vigneshsuresh6003 2 жыл бұрын
Use pre tag to align checkbox. They look ugly.
@BijouBakson
@BijouBakson 8 ай бұрын
Hmmm... Intelligence! let's get married already :)
@ragerose9206
@ragerose9206 2 жыл бұрын
lol, you can add the same food by refreshing the page with add_items/ route lol and removing too hahah
@PythonSimplified
@PythonSimplified 2 жыл бұрын
Hahahaha that's the beauty of a "post" request! Actually, if we were to use "get" instead you could have added items that do not even exist in the databse! 😉 as "get" sends information via the URL - you could have entered any item and it would just show up in your shopping list! 🤪 "post" on the other hand sends information via the body of the request - so it's not as easy to trick 😃
Simple Calculator with Anvil - Python Web App Tutorial for Beginners
19:19
SQLite Backend for Beginners - Create Quick Databases with Python and SQL
13:32
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 466 М.
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 38 МЛН
The day of the sea 🌊 🤣❤️ #demariki
00:22
Demariki
Рет қаралды 98 МЛН
He sees meat everywhere 😄🥩
00:11
AngLova
Рет қаралды 10 МЛН
Convert py to exe - from code to software
5:55
Python Simplified
Рет қаралды 465 М.
Python Classes and Objects - OOP for Beginners
8:01
Python Simplified
Рет қаралды 536 М.
Flask vs Django in 2024 - Make a RIGHT Choice (Difference Explained)
9:32
Daniel Dan | Tech & Data
Рет қаралды 40 М.
FastAPI, Flask or Django - Which Should You Use?
9:49
Tech With Tim
Рет қаралды 51 М.
Web Scraping Databases with Mechanical Soup and SQlite
19:19
Python Simplified
Рет қаралды 90 М.
build a meme Python website (Flask Tutorial for Beginners)
13:30
NetworkChuck
Рет қаралды 459 М.
Create a GUI app with Tkinter - Step by Step Tutorial
23:56
Python Simplified
Рет қаралды 609 М.
Python Flask Authentication Tutorial - Learn Flask Login
29:35
Arpan Neupane
Рет қаралды 213 М.
В России ускорили интернет в 1000 раз
0:18
Короче, новости
Рет қаралды 1,1 МЛН
Ультрабюджетная игровая мышь? 💀
1:00