Artificial Intelligence CS13217: Lab Manual
Artificial Intelligence CS13217: Lab Manual
Artificial Intelligence CS13217: Lab Manual
Artificial Intelligence
CS13217
Experiment No # 9
Introduction
1
Python is a programming language that lets you work more quickly and integrate
your systems more effectively.
It was initially designed by Guido van Rossum in 1991 and developed by Python
Software Foundation. It was mainly developed for emphasis on code readability,
and its syntax allows programmers to express concepts in fewer lines of code.
The latest versions released are below :
Why Python?
Python Install
Many PCs and Macs will have python already installed.
To check if you have python installed on a Windows PC, search in the start bar for
Python or run the following on the Command Line (cmd.exe):
2
To check if you have python installed on a Linux or Mac, then on linux open the
command line or on Mac open the Terminal and type:
Installing Anaconda
https://www.anaconda.com/download/
3
4
Lab Tasks:
1. Install python and its libraries keras, tensor flow and its GUI spyder.
2. Working with numbers, Integers, boolean and floats.
5
3.Implements all of the usual operators for Boolean logic, but uses English
words rather than symbols.
6
7