Discover Python and Patterns (17): 2D Arrays – Design Patterns and Video Games
Use 2D arrays to render a background for our tank game. Implementation with Python and Pygame. (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… Read more