Memray is a memory profiler for Python. Contribute to bloomberg/memray development by creating an account on GitHub. (more…)
Read more »
Extracting symbols and imagery from 18th-century Songs of Innocence and of Experience with NLP... (more…)
Read more »
Two years ago a few colleagues (shoutout to helloarbit, travismcpeak, and coffeetocode) and I were talking about supply chain attacks which led to this work being completed. A supply chain attack is… (more…)
Read more »
Six examples of ways to refactor your Python code, and why they are improvements. (more…)
Read more »
I was writing a lambda function which, among other things, was supposed to read a csv file from S3, perform some validation on every row, then use boto3 to perform an S3 multipart upload.
I created a wrapper class around the multipart upload functionality... (more…)
Read more »