The PyPy project aims at producing a flexible and fast Python_ implementation. The guiding idea is to translate a Python-level description of the Python language itself to lower level languages. Rumors have it that the secret goal is being faster-than-C which is nonsense, isn't it? `more...`_ Getting into PyPy ... ============================================= * `Release 1.2`_: the latest official release * `PyPy Blog`_: news and status info about PyPy * `Documentation`_: extensive documentation and papers_ about PyPy. * `Getting Started`_: Getting started and playing with PyPy. Mailing lists, bug tracker, IRC channel ============================================= * `Development mailing list`_: development and conceptual discussions. * `Subversion commit mailing list`_: updates to code and documentation. * `Development bug/feature tracker`_: filing bugs and feature requests. * `Sprint mailing list`_: mailing list for organising upcoming sprints. * **IRC channel #pypy on freenode**: Many of the core developers are hanging out at #pypy on irc.freenode.net. You are welcome to join and ask questions (if they are not already developed in the FAQ_). You can find logs of the channel here_. .. XXX play1? Meeting PyPy developers ======================= The PyPy developers are organising sprints and presenting results at conferences all year round. They will be happy to meet in person with anyone interested in the project. Watch out for sprint announcements on the `development mailing list`_. .. _Python: http://docs.python.org/index.html .. _`more...`: architecture.html#mission-statement .. _`PyPy blog`: http://morepypy.blogspot.com/ .. _`development bug/feature tracker`: https://codespeak.net/issue/pypy-dev/ .. _here: http://tismerysoft.de/pypy/irc-logs/pypy .. _`sprint mailing list`: http://codespeak.net/mailman/listinfo/pypy-sprint .. _`subversion commit mailing list`: http://codespeak.net/mailman/listinfo/pypy-svn .. _`development mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev .. _`FAQ`: faq.html .. _`Documentation`: docindex.html .. _`Getting Started`: getting-started.html .. _papers: extradoc.html .. _`Release 1.2`: release-1.2.0.html