Discover millions of ebooks, audiobooks, and so much more with a free trial

From $11.99/month after trial. Cancel anytime.

Python Programming Using Google Colab
Python Programming Using Google Colab
Python Programming Using Google Colab
Ebook79 pages19 minutes

Python Programming Using Google Colab

Rating: 0 out of 5 stars

()

Read preview

About this ebook

  • Python is one of the Topmost Programming Languages in the World.
  • Python has emerged as the No.1 Programming Language of choice for Artificial Intelligence (AI), Data Science, Machine Learning (ML) and Deep Learning requirements.
  • Python is very simple and easy to use. It is just like the spoken English.
  • The ease of programming in python is made easier due to Google Colab, the cloud development environment.
  • Colab is intuitive. It tells the line in which the error is there and also the solution to the error, which is pretty useful most of the times. It also provides a link to stack overflow forum, where discussion about the error is being discussed.
  • This books covers the basics as well as advanced topics.
  • Arrays and libraries like NumPy, Pandas, Matplotlib and Seaborn are covered extensively in this book.
LanguageEnglish
Release dateOct 4, 2024
ISBN9798227630643
Python Programming Using Google Colab
Author

AM Govind Kumar

AM Govind Kumar comes with 25 years of experience in large MNCs and startups. He is a founder and CEO of an AI startup (SeaportAi). He is keen to share his vast management and technology experience with his readers.  He has authored 40 video courses and 10 books. He has won numerous national and global awards in the areas of leadership, technology and artificial intelligence. He has also been featured in the cover of CIO Review Magazine. He brings his vast experience into this book.

Related to Python Programming Using Google Colab

Related ebooks

Programming For You

View More

Reviews for Python Programming Using Google Colab

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Python Programming Using Google Colab - AM Govind Kumar

    PYTHON PROGRAMMING USING GOOGLE CLOUD (COLAB)

    Introduction:

    Python is one of the Topmost Programming Languages in the World.

    Python has emerged as the No.1 Programming Language of choice for Artificial Intelligence (AI), Data Science, Machine Learning (ML) and Deep Learning requirements.

    We will be using Google’s Cloud based Environment – Colab.

    This Cloud based Development environment is free to use.

    Contents:

    1. Introduction to Google Colab Development environment

    2. Getting Started with Python

    3. Conditions

    4. Loops

    5. Functions

    6. Arrays

    7. NumPy

    8. Pandas

    9. Data Visualization using Matplotlib, seaborn, altair

    Section 1: Introduction to Colab: Google Cloud Development Environment

    1. Go to Below Website Link (Mobile Access is also available):

    https://colab.research.google.com/

    C:\Users\DELL\Desktop\f1.PNG

    Select New Notebook.

    2. Login with Personal or Official Mail id

    3. Click on Connect to Cloud server

    We are accessing Python Development Environment that’s been installed in a computer, known as Google compute engine backend.

    To access that computer stationed somewhere in the world, we are connecting through our computer from office or home using internet.

    Example of how you will code:

    Click on code as below.

    Type your code in the space.

    After you have written the code, click the play button for code to execute.

    You will get the output once the execution is complete. In this case, it is showing an error and details of error. The error is due to the missing parenthesis.

    Benefits of Google colab:

    1. Provides details of error and where it occurs (particular line).

    2. Option to search in Stack Overflow for errors. Stackoverflow is a coding and technology discussion forum.

    3. If you want to share the code with others, you can directly share from the development environment (no need

    Enjoying the preview?
    Page 1 of 1