Type hinting for Python def foo(a, b: int, c: str) -> str: pass This is awesome!

 Type hinting for Python
   def foo(a, b: int, c: str) -> str:
        pass

This is awesome!

Python is a poster child for dynamically typed languages, but if Guido van Rossum gets his way—as benevolent dictator for life (BDFL), he usually does—the language will soon get optional support for static type-checking. The discussion and debate has played out since August (at least), …

 

 Type hinting for Python def foo(a, b: int, c: str) -> str: pass This is awesome!

 Type hinting for Python
   def foo(a, b: int, c: str) -> str:
        pass

This is awesome!

Python is a poster child for dynamically typed languages, but if Guido van Rossum gets his way—as benevolent dictator for life (BDFL), he usually does—the language will soon get optional support for static type-checking. The discussion and debate has played out since August (at least), …

 

A great source of inspiration to me is the Node.js community, which seems to have small, composable …

A great source of inspiration to me is the Node.js community, which seems to have small, composable components in their DNA. It’s like LEGO. It’s the Unix philosophy:

Favor composability over monolithic design

It may be the holy grail of programming: writing reusable code. Not getting stuck by inventing the wheel again and again, but moving forward and …

 

A great source of inspiration to me is the Node.js community, which seems to have small, composable …

A great source of inspiration to me is the Node.js community, which seems to have small, composable components in their DNA. It’s like LEGO. It’s the Unix philosophy:

Favor composability over monolithic design

It may be the holy grail of programming: writing reusable code. Not getting stuck by inventing the wheel again and again, but moving forward and …

 

Surprise! With $60 Million Genentech Deal, 23andMe Has A Business Plan

This is more like it. A deal being announced today with Genentech points the way for 23andMe, the personal genetics company backed by Facebook billionaire Yuri Milner and Google Ventures to become a sustainable business – even if the company’s discussions with the U.S. Food and Drug Administration stretch on for […]

 

Surprise! With $60 Million Genentech Deal, 23andMe Has A Business Plan

This is more like it. A deal being announced today with Genentech points the way for 23andMe, the personal genetics company backed by Facebook billionaire Yuri Milner and Google Ventures to become a sustainable business – even if the company’s discussions with the U.S. Food and Drug Administration stretch on for […]