Notes and notebooks from pycon.
This will be extremely useful for all our work.
Not that useful, but kind of interestings
Extremely useful. With many practical examples. I think we need a graph database. Bonus notebook three could be a lifesaver in Alex's project.
- NOTEBOOK 5!!!! BONUS NOTEBOOK 3 *
You already know all of this. If you don't somebody else in the group does. Probably not worth your time.
Facebook exascale storage people made a module that combines asyncio and multiprocessing for 8x performance
gains against single threaded code and 5x gains against multiprocessed code. It implements
map -> multiprocessing -> async.io --> reduce
to fully saturate a box.
Repo is here https://github.com/jreese/aiomultiprocess.
Useful ways to improve performance on numerical and data frame structured code.
Testing code. This guy is a bit militant, but it is useful. He describes how to integrate CI/CD into code bases. FrateMatcher comes to mind.