Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python: storing, working with and processing data, Comparison →…
Python: storing, working with and processing data
-
-
Operators
-
Comparison: returns True/False # #
-
-
get data in, show results out
-
-
-
-
-
-
-
Structured Data
CSV: text tables rows load as lists/dicts (csv module) #
JSON: nested object → dict, array → list (json module) #
-
-
-
-
-