Personally I feel like clamshell design would make lots of sense for these more advanced calculators. At the same footprint you could have lot bigger screen, and more/bigger buttons. As an added bonus the screen would be more readable when sitting on a desk. I wouldn't think the marginally added thikness would impact much something thats being carried around in backbacks most of time anyways. For some reason practica…
Numworks: open-source, Python-compatible handheld graphing calculator
41–50 of 71 posts
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#42It's always amazed me how, in 2018, TI calculators with software and hardware from 10 years ago still cost $100+ dollars [0] and command a near monopoly in US secondary schools (which, I suppose, is why they still cost that much). For that price you can get a significantly more powerful and functional mobile phone [1] (see 24K of ram vs. 2GB, 96x64 screen vs. 720 x 1280)! The space needs competition, and I hope Numwo…
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#43Re: Numworks: open-source, Python-compatible handheld graphing calculator
#44It's always amazed me how, in 2018, TI calculators with software and hardware from 10 years ago still cost $100+ dollars [0] and command a near monopoly in US secondary schools (which, I suppose, is why they still cost that much). For that price you can get a significantly more powerful and functional mobile phone [1] (see 24K of ram vs. 2GB, 96x64 screen vs. 720 x 1280)! The space needs competition, and I hope Numwo…
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#45While the calculator itself seems really cool, I'm really perplexed by this design. I see little point to advertising it as something that can input and execute python if it takes you at least 5 minutes to type `for i in range(10): print(i)`
[1]: https://apstudent.collegeboard.org/takingtheexam/exam-polici...
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#46While the calculator itself seems really cool, I'm really perplexed by this design. I see little point to advertising it as something that can input and execute python if it takes you at least 5 minutes to type `for i in range(10): print(i)`
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#47If you care about calculation/typing efficiency, you might also want to check out RPN (reverse polish notation). I am recommending the HP 35s. Once you are used to the notation, it is a real pleasure, not only for old-school advocates like me. Added bonus: you will gain respect for stack-based languages like Forth, Factor etc.
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#48It should be pointed out that this is Micropython, not the Python that you are probably used to. Micropython is great stuff, I’m a huge fan, but it is different from CPython in noticeable ways. They seem to have simply copied a source snapshot over; I’m not sure what that means for incorporating updates and fixes to the Python system. Maybe they needed a fork for some reason. I do wish their documentation gave a litt…
The device does appear to be capable of receiving updates: https://workshop.numworks.com Concur on the credit thing though.
(Admittedly, I didn’t spend a lot of time nosing around Numwork’s source repo. I have spent a lot of time nosing around the Micropython repo to do my own tweaked builds.)
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#49Earlier quoted context omitted.
It may not be "Free Source", but if the source is open in the sense if being accessable, then for normal people it is open source. One organization using words in a specific way, doesn't negate all other legit interpretations of those words. It's an unsolvable problem they created there.
Nope. Open Source is a trademark precisely to avoid this sort of misuse. It's not a "what it means to whomever" sort of deal. That was done in part due to intentional (and damaging, if ultimately unsuccessful) efforts to undermine the meaning of terms like 'Free Software' by Microsoft back when the FSF was a fledgling movement and Microsoft was an evil empire. I don't mean to imply negative things about the company.…
https://opensource.org/pressreleases/certified-open-source.p...
Re: Numworks: open-source, Python-compatible handheld graphing calculator
#50While the calculator itself seems really cool, I'm really perplexed by this design. I see little point to advertising it as something that can input and execute python if it takes you at least 5 minutes to type `for i in range(10): print(i)`
I think this tradeoff was to keep it compatible with Collegeboard's (archaic) calculator policies, which forbid keyboards. [1] Being able to market the calculator as SAT-approved is probably super valuable since most students won't buy multiple calculators. [1]: https://apstudent.collegeboard.org/takingtheexam/exam-polici...