3.4 Strings

  • Strings store sequences of characters (characters can be numbers, letters, punctuation, symbols, spaces)
  • Substring is part of an existing string
  • Will learn about basic uses of strings and how different languages use specific functions to complete similar tasks on strings



Overview of each part of the lesson:

  • 3.4.1: strings in Python basics
    • variables, printing, quotes, multiple lines, lens, specific ranges, and palindromes
  • 3.4.2: More strings in Python methods and functions
    • upper/lowercase, finding an index, replacements
    • concat with plus signs and placeholders
    • popcorn hack #7 (5%)
  • 3.4.3: Strings in Javascript
    • basic strings, variables, concat, template literal, new lines, list of methods
    • popcorn hack #8 (5%)
  • 3.4.4: Hack #4 (50%)