Python Flask Tutorial #6: Basic Search and HTML forms | Flask crash course for beginners

preview_player
Показать описание
The #6 video of the Python Flask Tutorial for absolute beginners we will see how to use HTML forms with Flask, how to handle GET requests, how to implement basic search (GET request), and how to use HTML forms with wtforms to create records - posts (POST request).

Follow me @:

============ SOURCE CODE ================
📎️ The SOURCE CODE is available via Patreon:
======================================

✴️✴️✴️ Web Scraping course ✴️✴️✴️
is available via Patreon here:

or its landing:

As an example for this Flask Crash Course I use a blog engine.

✴️✴️✴️ This Flask tutorial ✴️✴️✴️

Python Flask Tutorial #0: the Demo of the blog build with Flask

Python Flask Tutorial #1: Installing and Basic Flask App

Python Flask Tutorial #2: Jinja Template Inheritance

Python Flask Tutorial #3: Flask Blueprints

Python Flask Tutorial #4: Using SQLAlchemy to create models

Python Flask Tutorial #5: SQLAlchemy ManyToMany relationship

Python Flask Tutorial #6: Basic Search and HTML forms

Python Flask Tutorial #7: Adding Pagination

Python Flask Tutorial #8: Update records in database with Forms

Python Flask Tutorial #9: Flask Admin panel

Python Flask Tutorial #10: Restrict access to admin panel

Python Flask Tutorial #11: Custom 404 error page

Python Flask Tutorial #12: Using of Custom CSS styles

✴️✴️✴️ PLAYLISTS ✴️✴️✴️

🔹Django 3 Tutorial: Blog Engine

🔹Kivy Tutorial: Coppa Project

🔹Telegram Bot with Python (CoinMarketCap)

🔹Python Web Scraping
Рекомендации по теме
Комментарии
Автор

You just save my life, i just finding this solution for 4 days

clashingtv
Автор

Love the tutorial. Learned so much flask and the logic behind it by using this information to help build my own web page. Very good explanation of the order of implementing the code which seems to be crucial while using flask. Better and much more in depth than other similar tutorial lines I watched. Keep up the good work!

kristoferarboleda
Автор

Thanks, I was trying to implement a search function in my app for a while now and most of tutorials out there didn't worked for me, this is a simple and short tutorial and it worked for me 🙂.

Rachit_
Автор

Thank you for the tutorial!! It's really helpful to me. I tried to created a search bar but have problems with that and now it's solve 🙏🙏
The tutorials is a simple but effective

bayusuarsa
Автор

What video should I make next? Any suggestions? *Write me in comments!*
Follow me @:

Help the channel grow! Please Like the video, Comment, SHARE & Subscribe!

RedEyedCoderClub
Автор

hey thanks a lot i have been looking for how to add a search bar for a while but your method worked thanks

lolgamer
Автор

For posts = Post.query.... i get a squiggly line on Post, why?

kerimsever
Автор

If I want to bring data from csv files what should I do?

farheenamjad
Автор

Thanks!! <3 Finally I could implement a search :3

Dongnutla