Live data from Hacker News

Instagram Makes a Smooth Move to Python 3

thenewstack.io

61–62 of 62 posts

Re: Instagram Makes a Smooth Move to Python 3

#61
post #17

Earlier quoted context omitted.

Not really. You'll notice a pattern in most tech bigcos where they move from dynamic lang X to a statically typed language that can multithread properly. A few examples: Ruby on rails to java (twitter). Java & c++ (google). Java (linked in). Python/Node -> Java/Go (uber). Or they start doing silly things like make a new VM (facebook).

I heard through the grapevine that Go was only chosen at Uber to help with hiring.

I would imagine that node would draw more enthusiasm than Go

Re: Instagram Makes a Smooth Move to Python 3

#62
post #57

Earlier quoted context omitted.

It does both. I can do some inference but definitely does type checking. Here's a Pycon talk from last year about pytype: https://youtu.be/IDm_YIQihhs

It needs severely more documentation, heh. Why would I use it over mypy, which appears to have a lot more community investment, thorough docs, and is somewhat official? It also doesn't support python3.6 so it doesn't know about format strings =/

pytype might work better in some cases, because it can do inference. But yes, it needs more docs.
Post reply on HN