-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fractions concept #3555
fractions concept #3555
Conversation
Our |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this write up! One question for you: should we be talking about or referring to the Python Numeric tower aka PEP3141 in any of these write-ups? I find it interesting, but I am definitely a big ole Python geek. Maybe in links.json, or am I over-detailing things?
The other thing I am thinking as I read this is (like for complex numbers) -- should we be including some more practical-ish or larger examples? I mean, for fractions that's really any good middle school math problem. Something I am going to think on and then circle back to. 😄
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Interesting question. I guess I had had assumed this was covered in |
Good idea, but I don't immediately have good suggestions. FYI - I don't have kids and haven't been anywhere near a middle school since 1967, so I haven't a clue what they do. |
A possible strategy on larger examples, that I throw out for discussion:
Writing actual working exercises with these modules is the sort of thing that might get the creative juices flowing, and that could feed back into the concept. I should add that I have no idea what these concept exercises might look like. I haven't found anything we could It makes me tempted to do |
That totally makes sense. It also keeps us from bogging down and never getting on to other topics/work. Add add an additional point: at the point we merge As for ideas, I have to confess to (happily) falling down a series of rabbit holes this morning with fraction math. I might now have a few ideas (worth discussing at least) for the concept exercise:
-- the up side of modeling simple probabilities as fractions is that we can then riff on the more advanced tools you can use (like randomness) and other goodies in |
💙 Well..the initial numbers concept only covered the "core" or built-in numbers, minus the complex number type. But |
I need more time to think about the examples, but thank you for assembling the list. I need no time at all to think that this is MUCH, MUCH too early in the concept tree to introduce ABCs!! These students may not even have done |
Yeah. The more I think about it, the less I like even mentioning the numeric tower or the Numbers ABC. That can be a nugget bright and bushy-tailed students discover on their own. 3 core types and 3 extended types plus the ... 16? That Numpy gives us seem like its plenty. If someone wants to invent more, they can figure that out themselves. 😆 |
Added some links and edited config.json.
Pushing the big, green button!! |
Documentation for the fractions module. Probably low-priority (marked TBD-F), but I'm working on the numbers sub-tree for now (smaller, easier concepts than e.g. functions).
Cheat:
introduction.md
is currently the same asabout.md
, which may be something to change at some point.