[Note] future sentence ~ Python ~

About future statements

As a memorandum. While playing with Google's TensorFlow, at the beginning of the sample code

from __future__ import absolute_import from __future__ import division from __future__ import print_function

That is. I'm new to Python, so I looked it up ** Python is frequently updated, so it's a good idea to write it to prevent the function from becoming unusable due to version update ** I had such feeling.

Is it better to think about something when a company person thinks about commercializing it?

Please point out if it is different.

Recommended Posts

[Note] future sentence ~ Python ~
Note: Python
Python note
Python study note_002
Note: Python Decorator
Python programming note
[Python] Learning Note 1
Python study note_004
Python study note_003
[Note] openCV + python
Python beginner's note
[Note] File reading ~ Python ~
Note to daemonize python
Note: python Skeleton Nya
Python basic grammar note (4)
Python basic grammar note (3)
Python Tkinter Primer Note
Python Input Note in AtCoder
[Note] Operate MongoDB with Python
[WIP] Fluent Python Study Note
3 months note for starting Python
[AtCoder] ABC165C Personal Note [Python]
Note that it supports Python 3
A note about [python] __debug__
Note
Python Note: About comparison using is
[Note] Project Euler in Python (Problem 1-22)
Python
Python: A Note About Classes 1 "Abstract"
python> link> from __future__ import absolute_import
(Note) Be careful with python argparse
Note
[Python] About Executor and Future classes
[Note] Hello world output with python
Note
boto3 (AWS SDK for Python) Note
Foreign Key in Python SQLite [Note]
Python Note: Get the current month
A note about mock (Python mock library)
python note: when easy_install is not available
[Note] Get data from PostgreSQL with Python
Note when creating an environment with python
Note for Pyjulia calling Julia from Python
"Python Machine Learning Programming" Summary Note (Jupyter)
[Personal note] Web page scraping with python3
Trying to handle SQLite3 with Python [Note]
Note that Python decorators should have wraps
(Note) Bulk upgrade of python installed packages
Python Note: The secret role of commas
[Note] Execute Python code from Excel (xlwings)