Flask Tutorial
About Lesson

In this Flask Tutorial we are going to learn about Passing Parameters to URL, we have already learned that how you can create url and routes in Flask.

 

 

This is our app.py file.

 

 

 

This is our new route that we want to pass parameters, and basically we are passing a name with our route.

 

 

 

Now run your Flask application and go to http://localhost:5000/user/geekscoders, this will be the result.

Flask Tutorial - Passing Parameters to URL
Flask Tutorial – Passing Parameters to URL