Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here's a Python script I threw together to automate this: https://gist.github.com/1515666

At this point, it looks like 1, 4, 5, 7, 13, 15, 16, 17, 18, and 19 have been put up on S3.



You can use %03d instead of %s and the number will be zero padded to 3 digits.


also, range(1,20) rather than needing i+1 throughout your code


Thanks for the tips. I get better at Python every day.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: