Class 11 A': Gurukul School Dhamnod
Class 11 A': Gurukul School Dhamnod
Session 2019-20
ON
BOOKSHOP MANAGEMENT
Submitted to Submitted By
Mrs. Neha Goswami Ms. Kritika Patidar
PGT Computer Science
Certificate
This is to certify that Ms. Kritika Patidar of class
11th ‘A’ of Gurukul School, Dhamnod has
completed her computer science project file
under my supervision. She has taken proper
care and shown outmost sincerity in
completion of this project.
Introduction
Programming Language
SDLC
Project Snapshot
Project Code
Conclusion
Bibliography
INTRODUCTION
About Python –
Advantages of Python –
1. Presence of Third Party Modules: The Python Package Index contains numerous
third-party modules that make Python capable of interacting with most of the other
languages and platforms.
2. Extensive Support Libraries: Python provides a large standard library which includes
areas like internet protocols, string operations, web services tools and operating system
interfaces. Many high use programming tasks have already been scripted into the
standard library which reduces length of code to be written significantly.
4. Learning Ease and Support Available: Python offers excellent readability and
uncluttered simple-to-learn syntax which helps beginners to utilize this programming
language.
5. User-friendly Data Structures: Python has built-in list and dictionary data structures
which can be used to construct fast runtime data structures. Further, Python also
provides the option of dynamic high-level data typing which reduces the length of
support code that is needed.
6. Productivity and Speed: Python has clean object-oriented design, provides enhanced
process control capabilities, and possesses strong integration and text processing
capabilities and its own unit testing framework, all of which contribute to the increase in
its speed and productivity.
Software Development Life Cycle
(SDLC)
PROJECT SNAPSHOT
PROJECT CODE
print ("\n")
print("\n")
print (" !! You are logged in, You can move further !! ")
else:
quit()
print("\n")
d={}
q=1
while(q<=n):
d[cid]=[name,mobile,address]
q+=1
l=d.keys()
for q in l:
z=d[q]
print("\n\t",q,end=" ")
for j in z:
print("\t",j,"\t",end=" ")
if ch==2:
d1={}
b=1
while(b<=m):
d1[bid]=[bname,author,publ,price]
b+=1
l1=d1.keys()
print("\t Book Id","\t Book name","\t Author name","\t Publication","\t Price \n")
for b in l1:
y=d1[b]
print("\n\t",b,end=" ")
for k in y:
print("\t",k,"\t",end=" ")
if ch==3:
print("\n")
print("\n")
print("\n")
d2={}
no=int(input("Enter no. of items: "))
w=1
while(w<=no):
d2[sn]=[item, cost]
w+=1
l2=d2.keys()
for w in l2:
x=d2[w]
print("\n\t",w,end=" ")
for l in x:
print("\t",l,"\t",end=" ")
if ch==4:
e=quit()
CONCLUSION
Further scope