Skip to content

Guild42


'''
We organize events in Berne related to software engineering. The focus is to exchange knowledge 
and experience among software developers and software companies. We believe this increases the 
attractiveness of Berne as a place to develop great software!
'''

def ultimateQuestion():
  answer = 0
  counter = 0
  while counter < 9:     # TODO: document magic numbers
    if (answer / 4) < 7:
      answer += 4
    else:
      answer += (counter - 1)
    counter += 1
  return answer + 1

 
      

Our Sponsors

Thanks to our sponsors and patrons all events are free of charge.

Upcoming Event

Past Events

All Events