Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cinema
#1
The mission is to do a Python programm for a Cinema. 

Data for the cinema

The cinema got 2 cinema halls (A and B)
Every hall got 90 seats (6 Rows each 15 seats)
The cinema is opened seven days a week and each day there are two performances of one film (it got two films= four perfomances a day)(16:30 and 20:30)
Prices: At 16:30 = 13 EUR
           At 20:30 = 15 EUR

Functionality

All films/performances come from a JSON-file.
The seats-reservation are saved in a JSON-file.
The staff should see the price for the offer.
The staff sees per perfomances the hall and the reservations

Coding and Styles

The program should run until someone shut it down.
There should be no repetitions.
Reply


Messages In This Thread
Cinema - by ZeroSpin2309 - Jan-11-2017, 10:34 AM
RE: Cinema - by Mekire - Jan-11-2017, 10:55 AM
RE: Cinema - by ZeroSpin2309 - Jan-11-2017, 11:50 AM
RE: Cinema - by Larz60+ - Jan-11-2017, 11:55 AM
RE: Cinema - by ZeroSpin2309 - Jan-11-2017, 12:32 PM
RE: Cinema - by Mekire - Jan-11-2017, 12:11 PM
RE: Cinema - by Mekire - Jan-11-2017, 12:40 PM
RE: Cinema - by ZeroSpin2309 - Jan-11-2017, 02:31 PM
RE: Cinema - by Mekire - Jan-11-2017, 02:44 PM
RE: Cinema - by ZeroSpin2309 - Jan-12-2017, 09:06 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020