About 435 results
Open links in new tab
  1. Learn to Code - for Free | Codecademy

    Course Learn Python 3 Learn the basics of Python 3.12, one of the most powerful, versatile, and in-demand programming languages today.

  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. Catalog Home | Codecademy

    Data and Programming Foundations for AI Learn the coding, data science, and math you need to get started as a Machine Learning or AI engineer.

  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. Java Tutorial: Learn Java Programming | Codecademy

    Write your first Java program from scratch by introducing yourself to users and planting a tree for them. You'll practice creating a class, defining the main method, and organizing print statements.

  6. Learn C++ (C Plus Plus) Tutorial | Codecademy

    With its adaptability and fast rendering, you’ll find the C++ programming language used everywhere, from web browsers to game development and operating systems to science and …

  7. Learn C: Introduction - Codecademy

    This course will guide you through the essentials of C, helping you establish a strong foundation for tackling more advanced topics in programming and software development.

  8. Computer Science - Codecademy

    Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more! Includes **Python**, **Command Line**, **Git**, **Data …

  9. 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 …

  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.