About 53 results
Open links in new tab
  1. What is Programming? And How to Get Started | Codecademy

    Programming is the mental process of thinking up instructions to give to a machine (like a computer). Coding is the process of transforming those ideas into a written language that a …

  2. Learn How to Code | Codecademy

    New to coding? Start here and learn programming fundamentals that can be helpful for any language you learn.

  3. Learn the Basics of Programming with Codecademy

    Take this course and learn about the history and basics of programming using Blockly and pseudocode. See the specifics of different programming languages and dive into different tech …

  4. Code Foundations - Codecademy

    This path provides an overview of the main branches of programming: computer science, web development, and data science. It teaches important concepts you’ll find in every coding …

  5. Learn Emojicode - Codecademy

    Learning it can bring some smiles and fun to your programming journey, as well be an enlightening experience in which you will never look at your go-to programming language the …

  6. C++ (C Plus Plus) Courses & Tutorials | Codecademy

    Unlock C++ mastery with Codecademy courses & tutorials. From fundamentals to advanced concepts, enroll in our C++ courses to elevate your programming skills.

  7. Codecademy Live Learning Bootcamps | Learn From Experts

    Learn live with Codecademy’s Live Learning bootcamps. Build real-world skills in weekly sessions led by experts and fast-track your path in tech.

  8. Java Tutorial: Learn Java Programming | Codecademy

    Learn to code in Java — a robust programming language used to create software, web and mobile apps, and more.

  9. What Is Object-Oriented Programming? - Codecademy

    Sep 28, 2023 · Learning object-oriented programming can change how you think about code and make you a better developer. By breaking up the requirements of a complex project into …

  10. Learn How to Code: Basics of Programming I Cheatsheet

    In programming, variables are declared by giving it a name and setting it to a value using an equals sign (‘=’). Variables can later be reassigned to other values.