This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: Pushing data from Python to PHP and vice-versa
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
We were looking for a way to connect PHP and Python code the other day. One of the thoughts that came up was writing Python code to mimic PHP's serialize() and unserialize() functions. In the end we didn't do that, but it looks like someone else has - great!
His code is GPL, so we can only use it in GPL stuff, but I think we have some GPL code on the go, so this should be useful...