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

Project File

This document is a certificate for a Python project completed by a student. It includes an introduction to Python programming language describing its features and applications. It also lists the software and hardware requirements for running Python projects.

Uploaded by

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

Project File

This document is a certificate for a Python project completed by a student. It includes an introduction to Python programming language describing its features and applications. It also lists the software and hardware requirements for running Python projects.

Uploaded by

Ayush Poswal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

CERTIFICATE

THIS IS CERTIFY THAT THE PROJECT ENTITED “PYTHON”


IS A BONAFIDEWORK CARRIED OUT BY AYUSH POSWAL
CLASS 10D AS A PART OF ASSIGNMENT PYTHON
APPLICATION PROGRAMMING IN ARTIFICIAL
INTELLIGENCE DURING THE YEAR 2023-2024

MAX MARKS FACULTY NAME

MARKS OBTAINED AND

SIGNATURE

50
TABLE OF CONTENTS
TOPIC
1. INTRODUCTION
1.1 Python Programming language
1.2 Application of python
2. SYSTEM REQUIEMENT
2.1 Software Requirement
2.2 Hardware Requirement
ORGANIZATION OF THE REPORT
CHAPTER 1: Introduction
This chapter includes brief introduction to Python programming
language and its applications.

CHAPTER 2: System requirement


This chapter includes details of hardware and software requirements
necessary for the execution of the project
INTRODUCTION
1.1 Python Programming Language
Python is one of the many open source object oriented
programming application software available in the market.
Python is developed by Guido van Rossam started
implementing python in 1989 . python is a very simple
programming language so even if you are new to
programming, you can learn python without facing any issues.
Some of the many uses of python are application
development, implementation of automation testing process,
allows multiple programming build, fully constructed
programming library, can be used in all major operating
systems and platforms, database system accessibility, simple
and readable code, easy to apply on complex software
development processes, aids in test driven software
application development approach, machine learning / data
analytics, helps pattern recognitions, supported in multiple
tools, permitted by many of the provisioned frameworks, etc
SOME FEATURE OF PYTHON
1. Readable: Python is a very readable language.
2. Easy to learn: Learning python is easy as this is a
expressive and high level programming language,
which means it is easy to understand the language and
thus easy to learn.
3. Cross platform: Python is available and can run on
various operating systems such as Mac, windows,
linux, unix, etc. this makes it a cross platform and
portable language.
4. Open source: Python is a open source programming
language.
5. Large standard library: Python comes with a large
standard library that has some handy codes and
functions which we can use while writing code in
python.
6. Free: Python is free download and use. This means
you can download it for free and use it in your
application. See: open source python license. Python is
an example of a FLOSS (free/ libre open source
software) which means you can freely distribute
copies of this software, read its source code and
modify it.
7. Supports exception handling: If you are new, you
may wonder what is an exception? An exception is an
event that can occur during program exception and can
disrupt the normal flow of program. Python supports
exception handling which means we can write less
error prone code and can test various scenarios that
can cause an exception later on.
8. Advanced features: Supports generators and list
comprehensive. We will cover these features later.
9. Automatic memory management: Python supports
automatic memory managemepnt which means the
memory is cleared and freed automatically.
1.2 Application of Python
Python can be used to develop different application like
web applications, graphic user interface based
applications, software development applications,
scientific and numeric applications, network
programming, games and 3D applications and other
business applications. It makes an interactive interface
and easy development of applications. You may be
wondering what all are the applications of python. There
are so many applications of python, here are some of the
them.
A.Web development: Web framework like Django
and Flask are based on python. They help you write
server side code which helps you manage database,
write backend programming logic, mapping urls,
etc.
B.Machine learning: There are many machine
learning an application written in python. Machine
learning is a way to write a logic so that a machine
can learn and solve a particular problem on its own.
For example, products recommendation in websites
like Amazon, flipkart, eBay etc. is a machine
language algorithm that recognises user’s interest.
Face recognition and voice recognition in your
phone is another example of machine language.
C.Data analysis: Data analysis and data visualization
in from of chats can also be developed using
python.
D.Scripting: Scripting is writing small programs to
automate simple tasks such as sending automated
response emails etc. such type of applications can
also be written in python programming language.
E. Game development: You can develop game using
python.
F. You can develop Embedded applications in
python.
G.Desktop applications: you can develop desktop
application in python using library like TKinter or
QT.
SYSTEM REQUIREMENTS
2.1 Software Requirement
Pycharm2019.1.1.(community edition)

Build#PC-191.6605.12, build on April 3,2019

JRE:11.0.2+9-b159.34amd64

JVM: openJDK 64-Bit server VM by Jetbrains s.r.o

2.3 Hardware Requirement


Operating system: windows 10

Processor: intel core i5

Disk space:1GB

You might also like