0% found this document useful (0 votes)
5 views10 pages

AI Project Report Using Python

The document is a project report from KENSRI School & College focusing on Artificial Intelligence, created by a student as part of their CBSE AISSCE requirements for the academic year 2025-26. It includes sections such as acknowledgment, introduction to Python, project synopsis, coding, output, and bibliography. The report highlights Python's features, limitations, applications, and installation methods, while also acknowledging guidance from teachers and peers.

Uploaded by

divyesh2k10
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views10 pages

AI Project Report Using Python

The document is a project report from KENSRI School & College focusing on Artificial Intelligence, created by a student as part of their CBSE AISSCE requirements for the academic year 2025-26. It includes sections such as acknowledgment, introduction to Python, project synopsis, coding, output, and bibliography. The report highlights Python's features, limitations, applications, and installation methods, while also acknowledging guidance from teachers and peers.

Uploaded by

divyesh2k10
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

KENSRI SCHOOL & COLLEGE

PROJECT REPORT ON
<Project Name>

DONE BY,
<NAME, X>

ARTIFICIAL INTELLIGENCE
(417)
In partial fulfillment of the requirement
for the award of the class of
CBSE FOR AISSCE 2025-26
Index

✔​ACKNOWLEDGEMENT

✔​INTRODUCTION

✔​SYNOPSIS

✔​CODING

✔​OUTPUT

✔​BIBLIOGRAPHY
ACKNOWLEDGEMENT

First and foremost, We praise and adore GOD almighty with gratitude, from
the depth of my heart who has been as unfailing source of strength, comfort and
inspiration in the completion of this project work also who was the input of this
project.

We wish to express my sincere thanks and gratitude to ​ ,


Principal, KENSRI School and College, Bengaluru, who has provided us with
a well-equipped computer lab for the successful outcome of this project work.

WE wish to express my deep & profound sense of gratitude to our Computer


Teacher ​ , PGT(CS) for his expert & valuable guidance, support,
comments and suggestions towards producing a successful project.

We would also like to acknowledge our friends for their valuable suggestions
and helping us in hand will error handling and performance of the program.
Introduction
PYTHON
​ Introduction:

o​ Python was created by Guido Van Rossum.


o​ The language was released in February I991.
o​ Python got its name from a BBC comedy series from seventies- “Monty Python’s Flying
Circus”
o​ Python can be used to follow both Procedural approach and Object Oriented approach of
programming.
o​ It is free to use.
o​ Python is based on or influenced with two programming languages:
●​ ABC language [replacement of BASIC]
●​ Modula-3

​ Features of Python:
o​ Easy to use Object oriented language
o​ Expressive language
o​ Interpreted Language
o​ Its completeness
o​ Cross-platform Language
o​ Fee and Open source

​ Shortcomings of Python
o​ Lesser libraries – as compared to other programming languages like C++,java,. Net
o​ Slow language – as it is interpreted languages, it executes the program slowly.
o​ Weak on Type-binding – It not pin point on use of a single variable for different data type

​ Variety of Usage / Applications


o​ Python is being used in many diverse fields/applications, some of which are:
●​ Scripting
●​ Web Applications
●​ Game Development
●​ System Administrations
●​ Rapid Prototyping
●​ GUI Programs
●​ Database Applications.
​ Python (a Computer Language) Limitations
o​ Not the fastest language
o​ Lesser libraries than c, java, perl.
o​ Not strong on type-binding
o​ Not easily convertible.

​ Working in Python
o​ Before we start working on Python we need to install Python in our computer. There are
multiple distributions available today:
●​ A Installation available from [Link] is called​ Python installation and comes
with python interpreter, Python IDLE(Python GUI) and Pip(package installer)
●​ ANACONDA Python distribution is one such highly​ recommended distribution that
comes with preloaded many packages and libraries(NumPy, SciPy, Panda etc)
●​ Other Popular IDEs like Sypder, PytCharm, etc. Spyder IDE is available as a part of
ANACONDA.

​ Working modes in Python:


o​ After Python installation we can start working with python.
o​ In Python we can work in 2 ways:
●​ Interactive Mode (Immediate Mode)
●​ Script Mode.
o​ Both have their own style of working.
o​ Interactive mode works like a Command Interpreter as Shell Prompt works in DOS Prompt or
Linux..
o​ ( >>>) we can execute any instruction of Python with this.
o​ We can run a complete program by writing in Script mode.
SYNOPSIS
Title of the Project:

Problem Definition:

Objective:

Hardware Requirements:

Software Requirements:

Limitations:

References / Bibliography:
Code
Output
Bibliography

You might also like