Skip to content

Task 5

Created: 2026-03-30

  1. Install Spyder IDE and explore its user interface. See that there is no Terminal in Spyder. Instead it has a Python REPL (IPython REPL to be exact). The IPython REPL is similar to the Python REPL but has more features.
  2. Write programs in the Spyder IDE editor window and run the code to display the results in the IPython console.
  3. Visit the pytest documentation page and study its documentation
  4. Search the web or ask an LLM how Python handles default and variable arguments