Re: [Edu-sig] a Circle type with radius, area both properties (fixed)

2016-10-20 Thread kirby urner
I swap in the pure Python emulator for the property type as a part of explaining how these decorators work: On Thu, Oct 20, 2016 at 7:45 PM, kirby urner wrote: > from model_property import Property as property >> >> # -*- coding: utf-8 -*- """ Created on Thu Oct 20

Re: [Edu-sig] K–12 Computer Science Framework -- k12cs.org

2016-10-20 Thread kirby urner
On Wed, Oct 19, 2016 at 11:52 AM, Wes Turner wrote: > > >> Here's my main question: will already on-the-job math >> teachers get it together to offer these "specialized courses" >> that include significant amounts of programming? >> > > What incentives are there (beyond

[Edu-sig] K–12 Computer Science Framework -- k12cs.org

2016-10-20 Thread Wes Turner
On Tuesday, October 18, 2016, kirby urner wrote: > > Hi Wes -- > > I'm in agreement with points 7 & 8 in: > > https://code.org/files/Making_CS_Fundamental.pdf > > i.e. the policy of making compsci courses count > towards math requirements. > > > NCTM has endorsed this

Re: [Edu-sig] a Circle type with radius, area both properties

2016-10-20 Thread Wes Turner
https://en.wikipedia.org/wiki/Observer_pattern - https://docs.python.org/2/reference/datamodel.html#object.__setattr__ - https://github.com/ipython/traitlets/#callbacks-when-a-trait-attribute-change - https://traitlets.readthedocs.io/en/stable/using_traitlets.html#observe @observe decorator