Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Bridge: Ruby to Python communication
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="vasudevram, post: 1884766"] Hi, Don't know if there is a specific Ruby/Python bridge, but one way that will work for some needs is to use XML-RPC. Its not very difficult to understand and to program. XML-RPC is a lightweight distributed computing method, much simpler than say, CORBA. Also has less features, but may suffice for your needs. It has support for many languages and, as long as the needed libraries are there for your language, you can use any language for the client and any language for the server. I know for sure that XML-RPC supports Python and have used it with Python myself. Check out [URL]http://xmlrpc.com[/URL] (and also Google for more resources on this topic) to learn more, download source code examples, and to check if there is Ruby support for it. HTH Vasudev Ram Independent software consultant [URL]http://www.geocities.com/vasudevram[/URL] PDF conversion tools: [URL]http://sourceforge.net/projects/xtopdf[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Bridge: Ruby to Python communication
Top