About 6,520 results
Open links in new tab
  1. Welcome To Colab - Colab

    With Colab you can harness the full power of popular Python libraries to analyze and visualize data. The code cell below uses numpy to generate some random data, and uses matplotlib to …

  2. Overview of Colaboratory Features - Colab

    Colab provides automatic completions to explore attributes of Python objects, as well as to quickly view documentation strings. As an example, first run the following cell to import the numpy …

  3. Welcome to Colab - Colab - Google Colab

    With Colab you can harness the full power of popular Python libraries to analyse and visualise data. The code cell below uses numpy to generate some random data, and uses matplotlib to …

  4. Python basics - Colab

    In this practical, we will learn about the programming language Python as well as NumPy and Matplotlib, two fundamental tools for data science and machine learning in Python.

  5. CS231n Python Tutorial With Google Colab

    We expect that many of you will have some experience with Python and numpy; for the rest of you, this section will serve as a quick crash course both on the Python programming language …

  6. Google Colab

    Google Colab allows users to write and execute Python code in their browser, offering free access to computing resources like GPUs and TPUs.

  7. Prompting.ipynb - Colab

    Learn more There's lots more to learn! For more fun prompts, check out Market a Jetpack. Check out the safety quickstart next to learn about the Gemini API's configurable safety settings, and …

  8. 01_01-03_installing_python.ipynb - Colab - Google Colab

    Again, to delay the installation of Python on your machine, we can rely on other cloud-based alternatives. There are two options for running this textbook's code in the cloud outside of the …

  9. Python

    In Python we normally don't need to think about indices when iterating, because the for loop allows simpler iteration through the elements. But sometimes you really need to know the …

  10. Python101 - Intro to Python.ipynb - Colab

    A decorator is a design pattern in Python that allows a user to add new functionality to an existing object without modifying its structure. Decorators are usually called before the definition of a …