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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -