Re: Coming: live coding in python

2019-01-02 Thread rengel
On Wednesday, January 2, 2019 at 5:44:48 PM UTC+1, Offray Vladimir Luna Cárdenas wrote: > > Hi, > On 2/1/19 7:22, Edward K. Ream wrote: > > In another thread Offray suggests adding live coding features to Leo and > python. This would be very cool. > > Googling "live coding in python" yields a

Re: OMG: pyodide & webassembly

2019-01-02 Thread Matt Wilkie
> This [WebAssembly] looks like the way around the lack of browser support > for python. > Oh yes please! My current home project is to scrape our personal local ISP account web page for bandwidth vs quota usage stats and report. In python it's pretty small, and I even managed to get a

Re: Coming: live coding in python

2019-01-02 Thread Offray Vladimir Luna Cárdenas
Hi, On 2/1/19 7:22, Edward K. Ream wrote: > In another thread Offray suggests adding live coding features to Leo > and python.  This would be very cool. > > Googling "live coding in python" yields a Don Kirby's plugin > that apparently does > exactly

Re: edit-pane-csv separator

2019-01-02 Thread Terry Brown
On Wed, 2 Jan 2019 06:28:15 -0800 (PST) Josef wrote: > Hi Terry, > > sorry it took me a while to get back to you - too much pre-Christmas > stress. > > Yes, a button to toggle the pane would be fine, I should have thought > of this. The main issue though is the remembering of the settings, >

OMG: pyodide & webassembly

2019-01-02 Thread Edward K. Ream
We can program, right now, web pages using Python! Imagine my surprise. While studying the python sources in live-py-plugin/plugin/PySrc/code_tracer.py I ran across JS code! def web_main(): display() document.getElementById('source').addEventListener('input', display) Huh? Here is

Re: Coming: live coding in python

2019-01-02 Thread Edward K. Ream
On Wed, Jan 2, 2019 at 7:52 AM Zoom.Quiet wrote: > Wow... > > turtle is always embed python ... > and this living idea is not better than: > Inside python dict — an explorable explanation > https://just-taking-a-ride.com/inside_python_dict/chapter1.html > > like wolfram notebook, > pure text

Re: edit-pane-csv separator

2019-01-02 Thread Josef
Hi Terry, sorry it took me a while to get back to you - too much pre-Christmas stress. Yes, a button to toggle the pane would be fine, I should have thought of this. The main issue though is the remembering of the settings, since there are many variants of CSV files. On Sunday, December 2,

Re: Coming: live coding in python

2019-01-02 Thread Zoom.Quiet
Wow... turtle is always embed python ... and this living idea is not better than: Inside python dict — an explorable explanation https://just-taking-a-ride.com/inside_python_dict/chapter1.html like wolfram notebook, pure text animation, trace code running, and show what happy in code.

Re: Leo in 2019

2019-01-02 Thread Edward K. Ream
On Tuesday, January 1, 2019 at 10:17:30 AM UTC-6, Edward K. Ream wrote: > > On Tuesday, January 1, 2019 at 3:46:31 AM UTC-6, rengel wrote: > >> [TheBrain is a] breakthrough in visualization and simplicity. > I agree. This is great software. There has been considerable discussion over the

Coming: live coding in python

2019-01-02 Thread Edward K. Ream
In another thread Offray suggests adding live coding features to Leo and python. This would be very cool. Googling "live coding in python" yields a Don Kirby's plugin that apparently does exactly that for emacs, eclipse and pycharm. Leo should

Re: Leo in 2019

2019-01-02 Thread Edward K. Ream
On Monday, December 31, 2018 at 7:23:43 PM UTC-6, Offray Vladimir Luna Cárdenas wrote: > > For me a grand challenge would be using Leo for live coding and > interactive documentation. > This appeals to me as well. Presumably, live coding would have to be based on python's reload statement