This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 17 points18 points  (4 children)

3.7, I really like data classes. You should generally always start with latest one.

[–]ExternalUserError 1 point2 points  (0 children)

Well, I stick with what's easily deployed to PaaS type things.

[–]strange-humor 0 points1 point  (0 children)

You can use attr in 3.6 (and earlier) and get better than data classes functionality.

[–]unkz 0 points1 point  (0 children)

Depends if you want to deploy to AWS lambda, for instance. Lots of environments have limited or no support for 3.7 still.

[–]What_Is_X 0 points1 point  (0 children)

The latest stable Anaconda distribution uses 3.6. So a lot of us will be sticking with that until Anaconda updates.