i2py 0.1.0 review (linux)

Add to Watch List

i2py provides tools for converting programs and scripts written in Research System Inc.'s IDL programming language to Python. It i

License: GPL (GNU General Public License)
OS: Linux
File size: 0K
Developer: Christopher J. Stawarz      
Price: $0.00
User Rating:  

0 stars award from rbytes.net

i2py 0.1.0 is utilities software developed by Christopher J. Stawarz.
i2py provides tools for converting programs and scripts written in Research System Inc.'s IDL programming language to Python.

It is not an IDL-compatible front end for the Python interpreter, nor does it make any attempt to replicate the functionality of the IDL standard library. Rather, its only purpose is to perform source-to-source conversion of legacy IDL code to Python.

Currently, it supports only procedural IDL, although support for object-oriented code may be added in the future.

i2py is implemented in pure Python and should run on any system for which the Python interpreter is available. It uses the excellent PLY package to handle lexing and parsing. (The needed modules are distributed with i2py, so there is no need to install PLY separately.)

Installation:

python setup.py install

Requirements:
i2py requires Python 2.3 or later. The package is written in pure Python, so it should run on any system with an appropriate version of the Python interpreter installed.

i2py uses the excellent PLY package to handle lexing and parsing. The needed modules are distributed with i2py, so there is no need to install PLY separately.

The scripts produced by i2py require one of the array packages available for Python. Currently, the options are Numeric and numarray (numarray being the default), but scipy_core may soon be the preferred alternative.
i2py 0.1.0 supports different languages (including english). It works with Linux.

Downloading i2py 0.1.0 will take if you use fast ADSL connection.


Download

  • 100mbit/s dedicated server
  • 100% availability


Latest User Reviews

Write a i2py Review

Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.

i2py related software

  • i2py 0.1.0
    i2py provides tools for converting programs and scripts written in Research System Inc.'s IDL programming language to Python. It i
  • slackrpm 0.3
    slackrpm is a program which creates Red Hat Package Manager (RPM) packages from Slackware packages
  • vb2Py 0.2.1
    vb2py is a VB to Python tool for automatically converting VB projects to Python, including both the code and GUI elements. Install
  • Python Cryptography Toolkit 2.0.1
    Python Cryptography Toolkit is a collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms.
  • PySL 0.1.0
    PySL is a package that makes S-Lang functions and variables accessible via Python