Projects tagged ‘interpreter’, ‘ironpython’, and ‘python’


Jump to tag:

Projects tagged ‘interpreter’, ‘ironpython’, and ‘python’

Filtered by Project Tags interpreter ironpython python

Refine results Project Tags microsoft (1) dynamic (1) shell (1) language (1) dlr (1) programming (1) console (1) development (1) interactive (1) silverlight (1) web (1) mono (1)

[3 total ]

6 Users
   

IronPython is a new implementation of the Python programming language running on .NET. It supports an interactive console with fully dynamic compilation. It is well integrated with the rest of the ... [More] .NET Framework and makes all .NET libraries easily available to Python programmers, while maintaining full compatibility with the Python language. [Less]
Created about 1 year ago.

0 Users

SilverShell Interactive Python InterpreterPython/E - Python EverywhereFeaturesRuns in the browser (IE, Firefox, Safari) on Windows or Mac using Silverlight. Runs on the Windows desktop using WPF (as ... [More] of 0.6.0) Can be easily embedded into other Silverlight (or WPF) Applications Command History Code Completion Member Suggestions Call Tips Switch smoothly between UI thread and background thread(s) (as of 0.6.0) Scratchpad canvas for playing with UI controls (as of 0.6.0) UI is very customizable, and your preferences are remembered across browser sessions Pure Python Implementation Source Code: http://github.com/Eloff/silvershell/tree/master [Less]
Created 12 months ago.

0 Users

Try PythonAn interactive Python tutorial running in the browserAn interactive Python interpreter that runs in the browser, using Silverlight 2 and IronPython. You can see it running online at ... [More] www.trypython.org. It should also run under Moonlight 2 for Linux (although bug reports to the Mono team and not me if it doesn't!). As well as an interactive interpreter running in the browser (which is actually running IronPython 2.0 - the equivalent of Python 2.5) it has a few pages from the Python tutorial. The tutorial pages are automatically formatted for displaying in Silverlight using rst2xaml. The online interpreter has the following features: Auto-resizes with the browser Navigation bar through the tutorial pages at the top and bottom Individual pages are bookmarkable and the URL fragment auto-updates when you change page Mouse scroll wheel supported over the tutorial and console scroll viewers Control-C interrupts the running code with a keyboard interrupt File I/O works (the file type and open function) using local browser storage to store files raw_input and input work in the interpreter Basic auto-indent and auto-dedent in the console Console history, including multiline history Syntax highlighting in the console reset command to clear the console Assign to sys.ps1 and sys.ps2 from the console Not much of the Python standard library is included. I intend to expand the tutorial adding new modules as they are needed (the whole standard library is about 5mb and would make Try Python take much longer to load). Some of the console history code was contributed by Resolver Systems. [Less]
Created 4 months ago.