UCL / rsd-engineeringcourse

Course materials for Research Software Engineering course.
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/
Other
118 stars 101 forks source link

Assignment (dungeon adventure) #92

Open mattagape opened 6 years ago

mattagape commented 6 years ago
  1. page 1 - they are expected to use a command line interface. That's fine but they won't have had much experience of this due to the use of notebooks.

  2. page 3. sorry if I missed this but what does this syntax mean: for in range i.e. what does the mean?

  3. page 5 - what does setup.py do?

  4. page 5 - what does init.py do? Should it be called __init__.py (does this matter?)? Is it still required?

  5. page 5 - what is the "entry_points" facility in setup.py? Is this a standard thing? If so we should explain it.