Cs Dairy Project

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 26

ACKNOWLEDGEMENT

I am extremely grateful to Mrs. RESHMA, teacher of


Computer Science for her able guidance and useful
suggestions, which helped me in completing the project work,
in time. I would also like to thank all the teaching and
nonteaching staff of the Computer Science department who
helped me directly or indirectly in the completion of this
project. Finally, yet importantly, I would like to express my
heartfelt thanks to my beloved parents for their blessings, my
friends/classmates for their help and wishes for the successful
completion of this project.
S.No CONTENT Page
No.
1. Introduction to
Python
2. Introduction to
Project
3. System
Requirements
4. Fronted Details
5. Screenshots of
Execution
6. Motive
7. Bibliography
8. Limitations
INTRODUCTION TO PYTHON
Python is a computer programming language,
Whose features are as follows –

It is Object-Oriented.

It uses an interpreter language processor.

It is HLL – High Level Language.

Python also has its own advantages and


Disadvantages, which are as follows –

Advantages –

• Easy to use and learn.


• Complete and expressive language.
• Cross-platform supportive.
• Free and open source.
• Variety of usage and applications.
Disadvantages –

• Not so fast.
• Lesser libraries than C, Java, etc.
• Not strong on Type-Binding.
• Not easily convertible
Python can be used directly through the Terminal
using the interactive mode, and also directly in
the script mode, using the Shell scripter (IDE),
which is called ‘IDLE’.

Python can be used on Spyder, Anaconda,


Jupyter and many other platforms, to perform
various tasks like scripting (IDLE) , rapid
prototyping, web application (Django, Flask, etc),
GUI programs (tkinter), game developing
(pygame), database management (connectors),
and other purposes…!!!

History of Python:

Python is a widely used general-purpose, high-


level programming language. 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.
INTRODUCTION TO PROJECT

The C.S market in a software used in all


markets both in private and government sector.
This software helps in billing and is discounts
of the products.
This also helps to view the available products
details in the market
SYSTEM REQUIREMENTS

Hardware Requirements
Printer to print the required documents of the project.
Compact Drive.
Processor: Pentium III and above.
RAM: 256 MB (Minimum).
Hard-disk: 20 GB (Minimum).

Software Requirements
Windows 7 or higher.
MySQL server 5.5 OR file (as per requirement)).
Python IDLE 3.6 or higher / Spyder (frontend).
Microsoft Word 2010 or higher for documentation.
SQL tables and commands
SOURCE CODE

To create databse required for the project :


Database name :dairy
Tables to be created: userpass
prdts_det
MOTIVE

❖To maintain the dairy market information about the


goods, supplies and stock

❖ To generate the billing amount, stock details of the


items that is supplied to the store

❖ Globalized usage.
Output/ Screen shots of execution
LIMITATIONS

❖ The Project has no provision to update


The details about the goods after the exporting it

❖ The project does not incorporate the


provision of producing the
entire goods for the whole market only, it does
only execute dairy products
BIBLIOGRAPHY

BOOKS:

✔ COMPUTER SCIENCE WITH PYTHON-BY


SUMITA ARORA
✔ COMPUTER SCIENCE WITH PYTHON-BY
PREETI ARORA
✔ PYTHON COOKBOOK

WEBSITES:

✔ www.geeksforgeeks.org
✔ https://docs.python.org/3/
✔ https://www.w3schools.com/python/

You might also like