Tuesday, January 24, 2017

How to Get Python and JavaScript to Communicate Using JSON

python-js-json

Ever wondered how to send data between two programming languages? Ever tried to send an object or multiple pieces of data? Today I’ll be showing you how to use JSON to send data from JavaScript to Python. I’ll be covering how to setup a web server, along with all the code you need. Prerequisites You will need a few things to get started with this project. I’ll be running on Mac, which has Python installed already. You should be able to follow along reasonably well using Linux. If you are using Windows, you will need to download and install Python,...

Read the full article: How to Get Python and JavaScript to Communicate Using JSON

http://ift.tt/2knqEFA

via MakeUseOf

0 comments:

Post a Comment