Teams | Collaboration | Customer Service | Project Management

%term

Wire's end-to-end encrypted bot API - tech talk at Bots Berlin #5

Wire’s vision is to shield people’s digital privacy. We’ve done this for 1:1 and group conversations by building the most feature rich, cross-device and secure messaging platform. Today, we’re announcing the launch of our end-to-end encrypted bot API to make the same secure platform available for developers.

Static types in Python, oh my(py)!

Over the last few years, static type checkers have become available for popular dynamic languages like PHP (Hack) and JavaScript (Flow and TypeScript), and have seen wide adoption. Two years ago, a provisional syntax for static type annotations was added to Python 3. However, static types in Python have yet to be widely adopted, because the tool for checking the type annotations, mypy, was not ready for production use… until now!