You are on page 1of 1

AI LAB TASK 1

Deadline: Before Next Lab

1. Create your account on https://www.datacamp.com/ with student Gmail ID


and complete the course Introduction to Python and get the certificate.
2. Create your profile on LinkedIn and post your certificate over there.
3. Create your GitHub account with personal Gmail ID and then add your
student Gmail ID as a secondary ID to unlock the Student Developer Pack.
4. Download and Install the Python with any suitable IDE (VS Code
recommended) and Anaconda Software in your systems and setup your
environments.
5. After installing the Anaconda open the Jupyter Notebook and create a
notebook and explore how you can manage the cells and run them.
6. Create a simple calculator app using python. Only implement (+, -, /, *)
operations. Make this program using functions and get operands and
operators as input from users. Add comments on every line of the code.
7. Create a pyramid pattern using python and adds proper comments on
every line of code.

Make A Word File Of All The Tasks Screenshots Like Your Calculator
Code With Output, Pyramid Code With Output And Your Data
Camp Certificate, Your GitHub Student Pack Unlocked And
Likewise.
NOTE: EVALUTION WILL BE VIVA BASE AND DON’T DO COPY
PASTING.

You might also like