Python论坛  - 讨论区

标题:[python-chinese] 问两个spe的问题

2006年11月21日 星期二 13:53

rosetta rosettas在gmail.com
星期二 十一月 21 13:53:32 HKT 2006

hi all

1.配置(比如style的配置)是存在哪里的,我想备份一下
2.快捷键不能改吗,在哪里改

-- 
with kind regards

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

2006年11月21日 星期二 14:20

shirj shirj在livedoor.cn
星期二 十一月 21 14:20:44 HKT 2006

rosetta wrote:
> hi all
> 
> 1.配置(比如style的配置)是存在哪里的,我想备份一下
~/.spe
和$PYTHON_HOME/Lib/site-packages/_spe/defaults.cfg
~就是你的home目录,window是
> 2.快捷键不能改吗,在哪里改
$PYTHON_HOME/Lib/site-packages/_spe/Menu.py
你可以修改shortcuts/中的配置,然后指定.

good luck:)
> 


-- 
     _
   >` )     - msn: trydofor在hotmail.com
   ( ( \    - url: www.trydofor.com
---``|\ ----------------------------------------
             ___|___   __|___|__     |____
            |   |   |  __|___|__    /    /
            |___|___| |         | _/    /
              __/       ---|---        /\
               /\         /|\         /  \
            __/  \____ __/ | \__  ___/    \_


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

2006年11月21日 星期二 14:25

rosetta rosettas在gmail.com
星期二 十一月 21 14:25:58 HKT 2006

谢谢,再问一个问题,自动完成只能通过快捷键吗,不能自动弹出吗

On 11/21/06, shirj <shirj在livedoor.cn> wrote:
> rosetta wrote:
> > hi all
> >
> > 1.配置(比如style的配置)是存在哪里的,我想备份一下
> ~/.spe
> 和$PYTHON_HOME/Lib/site-packages/_spe/defaults.cfg
> ~就是你的home目录,window是
> > 2.快捷键不能改吗,在哪里改
> $PYTHON_HOME/Lib/site-packages/_spe/Menu.py
> 你可以修改shortcuts/中的配置,然后指定.
>
> good luck:)
> >
>
>
> --
>     _
>   >` )     - msn: trydofor在hotmail.com
>   ( ( \    - url: www.trydofor.com
> ---``|\ ----------------------------------------
>             ___|___   __|___|__     |____
>            |   |   |  __|___|__    /    /
>            |___|___| |         | _/    /
>              __/       ---|---        /\
>               /\         /|\         /  \
>            __/  \____ __/ | \__  ___/    \_
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
with kind regards

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

2006年11月21日 星期二 14:37

shirj shirj在livedoor.cn
星期二 十一月 21 14:37:24 HKT 2006

这个我就不知道了,我是关注python很久了,但是还没有实际开发过
我学习python,是因为有时,bash不能完美的解决问题,就大材小用,
把python当脚步了,因为只是关注,所以我看到表面的东西比较多些

不过以我编程的经验来说,自动补全,自动弹出的,会降低你的编码效率
这里我也不推进你过多的以来于自动补全功能:
1. 降低你的编码速度.
2. 使你离开了这个功能,做起简单的东西都费力

实际上,补全功能在一个程序编写过程中,一般只能完成30%的代码量.
大部分还是手写快:)

rosetta wrote:
> 谢谢,再问一个问题,自动完成只能通过快捷键吗,不能自动弹出吗
> 
> On 11/21/06, shirj <shirj在livedoor.cn> wrote:
>> rosetta wrote:
>>> hi all
>>>
>>> 1.配置(比如style的配置)是存在哪里的,我想备份一下
>> ~/.spe
>> 和$PYTHON_HOME/Lib/site-packages/_spe/defaults.cfg
>> ~就是你的home目录,window是
>>> 2.快捷键不能改吗,在哪里改
>> $PYTHON_HOME/Lib/site-packages/_spe/Menu.py
>> 你可以修改shortcuts/中的配置,然后指定.
>>
>> good luck:)
>>
>> --
>>     _
>>   >` )     - msn: trydofor在hotmail.com
>>   ( ( \    - url: www.trydofor.com
>> ---``|\ ----------------------------------------
>>             ___|___   __|___|__     |____
>>            |   |   |  __|___|__    /    /
>>            |___|___| |         | _/    /
>>              __/       ---|---        /\
>>               /\         /|\         /  \
>>            __/  \____ __/ | \__  ___/    \_
>>
>> _______________________________________________
>> python-chinese
>> Post: send python-chinese在lists.python.cn
>> Subscribe: send subscribe to python-chinese-request在lists.python.cn
>> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> 
> 


-- 
     _
   >` )     - msn: trydofor在hotmail.com
   ( ( \    - url: www.trydofor.com
---``|\ ----------------------------------------
             ___|___   __|___|__     |____
            |   |   |  __|___|__    /    /
            |___|___| |         | _/    /
              __/       ---|---        /\
               /\         /|\         /  \
            __/  \____ __/ | \__  ___/    \_


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

2006年11月21日 星期二 15:03

rosetta rosettas在gmail.com
星期二 十一月 21 15:03:11 HKT 2006

On 11/21/06, shirj <shirj在livedoor.cn> wrote:
> 这个我就不知道了,我是关注python很久了,但是还没有实际开发过
> 我学习python,是因为有时,bash不能完美的解决问题,就大材小用,
> 把python当脚步了,因为只是关注,所以我看到表面的东西比较多些
>
> 不过以我编程的经验来说,自动补全,自动弹出的,会降低你的编码效率
> 这里我也不推进你过多的以来于自动补全功能:
> 1. 降低你的编码速度.
> 2. 使你离开了这个功能,做起简单的东西都费力
>
> 实际上,补全功能在一个程序编写过程中,一般只能完成30%的代码量.
> 大部分还是手写快:)
好的补全功能是很爽的,一点不影响效率,因为补全提示不会影响你输入.会影响的话应该说那个补全没有做好.

你用用VC+VA就知道了

>
> rosetta wrote:
> > 谢谢,再问一个问题,自动完成只能通过快捷键吗,不能自动弹出吗
> >
> > On 11/21/06, shirj <shirj在livedoor.cn> wrote:
> >> rosetta wrote:
> >>> hi all
> >>>
> >>> 1.配置(比如style的配置)是存在哪里的,我想备份一下
> >> ~/.spe
> >> 和$PYTHON_HOME/Lib/site-packages/_spe/defaults.cfg
> >> ~就是你的home目录,window是
> >>> 2.快捷键不能改吗,在哪里改
> >> $PYTHON_HOME/Lib/site-packages/_spe/Menu.py
> >> 你可以修改shortcuts/中的配置,然后指定.
> >>
> >> good luck:)
> >>
> >> --
> >>     _
> >>   >` )     - msn: trydofor在hotmail.com
> >>   ( ( \    - url: www.trydofor.com
> >> ---``|\ ----------------------------------------
> >>             ___|___   __|___|__     |____
> >>            |   |   |  __|___|__    /    /
> >>            |___|___| |         | _/    /
> >>              __/       ---|---        /\
> >>               /\         /|\         /  \
> >>            __/  \____ __/ | \__  ___/    \_
> >>
> >> _______________________________________________
> >> python-chinese
> >> Post: send python-chinese在lists.python.cn
> >> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> >> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> >> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
>     _
>   >` )     - msn: trydofor在hotmail.com
>   ( ( \    - url: www.trydofor.com
> ---``|\ ----------------------------------------
>             ___|___   __|___|__     |____
>            |   |   |  __|___|__    /    /
>            |___|___| |         | _/    /
>              __/       ---|---        /\
>               /\         /|\         /  \
>            __/  \____ __/ | \__  ___/    \_
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
with kind regards

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号