Colaboratory, or “Colab” for short, is a product from Google Research . Colab allows anybody to write and execute arbitrary python code through the browser, and is especially well suited to machine learning, data analysis and education.
Read moreWhy we use Google Colab for python?
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 visualize it. To edit the code, just click the cell and start editing.
Read more