Python论坛  - 讨论区

标题:[python-chinese] Python IDLE 中如何清屏?

2005年08月12日 星期五 15:16

Chris Qie longroad1999 at gmail.com
Fri Aug 12 15:16:19 HKT 2005

就像CLS效果一样?

-- 
"Programming is fun
When the work is done
if you wanna make your work also fun:
      use Python!"

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年08月12日 星期五 16:07

March Liu march.liu at gmail.com
Fri Aug 12 16:07:50 HKT 2005

其实很简单,只要关掉这个窗口,重开一个就可以――在RUN菜单里,有一个指令叫"Python Shell",就是给你开一个新窗口的。

在05-8-12,Chris Qie <longroad1999 at gmail.com> 写道:
> 
> 就像CLS效果一样?
> 
> --
> "Programming is fun
> When the work is done
> if you wanna make your work also fun:
> use Python!"
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050812/c408af6d/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年08月12日 星期五 17:17

TianLiangLe alang.yl at gmail.com
Fri Aug 12 17:17:51 HKT 2005

在05-8-12,March Liu <march.liu at gmail.com> 写道:
> 
> 其实很简单,只要关掉这个窗口,重开一个就可以――在RUN菜单里,有一个指令叫"Python Shell",就是给你开一个新窗口的。
> 
> 在PythonWin中这样做,是无效的。再开一个shell,还是会显示原来的内容。有谁知道解决办法?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050812/75eb7cc9/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年08月13日 星期六 10:05

Chris Qie longroad1999 at gmail.com
Sat Aug 13 10:05:38 HKT 2005

March Liu 的方法可以在IDLE中解决问题,多谢。

在 05-8-12,TianLiangLe<alang.yl at gmail.com> 写道:
> 
> 
> 在05-8-12,March Liu <march.liu at gmail.com> 写道:
> > 其实很简单,只要关掉这个窗口,重开一个就可以――在RUN菜单里,有一个指令叫"Python
> Shell",就是给你开一个新窗口的。
> > 
> > 
> 在PythonWin中这样做,是无效的。再开一个shell,还是会显示原来的内容。有谁知道解决办法?
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
"Programming is fun
When the work is done
if you wanna make your work also fun:
      use Python!"

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年08月13日 星期六 15:15

flya flya flyaflyaa at gmail.com
Sat Aug 13 15:15:26 HKT 2005

不要把时间都浪费在这些小问题上,不能解决就凑合着用,又不影响什么。没有什么事情是完美的,要知道变通,特别是不要花时间用在选择ide上和防止别人破解上这些小事上,赶快提高编程水平,把程序写出来才是正道。我就常犯这种毛病,总是为一些无惟的小问题浪费大量时间。开始我学python是,为了找一个ide花了很多时间,想找一个像VC的,到最后也没找到,现在觉的什么ide都差不多,都挺好用的。
时间有限,重要的不是知道自己要学什么,是知道自己不用学什么!!!

On 8/13/05, Chris Qie <longroad1999 at gmail.com> wrote:
> March Liu 的方法可以在IDLE中解决问题,多谢。
> 
> 在 05-8-12,TianLiangLe<alang.yl at gmail.com> 写道:
> > 
> > 
> > 在05-8-12,March Liu <march.liu at gmail.com> 写道:
> > > 其实很简单,只要关掉这个窗口,重开一个就可以――在RUN菜单里,有一个指令叫"Python
> > Shell",就是给你开一个新窗口的。
> > > 
> > > 
> > 在PythonWin中这样做,是无效的。再开一个shell,还是会显示原来的内容。有谁知道解决办法?
> > 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> -- 
> "Programming is fun
> When the work is done
> if you wanna make your work also fun:
>       use Python!"
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年08月13日 星期六 15:44

Chris Qie longroad1999 at gmail.com
Sat Aug 13 15:44:31 HKT 2005

你不要以为天底下就你一个人知道什么是踏实!


在 05-8-13,flya flya<flyaflyaa at gmail.com> 写道:
> 不要把时间都浪费在这些小问题上,不能解决就凑合着用,又不影响什么。没有什么事情是完美的,要知道变通,特别是不要花时间用在选择ide上和防止别人破解上这些小事上,赶快提高编程水平,把程序写出来才是正道。我就常犯这种毛病,总是为一些无惟的小问题浪费大量时间。开始我学python是,为了找一个ide花了很多时间,想找一个像VC的,到最后也没找到,现在觉的什么ide都差不多,都挺好用的。
> 时间有限,重要的不是知道自己要学什么,是知道自己不用学什么!!!
> 
> On 8/13/05, Chris Qie <longroad1999 at gmail.com> wrote:
> > March Liu 的方法可以在IDLE中解决问题,多谢。
> >
> > 在 05-8-12,TianLiangLe<alang.yl at gmail.com> 写道:
> > >
> > >
> > > 在05-8-12,March Liu <march.liu at gmail.com> 写道:
> > > > 其实很简单,只要关掉这个窗口,重开一个就可以――在RUN菜单里,有一个指令叫"Python
> > > Shell",就是给你开一个新窗口的。
> > > >
> > > >
> > > 在PythonWin中这样做,是无效的。再开一个shell,还是会显示原来的内容。有谁知道解决办法?
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> >
> >
> > --
> > "Programming is fun
> > When the work is done
> > if you wanna make your work also fun:
> >       use Python!"
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
"Programming is fun
When the work is done
if you wanna make your work also fun:
      use Python!"

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年08月13日 星期六 16:12

flya flya flyaflyaa at gmail.com
Sat Aug 13 16:12:53 HKT 2005

抱歉,是我说多了

On 8/13/05, Chris Qie <longroad1999 at gmail.com> wrote:
> 你不要以为天底下就你一个人知道什么是踏实!
> 
> 
> 在 05-8-13,flya flya<flyaflyaa at gmail.com> 写道:
> >
> 不要把时间都浪费在这些小问题上,不能解决就凑合着用,又不影响什么。没有什么事情是完美的,要知道变通,特别是不要花时间用在选择ide上和防止别人破解上这些小事上,赶快提高编程水平,把程序写出来才是正道。我就常犯这种毛病,总是为一些无惟的小问题浪费大量时间。开始我学python是,为了找一个ide花了很多时间,想找一个像VC的,到最后也没找到,现在觉的什么ide都差不多,都挺好用的。
> > 时间有限,重要的不是知道自己要学什么,是知道自己不用学什么!!!
> > 
> > On 8/13/05, Chris Qie <longroad1999 at gmail.com> wrote:
> > > March Liu 的方法可以在IDLE中解决问题,多谢。
> > >
> > > 在 05-8-12,TianLiangLe<alang.yl at gmail.com> 写道:
> > > >
> > > >
> > > > 在05-8-12,March Liu <march.liu at gmail.com> 写道:
> > > > > 其实很简单,只要关掉这个窗口,重开一个就可以――在RUN菜单里,有一个指令叫"Python
> > > > Shell",就是给你开一个新窗口的。
> > > > >
> > > > >
> > > > 在PythonWin中这样做,是无效的。再开一个shell,还是会显示原来的内容。有谁知道解决办法?
> > > >
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > "Programming is fun
> > > When the work is done
> > > if you wanna make your work also fun:
> > >       use Python!"
> > >
> > 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> -- 
> "Programming is fun
> When the work is done
> if you wanna make your work also fun:
>       use Python!"
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号