Skip to content

Instantly share code, notes, and snippets.

@yassineAlouini
Created January 18, 2018 09:35
Show Gist options
  • Save yassineAlouini/8ae5bc3211313262c68286913edddbaf to your computer and use it in GitHub Desktop.
Save yassineAlouini/8ae5bc3211313262c68286913edddbaf to your computer and use it in GitHub Desktop.
Useful future imports for Python 2.7
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment