Mastodon Feed: Post

Mastodon Feed

Reblogged by isagalaev ("Ivan Sagalaev :flag_wbw:"):

dabeaz ("David Beazley") wrote:

A handy guide to Python style:

import typing # This code would rather be C++
import enum # This code would rather be Rust
import abc # This code would rather be Java
range(i, j) # This code would rather be Fortran

I'm sure there are others...