Archives of #High Performance

Writing a High Performance Python book

I’m terribly excited to announce that I’m co-authoring an O’Reilly book on High Performance Python, to be published next year. My co-author is the talented Micha Gorelick (github @mynameisfiber) of bit.ly, he’s already written a few chapters, I’ll be merging an updated version of my older eBook and adding content based on past tutorials (PyCon […]

Applied Parallel Computing at PyCon 2013 (March)

Minesh B. Amin (MBA Sciences) and I (Mor Consulting) are teaching Applied Parallel Computing at PyCon in San Jose in just over a month, here’s an outline of the tutorial. The conference is sold out but there’s still tickets for the tutorials (note that they’re selling quickly too). Typically a recording of the tutorial is […]

EuroSciPy Parallel Python tutorial now online

I taught Parallel Python at EuroSciPy 2012 last week in Brussels, I’ve uploaded all the necessary stuff. In the talk we covered: multiprocessing (built in) parallelpython (an easy shift from multiprocessing to do mult-machine and -core processing) gearman (cross-platform job server for heterogeneous job processing) picloud.com (was python only, now any infrastructure cloud-based processing using […]

EuroSciPy2012 Parallel Python tutorial requirements now online

My EuroSciPy 2012 Parallel Python tutorial requirements are online in this github repo. If you’re coming to my tutorial next Thursday please make sure everything is installed beforehand. The repo includes the slides (not quite yet finished) and a ‘solutions/’ directory which you shouldn’t peek at (that’s there in case we run behind in the […]

Parallel Computing with Python Tutorial at EuroSciPy (end of August)

I’ll be teaching Parallel Computing with Python (abstract to follow) at EuroSciPy on 23rd August 2012 in Brussels. Early bird tickets for the conference are available until July 22nd (even without the 50% discount the cost is still super-low). In my tutorial we’ll work through parallel processing examples on 1 machine with multiple cores and […]

High Performance Python 1 from PyCon 2012 (slides, video, src)

This is the follow-on for my PyCon 2012 notes from the end post. I gave a 3.5 hour tutorial on High Performance Python 1, below I link to the slides, the video and the source code. UPDATE2 From October 2014 I’ll be training on High Performance Python and Data Science in London using Python – […]

StartupChile, PyCon, StrongSteam

As ever with a startup – there’s always too much to do and the game is all about juggling burning balls whilst figuring out which shouldn’t be dropped. We’re rather busy here. Yesterday Emily and I finished the paperwork for our first reimbursement round at StartupChile. This is the part of the process that gets […]

StartupChile – we have our contracts, StrongSteam progress, PyCon

A few days back we signed our StartupChile contracts, now we’re official. Apparently our ID cards are available but there’s no word on bank accounts yet. The admin rolls forward but it is a bit boring now. The feeling here is still very positive, we’ve gained some Return Value Agenda (RVA) points by meeting with […]

Heading to StartupChile

This is a quick update – we’re flying tomorrow to Santiago for 6 months of the StartupChile project ($40k funding, no equity, hundreds of projects flying in from all over the world). If you’re interested in taking 6 months to build your own project I’d suggest you take a look at applying to the next […]

High Performance Python tutorial v0.2 (from EuroPython 2011)

My updated High Performance Python tutorial is now available as a 55 page PDF. The goal is to take you on several journeys which show you different ways of making Python code run much faster (up to 75* on the CPU, faster with a GPU). UPDATE As of October 2014 I’ll be teaching High Performance […]
  • 1
  • 2