python4ply python4ply is a Python parser for the Python language. The grammar definition uses PLY, a parser system for Python modelled on yacc/lex. The parser rules use the "compiler" module from the standard library to build a Python AST and to generate byte code for .pyc file.
You might use python4ply to experiment with variations in the Python language. By laughingboyin Public bookmarkswith librariespythontbutools
Reinteract Reinteract is a system for interactive experimentation with Python. Reinteract worksheets contain Python code combined with the results of that code, formatted as text or graphical plots. Unlike a traditional shell, you can go back and edit previously entered statements, and the results will update. Among other things, Reinteract is suitable for experimentation with the Python language and for data analysis using the NumPy and SciPy packages. By laughingboyin Public bookmarkswith pythontools