Some notes and photos if you're interested:
http://ianozsvald.com/2012/03/12/pycon-2012-notes-from-the-end/
i.
--
Ian Ozsvald (A.I. researcher)
i...@IanOzsvald.com
http://IanOzsvald.com
http://MorConsulting.com/
http://StrongSteam.com/
http://SocialTiesApp.com/
http://TheScreencastingHandbook.com
http://FivePoundApp.com/
http://twitter.com/IanOzsvald
sorry for the delayed reply! :S my inbox has been growing out of
control recently..
but thanks so much for the update, and the link! great to see the talk
was recorded :-) I'm looking forward to watching the video.
there has been a very nice traffic flow to the site over the last week
or so, probably in part because of your talk.
I've been a bit distracted from shedskin lately, but am still fixing
issues and optimizing things as they are reported. a 0.9.2 release
should not be too far off, within a month perhaps.
thanks again!!
mark.
> --
> You received this message because you are subscribed to the Google Groups "shedskin-discuss" group.
> To post to this group, send email to shedskin...@googlegroups.com.
> To unsubscribe from this group, send email to shedskin-discu...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.
>
http://www.itworld.com/software/259414/van-rossum-python-not-too-slow
mark.
To clarify, GvR recommends rewriting *the bottleneck* in another
language, but not rewriting the whole project. This style of
application development seems to fit Shed Skin very nicely. If your
project has, say, 10,000 or 20,000 lines of pure Python, but only a
200-line computation-intensive section is giving you performance
problems, those 200 lines are an ideal candidate for reimplementation
as a module compiled with Shed Skin.
John