David (@dchudz) 's Twitter Profile
David

@dchudz

I help deploy Dask clusters in the cloud.

ID: 50060349

calendar_today23-06-2009 18:40:27

3,3K Tweet

291 Followers

169 Following

David (@dchudz) 's Twitter Profile Photo

Whoa, sad. Here's an example of what breaks in python 3.12: Before: In [1]: a = [1, ...: 2] Splitting the list in 2 lines is ok in Python 3.12 and before. But with IPython, this breaks in 3.12: In [7]: a = [1, File <string> SyntaxError: parenthesis '[' was never closed