brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 503 forks source link

Are all tricks compatible with python2/python3 #90

Closed kiennt23 closed 6 years ago

kiennt23 commented 6 years ago

Question as title.

brennerm commented 6 years ago

Most of them are Python 2 and 3 compatible. For version specific tricks the equivalent code is provided, if applicable.