Python Basic Structures: Lists, Strings, and Files

Por: Coursera . en: ,

  • Lists
    • Use lists to store multiple pieces of data in a single variable. Iterate over lists or use built-in methods and functions to manipulate lists.
  • Strings
    • Store multiple characters or text in a string. Use built-in methods and functions to manipulate strings.
  • Files
    • Import and export large pieces of data from text and CSV files.

Plataforma