Migration from Python 2 to 3
Offered By: PyCon US via YouTube
Course Description
Overview
Learn how to migrate Python 2 projects to Python 3 in this comprehensive tutorial. Explore the key differences between Python 2 and 3, and master the single-source approach using python-future to create code that runs on both versions without modifications. Discover techniques for porting to Python 3 while maintaining Python 2 support, and understand how to eventually drop Python 2 compatibility with minimal effort. Gain practical insights from real-world migration scenarios and bring your own questions to this interactive session. Set up a development environment with Python 2.7 and 3.8, JupyterLab, and essential dependencies to follow along with hands-on exercises. Download provided materials to enhance your learning experience and prepare for a smooth transition to Python 3 in your projects.
Syllabus
Tutorial: Mike Müller - Migration from Python 2 to 3
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube