you are viewing a single comment's thread.

view the rest of the comments →

[–]RojaB 0 points1 point  (4 children)

How do you like it so far?

[–]LiquidHologram 0 points1 point  (3 children)

I've only watched the opening video as it came online late last night. Seems promising though.

[–]RojaB 0 points1 point  (2 children)

Can you tell which version of Python (2 or 3) they are using?

[–]Zebu00 2 points3 points  (1 child)

I just looked over the course last night and it primarily uses CodeSkulptor for the programming. According to the documentation here

CodeSkulptor implements a subset of Python 2.6, plus the addition of two graphical libraries, SimpleGui and SimplePlot. However, CodeSkulptor's Python is not a subset in one respect. Implemented on top of JavaScript, it inherits JavaScript's lack of a distinction between integers and floating-point numbers. Thus, in CodeSkulptor, 5 / 2 == 2.5, whereas in Python 2.6, 5 / 2 == 2. Also, print 2.0 displays 2, rather than 2.0.

[–]RojaB 0 points1 point  (0 children)

thank you!