Explore >> Select a destination


You are here

stephaniewalter.design
| | blog.scottlogic.com
15.6 parsecs away

Travel
| | This post looks at the pros and cons of some of the automated handoff tools available for designers to share style specs with developers.
| | tom.preston-werner.com
19.0 parsecs away

Travel
| |
| | ethanmarcotte.com
12.7 parsecs away

Travel
| | The benefit of creating a pattern library isn't the patterns as such.
| | dailytechvideo.com
62.9 parsecs away

Travel
| Python is a dynamic language, which basically means that data has types (but identifiers don't). So s can point to a string, an int, a dict, or a function. But there has been some movement in the last year or two to introduce some form of strong typing, or type hints, into Python. What does ... Continue reading [Video 318] Christopher Neugebauer: Python's New Type Hints in Action... In JavaScript ?