Might have to test some of these :)
Might have to test some of these :)
The modified MIT license: https://github.com/treykeown/arguably/blob/main/LICENSE.txt
The file with the header: https://github.com/treykeown/arguably/blob/main/arguably/__i...
This is really common in the lab now. You can use them to create organoids which are like mini-organs that have a lot of the properties of, say, a lung or a liver or a stomach or a brain, but aren't a full organism. Very useful for making models of mammalian biology.
By the way the discovery that led to this was a huge surprise (at least, that so few factors were required to transform cells) but there is still very little known, IE we can't arbitrarily convert one cell type to another reliably. Culturing mammalian cells is pretty hard.
I just realized this is why they’re called stem cells. Neat.
This fits pretty well with a lot of other stuff in Python (e.g. there’s no real private members in classes). There’s a bunch of escape hatches that you should avoid (but that can still be useful sometimes), and those usually are pretty obvious (e.g. if you see code using object.__setattr__, something is definitely not right).
Can’t tell whether this is good design or not, but personally I like it.