Python fundamentals for automation test
I. About Python
Python is a general flexible programming language.
Currently we have 2 major versions of Python : Python 2 and Python 3. But Python 2 will not be supported from 2020.
Besides, Python3 with a lot of active changes make it easy for development and maintenance ( easy to handle with strings, non ASCII character..)
II. Install…