Hello, I'm trying to develop a "Search Class App" for my school, which selecting:
day
hour
class
should give the room where the class is.
Normally, in C++ or Phyton I would use a 3d array where input data are the indices and the number of the room is the content of the array to output.
I went a bit mental trying to implement this concept into dictionaries and lists.
Any suggestion on how to do it in a easy way?
You can also do this with a 4 column Google Sheet:
day
hour
class
room
Download the whole sheet as CSV table, convert it to a list of lists, and use the AI2 filter blocks successively on each column until you have the row that matches your day, hour, class.