Re: [Tutor] Timeline Script in Python

2015-02-10 Thread Alan Gauld
On 10/02/15 16:29, Siya Radebe wrote: Hi, Can you please help with a timeline script in python, in conjunction with how to use their timeline library? Thus list is for those learning the Python language and its standard library. Any information about third party modules will depend on wheth

[Tutor] Timeline Script in Python

2015-02-10 Thread Siya Radebe
Hi, Can you please help with a timeline script in python, in conjunction with how to use their timeline library? I would love advise of how to best approach this, in going about developing an event/ activity stream timeline I found two different libraries, one from Python, and other from Djang

Re: [Tutor] Wondering if there is a print in location command for terminal?

2015-02-10 Thread eryksun
On Tue, Feb 10, 2015 at 3:02 AM, Alan Gauld wrote: > msvcrt wraps the Microsoft Vis C Runtime functions which don't > include positional commands. > > Conio was a DOS library developed by the compiler makers as a way to access > the BIOS calls and has a gotoXY() and similar functions. It first app

Re: [Tutor] Wondering if there is a print in location command for terminal?

2015-02-10 Thread Alan Gauld
On 10/02/15 03:48, eryksun wrote: On Mon, Feb 9, 2015 at 6:40 PM, Alan Gauld wrote: curses for Windows (based on PDCurses): http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses I've tried this but several iof the functions didn't work consistently. Of course it might just be my set up or somethi