Re: ANN: Python training "text movies"

2013-01-21 Thread Mitya Sirenef
On 01/21/2013 06:30 AM, Franck Ditter wrote: In article , > Mitya Sirenef wrote: > >> > - To use the software outside Python, we need to have proper indentation >> > as real spaces. We should be able to distinguish Arial type for usual >> > text and fixed font for code. >> >> >> Not sure I u

Re: ANN: Python training "text movies"

2013-01-21 Thread Franck Ditter
In article , Mitya Sirenef wrote: > > - To use the software outside Python, we need to have proper indentation > > as real spaces. We should be able to distinguish Arial type for usual > > text and fixed font for code. > > > Not sure I understand about indentation.. You mean like wrapping >

Re: ANN: Python training "text movies"

2013-01-21 Thread Mitya Sirenef
On 01/21/2013 03:07 AM, Franck Ditter wrote: Ok I can make my way with jstmovie. Some remarks and questions : > > - Use encoding='utf-8' inside open of method __init__ of class Tutorial > in jstmovie.py. Otherwise foreign languages are stuck. > Thanks, will fix this.. -m -- Lark's Tongue Gu

Re: ANN: Python training "text movies"

2013-01-21 Thread Mitya Sirenef
On 01/21/2013 03:07 AM, Franck Ditter wrote: Ok I can make my way with jstmovie. Some remarks and questions : > > - Use encoding='utf-8' inside open of method __init__ of class Tutorial > in jstmovie.py. Otherwise foreign languages are stuck. > > - To use the software outside Python, we need to

Re: ANN: Python training "text movies"

2013-01-21 Thread Mitya Sirenef
On 01/21/2013 02:30 AM, rusi wrote: On Jan 13, 12:08 pm, Mitya Sirenef wrote: >> Sure: they play back a list of instructions on use of string methods and >> list comprehensions along with demonstration in a mock-up of the >> interpreter with a different display effect for commands typed into (

Re: ANN: Python training "text movies"

2013-01-21 Thread Franck Ditter
Ok I can make my way with jstmovie. Some remarks and questions : - Use encoding='utf-8' inside open of method __init__ of class Tutorial in jstmovie.py. Otherwise foreign languages are stuck. - To use the software outside Python, we need to have proper indentation as real spaces. We should b

Re: ANN: Python training "text movies"

2013-01-20 Thread rusi
On Jan 13, 12:08 pm, Mitya Sirenef wrote: > Sure: they play back a list of instructions on use of string methods and > list comprehensions along with demonstration in a mock-up of the > interpreter with a different display effect for commands typed into (and > printed out by) the interpeter. The s

Re: ANN: Python training "text movies"

2013-01-20 Thread Steven D'Aprano
On Sun, 20 Jan 2013 18:54:03 +0100, Franck Ditter wrote: [snip quoting NINE levels deep] > When executing jstmovie.py, it complains : 'template.html' not found in > tmovies... Please trim unnecessary quoted text out of your replies. We don't need to read page after page of irrelevant comments t

Re: ANN: Python training "text movies"

2013-01-20 Thread Mitya Sirenef
On 01/20/2013 12:54 PM, Franck Ditter wrote: In article , > Franck Ditter wrote: > >> In article , >> Franck Ditter wrote: >> >>> In article , >>> Mitya Sirenef wrote: >>> On 01/19/2013 04:32 AM, Franck Ditter wrote: > In article , > Mitya Sirenef wrote: > >> On 01/14/2

Re: ANN: Python training "text movies"

2013-01-20 Thread Franck Ditter
In article , Franck Ditter wrote: > In article , > Franck Ditter wrote: > > > In article , > > Mitya Sirenef wrote: > > > > > On 01/19/2013 04:32 AM, Franck Ditter wrote: > > > > In article , > > > > Mitya Sirenef wrote: > > > > > > > >> On 01/14/2013 01:34 AM, Franck Ditter wrote: > >

Re: ANN: Python training "text movies"

2013-01-20 Thread Franck Ditter
In article , Franck Ditter wrote: > In article , > Mitya Sirenef wrote: > > > On 01/19/2013 04:32 AM, Franck Ditter wrote: > > > In article , > > > Mitya Sirenef wrote: > > > > > >> On 01/14/2013 01:34 AM, Franck Ditter wrote: > > >>> In article , > > >>>Jason Friedman wrote: > > >>>

Re: ANN: Python training "text movies"

2013-01-20 Thread Franck Ditter
In article , Mitya Sirenef wrote: > On 01/19/2013 04:32 AM, Franck Ditter wrote: > > In article , > > Mitya Sirenef wrote: > > > >> On 01/14/2013 01:34 AM, Franck Ditter wrote: > >>> In article , > >>>Jason Friedman wrote: > >>> > > That is right; I would also add that it may be over

Re: ANN: Python training "text movies"

2013-01-19 Thread Mitya Sirenef
On 01/19/2013 04:32 AM, Franck Ditter wrote: In article , Mitya Sirenef wrote: On 01/14/2013 01:34 AM, Franck Ditter wrote: In article , Jason Friedman wrote: That is right; I would also add that it may be overwhelming for a newbie to be reading through a large "wall of text" -- here

Re: ANN: Python training "text movies"

2013-01-19 Thread Franck Ditter
In article , Mitya Sirenef wrote: > On 01/14/2013 01:34 AM, Franck Ditter wrote: > > In article , > > Jason Friedman wrote: > > > >>> That is right; I would also add that it may be overwhelming for a newbie > >>> to be reading through a large "wall of text" -- here you have blank > >>> space

Re: ANN: Python training "text movies"

2013-01-13 Thread Mitya Sirenef
On 01/14/2013 01:34 AM, Franck Ditter wrote: In article , Jason Friedman wrote: That is right; I would also add that it may be overwhelming for a newbie to be reading through a large "wall of text" -- here you have blank space after the current paragraph so the attention is focused even more

Re: ANN: Python training "text movies"

2013-01-13 Thread Franck Ditter
In article , Jason Friedman wrote: > > That is right; I would also add that it may be overwhelming for a newbie > > to be reading through a large "wall of text" -- here you have blank > > space after the current paragraph so the attention is focused even more > > on the last few lines. > > > > A

Re: ANN: Python training "text movies"

2013-01-13 Thread Jason Friedman
> That is right; I would also add that it may be overwhelming for a newbie > to be reading through a large "wall of text" -- here you have blank > space after the current paragraph so the attention is focused even more > on the last few lines. > > Additionally, since instructions scroll automatical

Re: ANN: Python training "text movies"

2013-01-12 Thread Mitya Sirenef
On 01/13/2013 02:28 AM, Terry Reedy wrote: On 1/13/2013 2:08 AM, Mitya Sirenef wrote: >> On 01/13/2013 01:35 AM, Steven D'Aprano wrote: >>> On Sun, 13 Jan 2013 00:11:53 -0500, AK wrote: >> > >> >> I don't know what to call these, so for now I'll call them "training >> >> text movies" until I co

Re: ANN: Python training "text movies"

2013-01-12 Thread Terry Reedy
On 1/13/2013 2:08 AM, Mitya Sirenef wrote: On 01/13/2013 01:35 AM, Steven D'Aprano wrote: On Sun, 13 Jan 2013 00:11:53 -0500, AK wrote: > >> I don't know what to call these, so for now I'll call them "training >> text movies" until I come up with a better name.. >> >> I hope these will be

Re: ANN: Python training "text movies"

2013-01-12 Thread Mitya Sirenef
On 01/13/2013 01:35 AM, Steven D'Aprano wrote: On Sun, 13 Jan 2013 00:11:53 -0500, AK wrote: > >> I don't know what to call these, so for now I'll call them "training >> text movies" until I come up with a better name.. >> >> I hope these will be helpful, especially to new students of Python. >

Re: ANN: Python training "text movies"

2013-01-12 Thread Steven D'Aprano
On Sun, 13 Jan 2013 00:11:53 -0500, AK wrote: > I don't know what to call these, so for now I'll call them "training > text movies" until I come up with a better name.. > > I hope these will be helpful, especially to new students of Python. > > http://lightbird.net/larks/tmovies.html For the b