Returning JSON Data in Bottle Using Python Data Structures

preview_player
Показать описание
This video demonstrates Bottle's simple method for handling JSON responses by automatically converting Python dictionaries and lists into JSON objects.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare
Рекомендации по теме
Комментарии
Автор

I have this error "JSON support requires Python 2.6 or simplejson". My python version is 2.7.6 on Ubuntu 14.04. Can you help me please?

mvpontoy
Автор

hello great vids but what exactly is postman?/..you dont explaim what this is or how its installed or how to use it for this tutorials or if you need it to make the examples..can we just use the browser?/..thank you please cn you respond

lucioiams
Автор

Hey +Pretty Printed, love your videos. Quick question though: I've setup a virtual environment for development with Bottle locally, and install all the dependencies there. If I were to upload Bottle to a service such as Heroku, how would that work? If I have folders full of libraries and then this one standalone bottle_json.py file, is something like that even possible? Thanks very much.

ShashankRammoorthy
Автор

I really like the tutorial. I think its great! I would like to know how you get the data output. For example If I made a simple unprotected user login. How would I do that?

DillonKo