0% found this document useful (0 votes)
6 views

IP PROJECT on hospital patient management with coding , output ,theory for class 12th IP

The document outlines a hospital management system developed using Python and CSV files, aimed at improving data management and reducing paperwork in hospitals. It provides an overview of Python's capabilities and the functionality of CSV files, emphasizing their role in data organization. The project serves as a learning experience, showcasing Python's versatility and importance for future applications.

Uploaded by

itsm76375
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)
6 views

IP PROJECT on hospital patient management with coding , output ,theory for class 12th IP

The document outlines a hospital management system developed using Python and CSV files, aimed at improving data management and reducing paperwork in hospitals. It provides an overview of Python's capabilities and the functionality of CSV files, emphasizing their role in data organization. The project serves as a learning experience, showcasing Python's versatility and importance for future applications.

Uploaded by

itsm76375
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
You are on page 1/ 18

BY: - AYUSHI K GIRI

XII
GS NO. PARTICULARS

1 REQUIREMENTS

2 INTRODUCTION

3 OVERIEW OF PYTHON

4 OVERVIEW OF CSV

5 SOURCE CODE

6 OUTPUT

7 CONCLUSION

8 BIBLIOGRAPHY
REQUIREMENT

Front end:
Python 3.7.3
Back end:
CSV file (Using Excel)
Operating System: WINDOWS 10
BAPS hospital management system is a program
which can be used to manage data in hospital. Its main
purpose is to reduce the paperwork and the difficulty in
maintaining the records of the various patient and staff
in the hospital. It increases the efficiency of the lab and
makes it way easier to manage the lab. The H.I.M can
edit, update and delete the records at any time. It also
has various other features like analysing a single
column or a single record or multiple columns or
multiple records so the user can use it efficiently and
easily. This makes it very much user friendly
Python was developed by Guido van Rossum
in the late eighties and early nineties at the
National Research Institute for Mathematics
and Computer Science in the Netherlands.
Python is derived from many other languages,
including ABC, Modula-3, C, C++, Algol-68,
Smalltalk, and UNIX shell and other scripting
languages.
Python is a high-level, interpreted, interactive
and object-oriented scripting language.
Python is designed to be highly readable.
It can be used as a scripting language or can
be compiled to byte-code for building large
applications.
It can be easily integrated with C, C++, COM,
ActiveX, CORBA, and Java.
7
OVERVIEW OF CSV

CSV, or comma-separated values file, allows data to be saved


in a tabular format. CSVs resemble standard spreadsheets but
have a .csv extension. These files can be utilized with most
spreadsheet programs, such as Microsoft Excel or Google
Sheets. Unlike other spreadsheet file types, CSV files can
contain only a single sheet and cannot save formulas.

CSV files serve several important business purposes. They


assist companies in exporting large volumes of data into a
more concentrated database, for example. Additionally, CSV
files are plain text files, making them easier for web
developers to create. Since they are plain text, they are also
simpler to import into a spreadsheet or another storage
database, regardless of the specific software being used,
facilitating better organization of large amounts of data.
The project was a significant learning experience,
allowing me to explore many new aspects of
Python and its libraries. Ultimately, I concluded
that Python can be used to manage a wide variety
of modern life tasks, making our work easier and
more efficient. Its versatility is evident in its
numerous applications, and I believe developing
these skills is crucial for future success.
 PREETI ARORA CLASS 12 IP
TEXTBOOK
 WWW.GOOGLE.COM
 CHATGPT

You might also like