Trent Nelson on PyParallel

00:00:00
/
01:12:43

October 14th, 2015

1 hr 12 mins 43 secs

Your Hosts

About this Episode

Visit our site to listen to past episodes, support the show, and sign up for our mailing list.

Summary

Trent Nelson is a software engineer working with Continuum Analytics and a core contributor to CPython. He started experimenting with a way to sidestep the restrictions of the Global Interpreter Lock without discarding its benefits and that has become the PyParallel project. We had the privilege of discussing the details around this innovative experiment with Trent and learning more about the challenges he has experienced, what motivated him to start the project, and what it can offer to the community.

Brief Introduction

  • Hello and welcome to Podcast.__init__, the podcast about Python and the people who make it great.
  • Subscribe on iTunes, Stitcher, TuneIn or RSS
  • Follow us on Twitter or Google+
  • Give us feedback! Leave a review on iTunes, Tweet to us, send us an email or leave us a message on Google+
  • I would like to thank everyone who has donated to the show. Your contributions help us make the show sustainable. For details on how to support the show you can visit our site at
  • I would also like to thank Hired, a job marketplace for developers, for sponsoring this episode of Podcast.__init__. Use the link hired.com/podcastinit to double your signing bonus.
  • We are recording today on September 7th, 2015 and your hosts as usual are Tobias Macey and Chris Patti
  • Today we are interviewing Trent Nelson about PyParallel
Hired LogoOn Hired software engineers & designers can get 5+ interview requests in a week and each offer has salary and equity upfront. With full time and contract opportunities available, users can view the offers and accept or reject them before talking to any company. Work with over 2,500 companies from startups to large public companies hailing from 12 major tech hubs in North America and Europe. Hired is totally free for users and If you get a job you’ll get a $2,000 “thank you” bonus. If you use our special link to signup, then that bonus will double to $4,000 when you accept a job. If you’re not looking for a job but know someone who is, you can refer them to Hired and get a $1,337 bonus when they accept a job.

Interview with Trent Nelson

  • Introductions
  • How did you get introduced to Python?
  • For our listeners who may not be aware, can you give us an overview of what Pyparallel is and what makes it different from other Python implementations?
  • How did PyParallel come about?
  • What are some of the biggest technical hurdles that you have been faced with during your work on PyParallel?
  • I understand that PyParallel currently only works on Windows. What was the motivation for that and what would be required for enabling PyParallel to run on a Linux or BSD style operating system?
  • How does Pyparallel get around the limitations of the global interpreter lock without removing it?
  • Is there any special syntax required to take advantage of the parallelism offered by PyParallel? How does it interact with the threading module in the standard library?
  • In the abstract for the Pyparallel paper, you cite a simple rule – “Don’t persist parallel objects” – how easy is this to do with currently available concurrency paradigms and APIs, and would it make sense to add such support?
    • For instance, how would one be sure to follow this rule when using Twisted or asyncio?


  • Are there any operations that are not supported in parallel threads?

  • What drove the decision to fork Python 3.3 as opposed to the 2.X series?

  • In the documentation you mention that the long term goal for PyParallel is to merge it back into Python mainline, possibly within 5 years. Has anything changed with that goal or timeline? What milestones do you need to hit before that becomes a realistic possibility?

  • Can you compare PyParallel to PyPy-STM and Go with Goroutines in terms of performance and user implementation?

  • What are some particular problem areas that you are looking for help with?

  • Assuming that it does get merged in as Python 4, how do you think that would affect the features and experiments that went into Python 5?

  • To be continued…

Picks

Keep In Touch