Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3575:14f3e690c86c Date: 2011-05-14 15:52 -0500 http://bitbucket.org/pypy/extradoc/changeset/14f3e690c86c/
Log: Added a blogpost for the survey. diff --git a/blog/draft/usage_survey.rst b/blog/draft/usage_survey.rst new file mode 100644 --- /dev/null +++ b/blog/draft/usage_survey.rst @@ -0,0 +1,23 @@ +PyPy Usage Survey +================= + +We've been working on PyPy for a long time. But readers of this blog will now +that in the past year something has changed: we think PyPy is production ready. +And it's not just us, this week `LWN.net`_ wrote an article about how `PyPy +sped up one of their scripts by a factor of three`_, noting that, "plans are to +run gitdm under PyPy from here on out". All in all we think PyPy is pretty +great, but not everyone is using it yet, and we want to know why. We want your +feedback on why PyPy isn't ready to be your only Python yet, and how we can +improve it to make that happen. + +Therefore, we've put together a quick suvey, whether you're using PyPy or not +if you could take a few minutes to fill it out and let us know how we're doing +we'd really appreciate it. You can find the form `here`_. + +Thanks, +The PyPy team + + +.. _`LWN.net`: http://lwn.net/ +.. _`PyPy sped up one of their scripts by a factor of three`: http://lwn.net/SubscriberLink/442268/22f66371348bd7c5/ +.. _`here`: https://spreadsheets.google.com/viewform?hl=en&formkey=dF9NZlFpNldNS05fdFVKMnpKZVFzN0E6MQ#gid=0 \ No newline at end of file _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
