PyCon 2009 Talks accepted.

Well then!

Last night I got two emails – both of my talks I proposed for PyCon 2009 were accepted, here’s the title and abstract from both:

  • Introduction to Multiprocessing in Python
    • This talk will cover the new multiprocessing package included with Python 2.6 (and 3.0) focusing on design, benefits, practical usage, application construction, gotchas and how to use it to build multi-core and distributed applications.
  • Concurrency and Distributed Computing with Python Today
    • This talk will cover the recent changes to Python 2.6, including a brief introduction to the threading module and multiprocessing inclusion and changes but will primarily focus on the concurrent and distributed ecosystem for Python today.

The first talk is relatively straightforward – I am going to do an introduction to the mp package and all it’s bells and whistles. The second one is more of a “where are we today” with concurrency/distributed systems. I am going to probably have to trim down from my initial outline for time constraints, but my hope is to be able to cover things like Kamaelia, Dramatis, and others as well.

I’ve got most of the first talk done – and I may end up asking the local python users group in Boston if they’re interested in me doing dry runs for both prior to PyCon. Here’s to hoping I don’t let anyone down.

  • Congratulations Jesse. I look forward to attending your talks. We're developing some in-house data-mining applications in Python and this should prove to be very useful for us :)
  • Jesse, I had the same thoughts about practice (my talk was also accepted). My bowling league no longer conflicts with Boston meetups so I have no excuse for not going.
  • Mike
    Yeay, Congratulations!! :)
  • Congratulations! These are topics that really seem to be gripping the Python community. I hope I can come to your talks and meet you.
  • I recently encountered the GIL and I am still shocked. I really want to know more about multiprocessing in python and how to get around that. Will there be any possibility of following those talks online?

    I also propose a question:
    the new intel core i7 microarchitecture features once again HyperThreading (simultaneous threading parallelism on every physical core), is there any way to fully exploit that with python code?
  • Congratulations :-) If you need anything from me, just shout. If you don't I'll look forward to reading the slides :-)
blog comments powered by Disqus