You are viewing the documentation for an older version of boto (boto2).
Boto3, the next version of Boto, is now
stable and recommended for general use. It can be used side-by-side with
Boto in the same project, so it is easy to start using Boto3 in your ...
Read more »
Julia Silge recently wrote a blog post about co-occurances of words together with gendered pronouns. This made me dig up some old code that did the same, but... (more…)
Read more »
In this step-by-step tutorial, you'll learn how Python's eval() works and how to use it effectively in your programs. Additionally, you'll learn how to minimize the security risks associated to the use of eval(). (more…)
Read more »
Dipy is a free and open source software project for computational neuroanatomy,
focusing mainly on diffusion magnetic resonance imaging (dMRI) analysis. It implements a
broad range of algorithms for denoising, registration, reconstruction, tracking, clust... (more…)
Read more »
A light introduction to the Python pickle protocol, the Pickle Machine, and constructing malicious pickles. (more…)
Read more »