In this tutorial, we will discuss the required Python data types. It will help you know what options you have in Python.
Python is a type-free language and follows dynamic data binding, i.e., when writing the program, the programmer does not need to declare data type explicitly. The compiler/interpreter decides the type of data during execution. [Read more…] about Data types in Python