Working with parameters passed via URL directly through query string via Python -


using python cgi script, want take parameters given directly via url (the user type in url directly way) , store data in query string variables.

how can this? how import url variable in first place?

you can use python cgi module or if want use more powerful backend server try basic version of cherrypy test examples.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -