Easy Code Share >

Solving Post JSON to Python CGI FieldStorage Error

Solving Post JSON to Python CGI FieldStorage Error

Python CGI module gets popular among developers for only unstructured data, but its FieldStorage() gives rise to an error for posting JSON data. The article describes the problem in details and raise a solution. You should configure Apache CGI on Windows or Linux before studying this topic, because practices make perfect. All codes here are … Read more

Easy Code Share >

Python Webapp Demo on Apache CGI for Windows

Python Webapp Demo on Apache CGI for Windows

For Python webapp scripts to run, we enumerate the most concise steps to Apache CGI configuration on Windows and Linux. The JS scripts in browser clients request not only PHP scripts on server sites, but also more competitive services from Python data science and AI. We will guide you on developing mode in Windows, and … Read more