About 86,000 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. 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.

  3. 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.

  4. 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.

  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. Detecting Plagiarism in Generative AI - Codecademy

    Learn how to detect and prevent plagiarism in generative AI content. Discover tools for detecting AI-generated plagiarism, methods for ensuring originality, and how to use AI responsibly.

  8. OpenAI API Coding with Python - Codecademy

    Leverage the OpenAI API within your Python code. Learn to import OpenAI modules, use chat completion methods, and craft effective prompts.

  9. Python:Pillow | Image Module | .getextrema() | Codecademy

    Apr 29, 2025 · The .getextrema() method in the Pillow library quickly finds the minimum and maximum (darkest and brightest) pixel values in an image, showing the range of pixel …

  10. Python | SQL Connectors | SQLAlchemy | Codecademy

    Dec 26, 2024 · SQLAlchemy is a widely used Python library that provides both high-level ORM and low-level SQL query capabilities. It simplifies database interactions by allowing developers …