Re: Python Clearing the Screen and Setting Position
- From: Jared Wright <wright.jaredm@xxxxxxxxx>
- To: programmingblind@xxxxxxxxxxxxx
- Date: Sat, 24 Sep 2011 13:39:50 -0400
On 9/24/2011 11:12 AM, Littlefield, Tyler wrote: "uh. I'd avoid using os.system to run commands like that."That seems like a bit of a hasty dismissal. Being aware that it's just wrapping the C system() function is worth mentioning though. The Python docs do a decent job of outlining all the implications.
__________View the list's information and change your settings at http://www.freelists.org/list/programmingblind
- References:
- Python Clearing the Screen and Setting Position
- From: Rich De Steno
- Re: Python Clearing the Screen and Setting Position
- From: Jamal Mazrui
- Re: Python Clearing the Screen and Setting Position
- From: Littlefield, Tyler
- Python Clearing the Screen and Setting Position
Other related posts:
- » Python Clearing the Screen and Setting Position - Rich De Steno
- » Re: Python Clearing the Screen and Setting Position - Littlefield, Tyler
- » Re: Python Clearing the Screen and Setting Position - Jamal Mazrui
- » Re: Python Clearing the Screen and Setting Position - Littlefield, Tyler
- » Re: Python Clearing the Screen and Setting Position - Jared Wright