It's 2019 and I'm Still Using Python 2

Here are the slides for my talk called "It's 2019 and I'm still using Python 2. Should I be worried?".

Since I update the slides before each conference to incorporate any new ideas that come to my mind and make sure they are up to date, if you are interested in a particular version of the slides, just send me an email and I will sent them your way.

Enjoy!

Similar posts

Writing Faster Python - Introduction

Introduction to the "Writing Faster Python" series. What it is about, how do I benchmark, frequently asked questions, and additional resources.

5 Ways of Debugging with IPython

Tips and tricks on how to use IPython as your debugger.

Automatically Reload Modules with %autoreload

Tired of having to reload a module each time you change it? %autoreload to the rescue!