Python Flask Tutorial 10 - Pagination in Flask

preview_player
Показать описание
Hello! Welcome to the Python Flask Tutorial series. In this series, we'll learn about Flask, a micro framework built using Python, with the help of a project!
In this video, We see how pagination works in Flask.

About Me -

Hello! Welcome to the Python Flask Tutorial series. In this series, we'll learn about Flask, a micro framework built using Python, with the help of a project!

So let us Build a CRUD Web App With Python and Flask.
#Python #ProgrammingKnowledge #Flask #PythonTutorialforBeginners #LearnPython #PythonCourse
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

You just explained it fantastically! Thanks for making this video. 👌😊

rohanhabu
Автор

This is giving me error of Pagination obj is not iterable any solution?

page = request.args.get('page', 1, type=int)
property_data = Property.query.order_by(Property.id.asc()).paginate(page=page, per_page=20)

engineermaster
Автор

So every time we pass a page number to user_workouts function, wouldn't the User.query.filter_by method also query the data again and again?? or does it run only once and whenever the user decides to move to the next page, it is bypassed or something?

srikanthsailesh
visit shbcf.ru