[pypy-commit] extradoc extradoc: start a blog post

fijal noreply at buildbot.pypy.org
Fri Mar 23 16:31:32 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r4161:ebde55f615de
Date: 2012-03-23 16:49 +0200
http://bitbucket.org/pypy/extradoc/changeset/ebde55f615de/

Log:	start a blog post

diff --git a/blog/draft/pycon-wrapup.rst b/blog/draft/pycon-wrapup.rst
new file mode 100644
--- /dev/null
+++ b/blog/draft/pycon-wrapup.rst
@@ -0,0 +1,27 @@
+PyCon 2012
+==========
+
+So, PyCon happened. This was the biggest PyCon ever and probably the biggest
+gathering of Python hackers ever.
+
+From the PyPy perspective, a lot at PyCon was about PyPy. Listing things:
+
+* David Beazley did an excellent keynote on trying to dive head-first into
+  PyPy and at least partly failing. He however did not fail to explain
+  bits and pieces about PyPy's architecture. `Video`_ is available.
+
+* We gave tons of talks, including the `tutorial`_ and `why pypy by example`_.
+
+* We had a giant influx of new commiters, easily doubling the amount of pull
+  requests ever created for PyPy. The main topics for newcomers were numpy and
+  py3k, disproving what David said about PyPy being too hard to dive into ;)
+
+* Guido argued in his keynote that Python is not too slow. In the meantime,
+  we're trying to `prove him correct`_ :-)
+
+* XXX stuff stuff
+
+.. _`Video`: xxx
+.. _`tutorial`: xxx
+.. _`why pypy by example`: xxx
+.. _`prove him correct`: http://mrjoes.github.com/2011/12/15/sockjs-bench.html


More information about the pypy-commit mailing list