by mxab on 8/21/19, 2:33 PM with 5 comments
I'm having a hard time helping and explaining these things to her, so I was wondering whether someone here knows some literature or MOOCs or tricks or whatever that focuses on teaching total beginners, ideally in a language-agnostic way.
Thanks for any help!
by GreenItalics on 8/21/19, 5:01 PM
From there, we started talking about simple circuits/gates like AND, OR, etc. Then we started talking binary (and other bases), then binary arithmetic. At the end, I went over how integers are stored from a high level (and integer overflow for fun :) ).
There really wasn't a super high-level plan, but exposure to these topics I felt was a great intro to the mindset and we had good fun/progression during the session. From here, with booleans & integers as the foundation, I might feel comfortable writing pseudo-code and such with them, slowly bringing the abstraction higher.
by charliex on 8/27/19, 8:52 AM
by otras on 8/21/19, 11:42 PM
If she's looking for something a little less intense, MIT's Intro to Programming w/ EdX is also a great way to learn more about problem solving, and since it's in python it's a little more approachable.
Both are free and online, and I highly recommend either of them.
by Theophraustous on 8/21/19, 9:21 PM
by sloaken on 8/21/19, 6:23 PM