Build a Rest API using Flask - P4- Python Flask tutorials

preview_player
Показать описание
#python #python3 #pycharm #flask #python_tutorial #api_in_python #python_framework

In this video, we have created a REST API for books library using Flask, at this stage, we are using an in-memory list of the book objects and perform CRUD operations but in upcoming videos, we will integrate different databases like SQLite and MYSQL.So, stay tuned!

☕ By me a Coffe:

❤️ If you find my content helpful, become a channel member -

👍 ====== Join us on Facebook: =======

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

Your feedback is truly important to me. So, bombarded me with your quires, questions, and criticism. And, smash the like button 👍

Pythonist
Автор

here's the books list
books_list=[
{
'id':0,
"author":"chinua achebe",
"language":"english",
"title":"things fall apart",
},
{
'id': 1,
"author": "hans christian andersen",
"language": "danish",
"title": "fairy tales",
},
{
'id': 2,
"author": "samuel beckett",
"language": "french, english",
"title": "molloy, malone dies, the unnamable, the triology",
},
{
'id': 6,
"author": "jorge luis borges",
"language": "spanish",
"title": "ficciones",
},
{
'id': 3,
"author": "giovanni boccaccio",
"language": "italian",
"title": "the decameron",
},
{
'id': 5,
"author": "emily bront",
"language": "english",
"title": "wuthering heights",
},
]

jaligamaramana
Автор

After so many confusing tutorials this is a gem. Thank you so much for the useful content!

ranulmbalasooriya
Автор

After going through many tutorials, finally found good content

बिहारीभायजी
Автор

Nice! Do you have a tutorial for flask-restful library?

lestercute
Автор

Very nice video. Very clear explanation ! Congrat !!!

RagdollBen
Автор

This video was great!! I’m trying to learning this for my next video and this was great help !!

TheLifeOfMarcus
Автор

Thans a lot for this serie of videos, but did you have a git repo with this code?

aristotelesfernando
Автор

my code is running without any errors but it won't show any URL

i wrote this at the end

if __name__ == '__main__':
app.run(host='localhost', debug=True)

occribu
Автор

good content... plz upload more videos on rest api

gajanansawadadkar
Автор

I'm getting this error---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>

sourabhsaha
Автор

Very useful video...thanx
sir I want to fetch real-time updated data from database and I want to show selected data on webpage table form dynamically how to do it.?

bhaveshkunbi
Автор

can you create tutorial on simple user management system in flask api something like this
I have the following tables:
Table name= group Attributes:
id name
Here simply the group is created.

Table name = group permission
Attributes: id group_id Permission_id
Here simply the permission for the group is assigned

Table name =permission
Attributes: id name code name
Here permission is created Table name =user Attributes: id username password

Here the user is created
Table name =user_groups
Attributes: Id User_id Group_id
Here the group for the user is assigned and all the permission inside this group should also be assigned to that user

Table name =user_permission
Attributes: Id User_id Permission_id
Here the user might get more permission other than the permission assigned from the group.
For example, if the user has only access for reading and writes from it’s defined group then if the admin user wants then he/she can directly assign permission to access a certain menu to the specific user without assigning to the other user of the same group.
I haven't seen anyone on youtube have done this stuff

sudeeptimsina
Автор

Please tell me How to creat a REST API with any framework (Flask, cherrypy, Django, etc., ). Create a simple PY calculator that is accessible via GET and POST method.

liladharlingayat
Автор

add me more videos of restApi of flask

hammadyasir
join shbcf.ru