Hi everyone as it obvious from my question I am like a brand new to python. I am so confused when I am reading the documentation on python or even here in the Stackoverflow forum...
Why do they write like that
from __future__ import division
What does the underscore around the Future word mean ?? And Are we supposed to use it like that with the underscore in the python interpreter ? This is just one of tons of examples. Any help would be greatly appericated.