Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.44 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.44 KB

Python 2 vs 3

Presentation and other materials related to the Python 2 to 3 transition. The materials were originally created by Dylan Gregersen for the the Salt Lake City Python Meetup Group.

Materials Here

Python3 Presenation by Dylan Gregersen.pdf - A presentation about why python 3 exists, what some of it's highlights are, and what we can all make the change to Python 3.

test_2to3.py - this script was written to experiment with the command line utility 2to3. To use this create a directory mkdir py3 and run 2to3 test_2to3.py -nwo py3.

summary_Nick_Coghlan_Python3_QA.md - This summarizes the in-depth post by core python developer Nick Coghlan regarding the reasons Python 3 came about.

Materials Online