[Baypiggies] Links and comments from tonight's meeting

wesley chun wescpy at gmail.com
Sat Mar 30 18:53:50 CET 2013


thanks Hy!

one of our mini-conversations was also about using more iterators instead
of allocating memory, i.e., using generator expressions instead of list
comprehensions. in particular, we discussed how memory is conserved and
while many times having everything in memory may give you some short-term
speed, it may have an overall negative impact on longer-running programs.

here's a related and recent blogpost making the rounds that touches on
using more iterators but also shows nice short examples of using other
Python-related tools to help bump up performance of your code:
http://maxburstein.com/blog/speeding-up-your-python-code/

cheers,
--wesley


On Thu, Mar 28, 2013 at 11:19 PM, Hy <hy at moduleq.com> wrote:

> Thank you to Monte, Meredith, Melanie, [M]Tony, and me for tonight's
> summaries of PyCon talks.
>
> Here is a link to the slides for Raymond's talk, which is the basis for
> all of my examples:
>
> https://speakerdeck.com/pyconslides/transforming-code-into-beautiful-idiomatic-python-by-raymond-hettinger
>
> The slides may be downloaded as a PDF, if you wish.
>
> Here are links to other excellent talks that we referenced tonight:
>
> https://speakerdeck.com/pyconslides/applepy-an-apple-emulator-in-python-by-james-tauber   [as described by Tony]
> https://speakerdeck.com/rwarren/a-brief-intro-to-profiling-in-python
> [not PyCon, but fantastic!]
>
> https://speakerdeck.com/pyconslides/sqlalchemy-session-in-depth-by-mike-bayer  [referenced though not described per se]
>
> Most of the other talks mentioned were tutorials, and it may not be
> appropriate to post links to their slides.
>
> As Tony announced, we are looking for an April speaker. Please send your
> talk ideas to the list and suggest which month you would like to speak.
>
> Please stay tuned for an upcoming developing Python with Vim hack night in
> SF: I will post a signup to the SF Python meetup group in a few days.
>
> Thanks,
> Hy
>
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
>



-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"A computer never does what you want... only what you tell it."
    +wesley chun : wescpy at gmail : @wescpy
    Python training & consulting : http://CyberwebConsulting.com
    "Core Python" books : http://CorePython.com
    Python blog: http://wescpy.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20130330/30b4721b/attachment.html>


More information about the Baypiggies mailing list