Introducing Type Annotations for Python

Speakers: Guido Van Rossum, Greg Price, and David Fisher Dropbox has several million lines of production code written in Python 2.7. As a first step towards …

Similar

Mocking with Python

If you have been following my blog, you may have noticed a pattern; I write a lot about testing software. Recently, I picked up a book on Building Micro Services, where I came across a chapter on testing micro services. This post is about mocking your pyt... (more…)

Read more »

Let’s build a file encrypter with Python

Today we’re going to take a bit of a detour from web development and head more towards the realm of software development, while dunking our toes into the world of intrigue that is cryptography and information security. I used a lot of buzzwords there but ... (more…)

Read more »