Build a Web API with Python - No Frameworks Needed |Kovolff

preview_player
Показать описание
Run Python Programs as Web Applications:

To turn your Python web application to a web api:

2. Parse the query into a dictionary

3. Remove brackets and single quotes from each value
i.e. input_name = str(query_dict['name'])[2:-2]

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

If my system is on linux os, how to state the path at front

garyyang
Автор

the link in the description to your video "Run Python Programs as Web Applications:" doesn't work,
you might want to change that for future videos post

hank
Автор

hello, thanks for this helpful video, but when i tried a more complex function with so many imports, it didnt work

sahraouiyousrakenza