You could intergrate chatgpt, but other than that you could write your programs in terms of functions instead of state vairables like instead of a = b + c you could write a = lambda: b() + c() or model.a = propagate('b+c') where setting the value of model.b and model.c via setattr would cause its changes to be propagated to a via a registering to updates in b and c.
Bash and vim is the best way to code. I've never seen a better development environment out there.
Rich. I have to listen to this second time.
yah he is a legend! great getting to learn from him!
Finally someone talks about juypyter. It sucks and I do not think it is UI friendly as they advertise it
What is this "better" Notebook or Notebook Kernel called? jupyter hax, hacks or ... ?
at what time stamp?
at 16:45
You could intergrate chatgpt, but other than that you could write your programs in terms of functions instead of state vairables like instead of a = b + c you could write a = lambda: b() + c() or model.a = propagate('b+c') where setting the value of model.b and model.c via setattr would cause its changes to be propagated to a via a registering to updates in b and c.