Computer Project Documentation - 25
Computer Project Documentation - 25
PROJECT
DAV PUBLIC SCHOOL,
BISTUPUR
CRICKET SCORE
MANAGEMENT
SYSTEM
PRESENTED BY:
i. ADITYA KUMAR SHARMA
CLASS: 12 A1
ROLL 2
TANUSH KAPLA
Thank You
OVERVIEW OF
PYTHON
Python is an interpreted, object-oriented,
high-levelprogramming language with
dynamic semantics.
Its high-level built in data structures,
combined with dynamictyping and dynamic
binding, make it very attractive forRapid
Application Development, as well as for use
as ascripting or glue language to connect
existingcomponents together.
Python's simple, easy to learnsyntax
emphasizes readability and therefore reduces
thecost of program maintenance.
Python supports modulesand packages,
which encourages program modularityand code
reuse.
The Python interpreter and the
extensivestandard library are available in
source or binary formwithout charge for all
major platforms, and can be freelydistributed.
REQUIREMENTS
You just cannot start a project empty handed.
Data Structures:
List
Tuples
Dictionary
Functions:
winner()- Displays the winner
most_runs()- Displays details of the players
with the most runs
most_wickets()-Displays details of the
players with the most wickets
best_strike_rate()- Displays details of the
players with the most Strike Rate
best_economy()-Displays details of the
players with the best economy
entire_statistics_team1()- Displays entire
statistics for team1
entire_statistics_team2()- Displays entire
statistics for team2
FLOW CHART
OUTPUTS
SHORTCOMINGS
Following are the
limitations of the Project:
Performance andspeed
Error detections in sourcecode
The cricket score data is assumed to be
final and correct and hence updating
options are not provided.
Some conditional errors may bepresent
Cannot be used as a
professionalmanagement system
as it lacks proper support for all
requirements.
Vulnerable to cyber threats as it
lacks strong security features.
CONCLUSION
The successful outcome of this project helped
in one way or another.
Understanding the syntax of Python is great
and all, and Python by itself is indeed a great
language, but the fundamentals of Python
aren't why Python is a successful language.
There are plenty of fun-to-write languages
that are just like Python, such as Ruby, Julia,
even R.What makes Python the victor is the
community and 3rd-party packages. While we
can do a lot with just an installation of Python
and the standard library, we can do infinitely
more with all of the 3rd party libraries
outhere.
BIBLIOGRAPHY
Google
Python.org
Computer Science with Python 12- Sumita Arora
NCERT Computer Science
Humble guidance of Mrs. R. PadmaLakshmi