My favorites | Sign in
epy
Project Home Wiki Issues Source
Project Information
Members

About Epy

Epy was created to make client-end web scripting possible with Python. Epy's goal is to create the most accurate representation of your Python code in Javascript, however Epy does not claim to compile ALL Python code into Javascript (some features, such as object destructors, will likely not be possible).

Some advantages to using Epy instead of writing your own Javascript might include:

  • Familiar reusable Pythonic design
  • Easy class construction
  • Easy iterables (including custom iterables)
  • Namespaces!
  • Best of all, less Javascript!

We will also be wrapping a number of quality Javascript libraries in an "Epy-friendly" way, as well as porting existing Python modules for use by Javascript (making the Javascript world better one module at a time).

Powered by Google Project Hosting