You are currently viewing Python Data Types

Python Data Types

  • Post author:
  • Post category:Python
[et_pb_section fb_built=”1″ _builder_version=”4.0.7″][et_pb_row _builder_version=”4.0.7″][et_pb_column _builder_version=”4.0.7″ type=”4_4″][et_pb_text _builder_version=”4.0.7″ hover_enabled=”0″ custom_padding=”||0px|||” inline_fonts=”Times New Roman”]

For the purpose of CS 230, we are mainly focusing on str, int, float, list, tuple, range, dict and boolean. 

[/et_pb_text][et_pb_video _builder_version=”4.0.7″ src=”https://www.youtube.com/watch?v=VFSnXuUC230&feature=emb_logo” hover_enabled=”0″][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”4.0.7″][et_pb_column _builder_version=”4.0.7″ type=”4_4″][et_pb_text _builder_version=”4.0.7″ hover_enabled=”0″]

Following information may not correlate with the video prefectly.  Text Type: str Numeric Types: int, float, complex Sequence Types: list, tuple, range Mapping Type: dict Set Types: set, frozenset Boolean Type: bool Binary Types: bytes, bytearray, memoryview More information available on W3SChools: https://www.w3schools.com/python/python_datatypes.asp

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]