[pypy-commit] extradoc extradoc: Add a very rough talk outline

fijal noreply at buildbot.pypy.org
Fri Sep 23 01:40:22 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3902:76bda7cc8d34
Date: 2011-09-23 00:21 +0200
http://bitbucket.org/pypy/extradoc/changeset/76bda7cc8d34/

Log:	Add a very rough talk outline

diff --git a/talk/pyconar2011/talk.rst b/talk/pyconar2011/talk.rst
new file mode 100644
--- /dev/null
+++ b/talk/pyconar2011/talk.rst
@@ -0,0 +1,95 @@
+
+Little things that PyPy makes possible
+======================================
+
+xxx
+
+Python
+------
+
+* Python is great
+
+|pause|
+
+* Python is a glue language
+
+|pause|
+
+* Python is slow
+
+Is it?
+------
+
+* xkcd [citation needed]
+
+Things you can do with PyPy
+---------------------------
+
+* XXX demos
+
+What is PyPy?
+-------------
+
+* PyPy is many things
+
+* **just another python implementation**
+
+.. sourcecode:: bash
+
+  pypy x.py
+
+What is PyPy (2)?
+-----------------
+
+* Comes with a JIT compiler
+
+How fast is PyPy?
+-----------------
+
+* XXX speed website
+
+* XXX django over time
+
+* XXX v8 vs pypy
+
+How fast is PyPy?
+-----------------
+
+* pretty damn fast
+
+PyPy 1.6 - status
+-----------------
+
+* Released on XXX
+
+* Python 2.7.1
+
+* The most compatible alternative to CPython
+
+* Most programs just work
+
+* (C extensions might not)
+
+Contacts, Q/A
+--------------
+
+- http://pypy.org
+
+- blog: http://morepypy.blogspot.com
+
+- mailing list: pypy-dev at python.org
+
+- IRC: #pypy on freenode
+
+.. image:: ../ep2011/talk/question-mark.png
+   :scale: 10%
+   :align: center
+
+Shameless ad
+------------
+
+* Want to make run your software fast?
+
+* We can make it happen
+
+* fijall at gmail.com


More information about the pypy-commit mailing list