python-novice-gapminder icon indicating copy to clipboard operation
python-novice-gapminder copied to clipboard

Restructure the episode 3 - Data Types and Type Conversion

Open greatfog opened this issue 3 years ago • 1 comments

It would be more clear to move "Types control what operations (or methods) can be performed on a given value." and "Must convert numbers to strings or vice versa when operating on them." together and move them to the end of the episode. The structure of the 3rd episode will be talking about different data types first, operations of same type of data, then the operations between different data types (floats and integers can be mixed, but string and number couldn't be mixed,) Hope it makes sense.

greatfog avatar Jun 10 '22 19:06 greatfog

there is some work here in #573 that could be continued

alee avatar Oct 11 '22 14:10 alee