swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
163 stars 428 forks source link

refactor: restructure episode 3 #625

Closed yld-weng closed 1 year ago

yld-weng commented 1 year ago

Move sections 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 as they are both focus on operations between different types.

Close #600.

alee commented 1 year ago

Thank you for the PR! Though I'm sorry to say that after taking a closer look at the episode with the rearranged key points / sections I'm not convinced this is actually an improvement, despite encouraging people to take a closer look in #600

For clarity, this PR and changeset makes the sections and corresponding key points go follow this thread:

The original:

I feel like the original's ordering works fine but am open to thoughts from others who have taken the course or taught the course. Thoughts?

yld-weng commented 1 year ago

Thanks for the review, I'll close this PR for now