Talos and stuff
Python
Dudes
Best of
This and that
100

What is the naming pattern for feature files?
(Give an example)

Snake case (lower case, separated with "_")

snake_case.feature

100

What is the import statement used for?

Python code in one module gains access to the code in another module by the process of importing it.

100


Who is this dude?

Albert Einstein

100

Which Git command do I use to get my files into the staging area?

git add

100


Dead or alive?

Alive

(Of course we don't kill cats for this stupid quiz.)

200

What should be used everytime after editing your feature, step and page_object files and how do you use it?

BLACK to format the code

CTRL + ALT + L

200

What is the Zen of Python?

The Zen of Python is a collection of 19 "guiding principles" for writing computer programs that influence the design of the Python programming language. Python code that aligns with these principles is often referred to as "Pythonic".

The principles are listed as follows:

  • Beautiful is better than ugly.
  • Explicit is better than implicit.
  • Simple is better than complex.
  • Complex is better than complicated.
  • Flat is better than nested.
  • Sparse is better than dense.
  • Readability counts.
  • Special cases aren't special enough to break the rules.
  • Although practicality beats purity.
  • Errors should never pass silently.
  • Unless explicitly silenced.
  • In the face of ambiguity, refuse the temptation to guess.
  • There should be one- and preferably only one -obvious way to do it.
  • Although that way may not be obvious at first unless you're Dutch.
  • Now is better than never.
  • Although never is often better than right now.
  • If the implementation is hard to explain, it's a bad idea.
  • If the implementation is easy to explain, it may be a good idea.
  • Namespaces are one honking great idea - let's do more of those!

(https://en.wikipedia.org/wiki/Zen_of_Python)

200

Who or what are the Radium Girls?

The Radium Girls were female factory workers who contracted radiation poisoning from painting radium dials – watch dials and hands with self-luminous paint.
(https://en.wikipedia.org/wiki/Radium_Girls)

200

What does the continue statement do?

continue ends a current run of a loop and continues with the next run within or check the loop condition

200

How many days of the year is today?

The 235th day of the year.

300

Who or what was Talos?

In Greek mythology, Talos, also spelled Talus or Talon, was a giant automaton made of bronze to protect Europa in Crete from pirates and invaders. He circled the island's shores three times daily.
(https://en.wikipedia.org/wiki/Talos)

300

Why is it a bad idea to use * for imports?

  • Because it puts a lot of stuff into your namespace (might shadow some other object from previous import and you won't know about it).

  • Because you don't know exactly what is imported and can't easily find from which module a certain thing was imported (readability).

300

Who is this guy?


Josep „Pep“ Guardiola Sala

300

meaning of: http response codes 500 - 599

server error response

e.g. 500 internal server error

300

Who won the most medals at the Olympic Summer Games 2024 in Paris?

USA (126)

400

If you don't know why you're commiting,

what should you do?

Don't commit!

400

Make an example print statement using a f-string and include a variable.

print(f"Example with {variable}")

400

What are the names of those guys?

  • Tinky Winky 
  • Dipsy
  • Laa-Laa 
  • Po
400

What’s the name of Mönchengladbach soccer stadium?

Borussia-Park

400

What does the abbreviation XML mean?

Extensible Markup Language

500

When does the final exam for the Talos trainings take place?

There won't be a final exam, but we gave you a shock, right? ;-)

500

Name three non-primitive data structures.

  • lists
  • tuples
  • dictionaries
  • sets
500


Who is this Olympic equestrian athlete?

Calvin Cordozar Broadus Jr. aka. Snoop Dogg

500

Which computer company was founded by Steve Jobs after his leave of Apple?

NeXT Computer Inc.

500

Car model from "Back to the future"

DeLorean