Oddbean new post about | logout

Notes by 3c1a5dbc | export

 Anyone remember what #PyCon talk it was where somehow the captioner got in a discussion with the speaker and typed "I'm in the room" into the captions? 
 New in #Python 3.12: itertools.batched, which finally implements my top-voted Stack Overflow answer (from 2008!)

https://stackoverflow.com/a/312464/14343 
 Advice for beginning (#Python and anything else) learners: https://nedbatchelder.com/blog/202309/advice_to_beginners.html

"Write code. Write more code. Get your hands in there, do things and find out what happens. You’ll learn best by doing."