Py2k20 - Transitioning from Python2 to Python3

Presented at Wild West Hackin' Fest 2019, Oct. 25, 2019, 2 p.m. (50 minutes)

It’s time to talk about the 2020 End of Life for Python2. We’ll address what the short, and medium term impacts will likely be. Key language differences will be highlighted with techniques to modify your code to be forward compatible. As a SANS instructor teaching SEC573: Automating Information Security with Python, over the past three years, I have steadily moved my teaching materials, examples, demonstrations and personal coding to Python3. In this process, I have had to break habits and learn new habits to write Python3 compatible scripts. I also spend considerable effort showing people how to write Python2 scripts which are forward compatible with Python3 in order to ease the transition. The largest barrier that most people struggle with is the idea that Python3 has changed the default string encoding to UTF-8 rather than simple byte encoding. Once you learn how to manage your string objects, the remaining transition issues are mostly modern improvements to the language which most people consider advantageous to adopt. Since Python2 will no longer have active releases after 2020, it is important to embrace the change and move forward with the Python scripting community.

Presenters:

  • Joff Thyer
    Joff has over 20 years of experience in the IT industry as an enterprise network architect, network security defender, information security consultant, software developer and penetration tester. He has extensive experience covering intrusion prevention/detection systems, infrastructure defense, vulnerability analysis, defense bypass, source code analysis, and exploit research with related software development skills in multiple programming languages. Joff is a certified SANS instructor for SEC573, has mentored SANS SEC503, and also taught mastering packet analysis for SANS. He is also a co-host on the Security Weekly podcast.

Links:

Similar Presentations: