A nice post on I-Programmer about Brython : http://www.i-programmer.info/news/98-languages/5840-brython-python-in-the-browser.html
- Pierre
--
You received this message because you are subscribed to the Google Groups "brython" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brython+u...@googlegroups.com.
To post to this group, send email to bry...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/brython/-/8LS5NpeG2esJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "brython" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brython+u...@googlegroups.com.
To post to this group, send email to bry...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/brython/-/VUIAn6VkTvgJ.
window.IDBObjectStore.prototype._put=window.IDBObjectStore.prototype.put window.IDBObjectStore.prototype.put=function(obj, key) { var myobj=pyobject2jsobject(obj); return window.IDBObjectStore.prototype._put.apply(this, [myobj, key]); } window.IDBObjectStore.prototype._add=window.IDBObjectStore.prototype.add window.IDBObjectStore.prototype.add=function(obj, key) { var myobj=pyobject2jsobject(obj); return window.IDBObjectStore.prototype._add.apply(this, [myobj, key]); }}
window.IDBRequest.prototype.pyresult=function() { return jsobject2pyobject(this.result); }}
To view this discussion on the web visit https://groups.google.com/d/msg/brython/-/1_IsAZDSl8sJ.
--
You received this message because you are subscribed to the Google Groups "brython" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brython+u...@googlegroups.com.
To post to this group, send email to bry...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/brython/-/BZVVpNcdDhUJ.