About 50 results
Open links in new tab
  1. Learn Python 3 | Codecademy

    Learn how to build control flow into your python code by including if, else, and elif statements. Expect to learn all you need to know about boolean variables and logical operators.

  2. Learn Python 2 | Codecademy

    Learn the basics of the world's fastest growing and most popular programming language used by software engineers, analysts, data scientists, and machine learning engineers alike.

  3. Debug Python Code with Generative AI Case Study | Codecademy

    Use generative AI to resolve Python code issues. Generative AI can help you fix bugs, test and simulate code, optimize and improve performance, and much more.

  4. Learn Python Developer Tools with VS Code | Codecademy

    Dive into the world of developer tools with Python and VS Code! Learn how to set up, debug, and unit test your code in your own environment.

  5. Command Line Arguments in Python (sys.argv, argparse)

    Learn how to use Python command line arguments with `sys.argv`, `getopt`, and `argparse`. Compare each method and build flexible, user-friendly scripts with real examples.

  6. How to Build a Python Script: A Beginner’s Guide to Python Scripting

    Learn scripting and how to build Python scripts from scratch. Set up your environment, structure your code, run the script, and explore real examples with tips to get started.

  7. Using ChatGPT to Debug Python Code - Codecademy

    Learn how to use ChatGPT to identify and debug Python code errors through clear communication, error identification, and code simulation.

  8. Learn to Code - for Free | Codecademy

    Learn the technical skills to get the job you want. Join over 50 million people choosing Codecademy to start a new career (or advance in their current one).

  9. Learn Advanced Python 3 | Codecademy

    Learn the basics of functional programming, concurrent programming, deployment, and more in this advanced Python course.

  10. What are Python Data Types and How to Check Them - Codecademy

    Learn Python data types and how to check them using `type()` and `isinstance()`. Explore type conversion techniques with practical examples.