Commonly Used Data Types in Python
Data Types – Commonly used¶ Python has several data types which are commonly used. There are advanced data types such as Data Frames as part of modules such as pandas.* Numeric – int, float, complex Alpha Numeric – str Boolean – bool (it will be covered in another topic) Collections list set dict tuple type(VARIABLE_NAME) …