So, you want to make the most out of PyPy but you don’t know where to start? This is the right place! :) Examples of questions:
how to use and install PyPy, either system wide or by using virtualenv
how to optimize your programs for the PyPy JIT
how to use vmprof to profile your programs and look at the code generated by the JIT
how to install 3rd party packages and compatibility issues
how to use CFFI to interface with C code effectively