URL Converters - Flask Web Development with Python 28

preview_player
Показать описание
Welcome to part 28 of our Flask web development tutorial series. In this tutorial, we're going to be discussing custom converters. The idea of these custom converters is to allow us to create very dynamic URLs, where part of the URL is actually treated as a variable.

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

This is informative video tutorial on URL Converters - Flask Web Development with Python, thanks so much

beecreativeai
Автор

Thank you very much. These are the best tutorials to be found! Keep that awesome work up! Much appreciated.

futew
Автор

Hi Harrison,
I'm really pleased that you're move on with Flask tutorials. I find myself in situation that I have to many very similar functions. I have found Pluggable Views to solve that problem. Maybe It's useful to make one video with that subject for other people ?

ivancevic
Автор

super helpful, thank you. Quick question. In the event I have a /competitions url, and I want to have a /competitions/<int: id>, in passing the competition ID to the template, how do you manage the template so that you can display the data specific to that particular competition? I'm almost there, but still lacking a little understanding in how the pieces fit together.

JasonRahm
Автор

hey quick question: where should I use gc.collect() to clear cached data? I see some examples but not sure on where its best applied.

omnitunes