Conversation
Signed-off-by: ummthespruce <130300985+ummthespruce@users.noreply.github.com>
Signed-off-by: ummthespruce <130300985+ummthespruce@users.noreply.github.com>
Signed-off-by: ummthespruce <130300985+ummthespruce@users.noreply.github.com>
teodutu
left a comment
There was a problem hiding this comment.
The reason we're using Python 2 is that students will find it easier to write python2 -c 'print ...' rather than python3 -c 'import sys; sys.stdout.buffer.write(.... We're targeting 1st year students, they'll find it difficult to understand why print(...) doesn't work or how sys.stdout.buffer.write() differs.
Python2 is deprecated (has been for a long time), and if you want it on ubuntu 24 you need to build it yourself. |
teodutu
left a comment
There was a problem hiding this comment.
Ok now it makes more sense @StefanJum. Python3 it is.
|
@ummthespruce before we merge this, please squash your commits and then reword the commit message according to the guidelines: https://github.com/cs-pub-ro/hardware-software-interface/blob/main/CONTRIBUTING.md#commits |
Prerequisite Checklist
Description of changes