Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r4081:110cc76492e1 Date: 2012-02-04 15:54 -0500 http://bitbucket.org/pypy/extradoc/changeset/110cc76492e1/
Log: email for numpy diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst b/talk/pycon2012/tutorial/emails/01_numpy.rst new file mode 100644 --- /dev/null +++ b/talk/pycon2012/tutorial/emails/01_numpy.rst @@ -0,0 +1,17 @@ +PyPy Tutorial - NumPy? +====================== + +Hi, + +We're very excited for our upcoming tutorial at PyCon, and we can't wait to +see you there. As we prepare our material, we're interested in what material +will be most interesting and helpful to you, so we're going to have a lot of +questions for you. Right now we'd like to know, are you interested in hearing +about NumPy for PyPy? As you may know PyPy is working on it's own +implementation of NumPy, with rapidly increasing compatibility, and +performance. However, it does have a pretty different performance profile from +CPython's NumPy. If you're interested in hearing about this in our tutorial, +please let us know. + +Thanks, +Alex Gaynor, Maciej Fijalkoski, Armin Rigo _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
