Jack Grahl works on software testing, QA and delivery for PrismFP Analytics. His mission is to enable a team developing sophisticated data proccessing and analytics software in Python and R to move fast without breaking too much stuff. He studied Mathematics at UCL and gained a PhD in Probability and Measure Theory. He has previously worked as a quantitative analyst and written code in C#, Perl, Python and C++ for hedge funds and financial software companies.
Talks I've Given
-
Asynchronous: doing more than one thing at a time in Python
Featuring Jack Grahl
At this month's Full Stack Quants, we'll be enjoying a talk based around example code in python 2 and 3, we see how multithreading and asynchronous I/O can be used to do more in less time. Don't miss it!
javascript asynchronous python -
Reasons to use SQLite
Featuring Jack Grahl
An introduction to SQLite - the robust, lightweight, portable, relational database which is in (many) cars.
embedded-systems databases sqlite python -
Using C/C++ code in Python
Featuring Jack Grahl
Have you ever wondered what it takes to wrap C or C++ for Python? Jack Grahl joins us at this month's Full Stack Quants to teach us how! Don't miss it!
python c c++ javascript