Code Foundations – Code Academy

  • Data Science

    Data – building blocks for information. Data Science take data and transform it into meaningful information…

  • Web Development

    HTML – structures website content CSS – applies styling to websites JavaScript – adds interactivity to websites SQL –…

  • Loops

    A loop lets you repeat instructions multiple times without writing the instructions out multiple times. From:…

  • Lists

    Data structures are formats that we can use to keep track of our data in an…

  • Functions

    A function is a named sequence of instructions, packaged as a unit, that performs a specific…

  • Data Types

    Data basic unit in programming. Data Type Primitives Numbers Strings Boolean values (True or False) Numbers…