[IPython-dev] Data from js to Python

Jacob Evans jakegod14 at gmail.com
Thu Sep 24 16:17:46 EDT 2015


Hey Kiko,
What kind of data are you trying to get into python and in what way?

I think what your looking for is called JSON
https://en.wikipedia.org/wiki/JSON

What you going to do is format your JavaScript output into JSON then
processes in python with a package like json.

Example here
http://docs.python-guide.org/en/latest/scenarios/json/


On Thu, Sep 24, 2015 at 2:12 PM, Kiko <kikocorreoso at gmail.com> wrote:

> Hi all,
>
> Is there a way to get information from javascript into Python?
>
> I googled about it but I couldn't find related info.
>
> Thanks!!
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> https://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150924/38afc427/attachment.html>


More information about the IPython-dev mailing list