web development server - How I can get user input from browser using python -
i in middle of personal website development , using python create "comment section" visitors leave comments @ there in public (which means, can see it, don't worry user name registration things). set sql database store data thing haven't figured out yet how user input (their comments) browser. so, there modules in python that? (like, "charfield" things in django, unfortunately don't use django)
for need web framework bottle or flask. bottle simple wsgi based web framework python.
using either of these may write simple rest based apis, 1 set , other get. "set" 1 accept data client side , store on database "get" api should return data reading db.
hope helps.
Comments
Post a Comment