Cool stuff! For me at least, the most relevant/interesting part is that dicts will preserve the order. This was an implementation detail in Python 3.6, so it's cool to see it as a language feature...
Cool stuff! For me at least, the most relevant/interesting part is that dicts will preserve the order. This was an implementation detail in Python 3.6, so it's cool to see it as a language feature here in 3.7.
Cool stuff! For me at least, the most relevant/interesting part is that dicts will preserve the order. This was an implementation detail in Python 3.6, so it's cool to see it as a language feature here in 3.7.
Being able to just call breakpoint() as well instead of having to manually import pdb is a great addition as well.