Python论坛  - 讨论区

标题:[python-chinese] 求Python语言关键字文本(文件)!

2005年09月03日 星期六 15:39

boyeestudio boyee118 at gmail.com
Sat Sep 3 15:39:28 HKT 2005

平时,用UE用得最多,也想让UE支持Python语法高亮,需要一个关键字文本,哪位大哥有比较全的关键字文件,帮助我一下,感激不尽!谢!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050903/916998b3/attachment.html

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

2005年09月03日 星期六 15:49

大郎@网络营销观察 iexper at gmail.com
Sat Sep 3 15:49:52 HKT 2005

我也遇到这个问题。
不过我还是决定用自带的IDE来开发。:)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050903/52dd7b2c/attachment.html

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

2005年09月03日 星期六 16:04

Wang Kebo mep_ at 163.com
Sat Sep 3 16:04:19 HKT 2005

这里:
http://gurno.com/wiki/index.php?title=PythonWordfileUltraedit

还比较活跃:)

__
Best Regards,
 
Kebo Wang



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

2005年09月03日 星期六 16:09

limodou limodou at gmail.com
Sat Sep 3 16:09:02 HKT 2005

在 05-9-3,boyeestudio<boyee118 at gmail.com> 写道:
> 平时,用UE用得最多,也想让UE支持Python语法高亮,需要一个关键字文本,哪位大哥有比较全的关键字文件,帮助我一下,感激不尽!谢!


Python有一个模块叫keyword,这是做这个的。下面为文档的说明:

This module allows a Python program to determine if a string is a keyword. 

iskeyword( s) 
    Return true if s is a Python keyword. 

kwlist 
    Sequence containing all the keywords defined for the interpreter.
If any keywords are defined to only be active when particular
__future__ statements are in effect, these will be included as well.

-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou

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

2005年09月03日 星期六 18:10

jzx++ jzx19770812 at yahoo.com.cn
Sat Sep 3 18:10:12 HKT 2005

http://www.ultraedit.com/index.php?name=Content&pa;=showpage&pid;=40#wordfiles
这是ultraedit的全部wordfiles,其中有四个版本的python关键字文件

Python - 05/30/2000
Python 2.0 - 10/12/2001
Python 2.3 - NEW - 04/14/2004
Python 2.4 - 02/08/2005

应该很全了

On Sat, 3 Sep 2005 15:39:28 +0800
boyeestudio <boyee118 at gmail.com> wrote:

> 平时,用UE用得最多,也想让UE支持Python语法高亮,需要一个关键字文本,哪位大哥有比较全的关键字文件,帮助我一下,感激不尽!谢!

-- 
jzx <jzx19770812 at yahoo.com.cn>

__________________________________________________
Do You Yahoo!?
雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
http://cn.mail.yahoo.com/?id=77071

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

2005年09月06日 星期二 00:25

HoLin holin.he at gmail.com
Tue Sep 6 00:25:13 HKT 2005

editplus的有没有用?
http://www.editplus.com/files/python.zip
这里可以下,我一直用editplus,感觉不错。就是没有自动补全功能。

在 05-9-3,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> http://www.ultraedit.com/index.php?name=Content&pa;=showpage&pid;=40#wordfiles
> 这是ultraedit的全部wordfiles,其中有四个版本的python关键字文件
> 
> Python - 05/30/2000
> Python 2.0 - 10/12/2001
> Python 2.3 - NEW - 04/14/2004
> Python 2.4 - 02/08/2005
> 
> 应该很全了
> 
> On Sat, 3 Sep 2005 15:39:28 +0800
> boyeestudio <boyee118 at gmail.com> wrote:
> 
> > 平时,用UE用得最多,也想让UE支持Python语法高亮,需要一个关键字文本,哪位大哥有比较全的关键字文件,帮助我一下,感激不尽!谢!
> 
> --
> jzx <jzx19770812 at yahoo.com.cn>
> 
> __________________________________________________
> Do You Yahoo!?
> 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> http://cn.mail.yahoo.com/?id=77071
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>

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

2005年09月06日 星期二 08:57

shhgs shhgs.efhilt at gmail.com
Tue Sep 6 08:57:09 HKT 2005

谢天谢地,UE v11终于支持三引号了

On 9/5/05, HoLin <holin.he at gmail.com> wrote:
> editplus的有没有用?
> http://www.editplus.com/files/python.zip
> 这里可以下,我一直用editplus,感觉不错。就是没有自动补全功能。
> 
> 在 05-9-3,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> > http://www.ultraedit.com/index.php?name=Content&pa;=showpage&pid;=40#wordfiles
> > 这是ultraedit的全部wordfiles,其中有四个版本的python关键字文件
> >
> > Python - 05/30/2000
> > Python 2.0 - 10/12/2001
> > Python 2.3 - NEW - 04/14/2004
> > Python 2.4 - 02/08/2005
> >
> > 应该很全了
> >
> > On Sat, 3 Sep 2005 15:39:28 +0800
> > boyeestudio <boyee118 at gmail.com> wrote:
> >
> > > 平时,用UE用得最多,也想让UE支持Python语法高亮,需要一个关键字文本,哪位大哥有比较全的关键字文件,帮助我一下,感激不尽!谢!
> >
> > --
> > jzx <jzx19770812 at yahoo.com.cn>
> >
> > __________________________________________________
> > Do You Yahoo!?
> > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> > http://cn.mail.yahoo.com/?id=77071
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

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

2005年09月06日 星期二 10:31

boyeestudio boyee118 at gmail.com
Tue Sep 6 10:31:38 HKT 2005

Skipped content of type multipart/alternative-------------- next part --------------
/L10"Python" Line Comment = # Escape Char = \ File Extensions = PY PYW
/Indent Strings = ":"
/Function String 1 = "%[ ,^t]++def[ ]+^([a-zA-Z0-9_]+*^):"
/Function String 2 = "%[ ,^t]++^(class[ ]+[a-zA-Z0-9_]+*^):"
/Delimiters = 	[]{}()
="'.,:+@
/C1"Reserved Words"
and as assert
break
class continue
def del
elif else except exec
finally for from
global
if import in is
lambda
not
or object
pass print
raise range return
try
while
yield
/C2"Built-in Functions"
__import__
abs apply
basestring bool buffer
callable chr classmethod cmp coerce compile complex
delattr dict dir divmod
enumerate eval execfile
Ellipsis
file filter float frozenset
False
getattr globals group
hasattr hash help hex
id input int intern isinstance issubclass iter
joinfields
len list local long
map match max min
None NotImplemented
oct open ord
pow property
raw_input reduce reload repr round
search set setattr slice sorted str splitfields
tuple type
True
unichr unicode
vars
xrange
zip
/C3"__Methods__"
__abs__ __add__ __and__
__call__ __cmp__ __coerce__ __contains__
__del__ __delattr__ __delitem__ __delslice__ __div__ __divmod__
__eq__
__float__ __floordiv__ 
__ge__ __getattribute__ __getitem__ __getnewargs__ __getslice__ __gt__
__hash__ __hex__
__iadd__ __iand__ __idiv__ __ilshift__ __imod__ __imul__ __init__ __int__ __invert__ __ior__ __ipow__ __irshift__ __isub__ __iter__ __ixor__
__le__ __len__ __long__ __lshift__ __lt__
__mod__ __mul__
__ne__ __neg__ __nonzero__
__oct__ __or__
__pos__ __pow__
__radd__ __rand__ __rdiv__ __rdivmod__ __reduce__ __reduce_ex__ __repr__ __reserved__ __rfloordiv__ __rlshift__ __rmod__ __rmul__ __ror__ __rpow__ __rlshift__ __rrshift__ __rshift__ __rsub__ __rtruediv__ __rxor__ 
__setattr__ __setitem__ __setslice__ __str__ __sub__
__xor__
add append
capitalize center clear close conjugate copy count
decode difference discard
Decimal
encode endswith expandtabs extend
find flush fileno fromkeys
get getcontext
has_key
index insert intersection intersection_update isalnum isalpha isatty isdigit islower isspace issubset issuperset istitle isupper items iteritems iterkeys itervalues
join
keys
ljust lower lstrip
next
pop popitem
read readline readlines remove replace reverse rfind rindex rjust rsplit rstrip
seek setdefault sort split splitlines startswith strip swapcase symmetric_difference symmetric_difference_update
tell title translate truncate
union update upper
values
write writelines
zfill
/C4"__Attributes__"
__author__
__bases__
__class__
__dict__ __doc__
__email__
__methods__ __members__
__name__
__slots__
__version__
/C5"Exceptions"
ArithmeticError AssertionError AttributeError
DeprecationWarning
EnvironmentError EOFError Exception
FloatingPointError FutureWarning
ImportError IndentationError IndexError IOError 
KeyboardInterrupt KeyError
LookupError
MemoryError
NameError NotImplementedError
OSError OverflowWarning OverflowError
PendingDeprecationWarning
ReferenceError RuntimeError RuntimeWarning
StandardError StopIteration SyntaxError SyntaxWarning SystemError SystemExit
TabError TypeError
UnboundLocalError UnicodeError UnicodeDecodeError UnicodeEncodeError UnicodeTranslateError UserWarning
ValueError
Warning WindowsError
ZeroDivisionError
/C6"Operators"
+= 
-= 
%= 
/= 
**= 
&= 
|= 
^= 
>>= 
<<=
/C7"Common Libs"
__builtin__
__future__
__main__
aepack aetools aetypes aifc al anydbm applesingle atexit array asyncore asynchat audioop autoGIL
AL AST 
base64 binascii binhex bisect bsddb buildtools bz2
BaseHTTPServer Bastion
calendar cd cfmfile cgi cgitb chunk cmath cmd code codecs codeop collections colorsys commands compileall cookielib copy_reg cPickle cStringIO csv curses
Carbon CGIHTTPServer ColorPicker Complex ConfigParser Cookie
datetime dbhash decimal difflib dircache dircmp dis distutils dl doctest dospath dumbdbm dummy_thread dummy_threading
DEVICE DocXMLRPCServer
emacs email encodings errno exceptions
EasyDialogs
fcntl filecmp fileinput findertools fl flp fm fmt fnmatch formatter fpectl fpformat ftplib
FL FrameWork
gc gdbm gensuitemodule getopt getpass gettext gl glob gopherlib grep gzip
GL
heapq hmac hotshot htmlentitydefs htmllib httplib
HTMLParser
ic icopen ihooks imaplib imageop imghdr imp imputil inspect itertools
jpeg
keyword
linecache locale lockfile logging
mac macerrors macfs macostools macpath macresource macurl2path mailbox mailcap marshal md5 mhlib mimetools mimetypes mimify mmap multifile mutex math
MacOS MimeWriter MiniAEFrame
netrc new newdir ni nis nntplib nsremote ntpath nturl2path
operator optparse os ossaudiodev
parser pdb pgdb pickle pickletools pipes pkgutil platform poly popen2 poplib posixfile posixpath pprint profile pstats py_compile pyclbr pydoc pyexpat pythonprefs
Para PixMapWrapper
quietconsole quopri
Queue
rand random re regex regsub resource rexec rfc822 rgbimg rlcompleter robotparser rotor
sched select sets sgmllib sha shelve shlex shutil signal site smtpd smtplib sndhdr snmp socket stat statcache statvfs string stringprep struct subprocess sunau symbol sys syslog
ScrolledText SimpleHTTPServer SimpleXMLRPCServer StringIO SocketServer
tabnanny tarfile tb telnetlib tempfile termios test textwrap thread threading time timeit toaiff token tokenize traceback tty turtle types tzparse
TERMIOS Tix Tkinter
unicodedata unittest urllib urllib2 urlparse user util uu
UserDict UserList UserString
videoreader
warnings waste wave weakref webbrowser whatsound whichdb whrandom winsound
xdrlib xml xmllib xmlpackage xmlrpclib
zipfile zlib zmod
/C8"Others"
array
cls
fnmatch
struct self

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

2005年09月06日 星期二 10:49

shiziliang shizl at bis.com.cn
Tue Sep 6 10:49:29 HKT 2005

什么是“三引号”
----- Original Message -----
From: "shhgs" <shhgs.efhilt at gmail.com>
To: <python-chinese at lists.python.cn>
Sent: Tuesday, September 06, 2005 8:57 AM
Subject: Re: [python-chinese] 求Python语言关键字文本(文件)!


> 谢天谢地,UE v11终于支持三引号了
>
> On 9/5/05, HoLin <holin.he at gmail.com> wrote:
> > editplus的有没有用?
> > http://www.editplus.com/files/python.zip
> > 这里可以下,我一直用editplus,感觉不错。就是没有自动补全功能。
> >
> > 在 05-9-3,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> > >
http://www.ultraedit.com/index.php?name=Content&pa;=showpage&pid;=40#wordfiles
> > > 这是ultraedit的全部wordfiles,其中有四个版本的python关键字文件
> > >
> > > Python - 05/30/2000
> > > Python 2.0 - 10/12/2001
> > > Python 2.3 - NEW - 04/14/2004
> > > Python 2.4 - 02/08/2005
> > >
> > > 应该很全了
> > >
> > > On Sat, 3 Sep 2005 15:39:28 +0800
> > > boyeestudio <boyee118 at gmail.com> wrote:
> > >
> > > > 平时,用UE用得最多,也想让UE支持Python语法高亮,需要一个关键字文本,哪位
大哥有比较全的关键字文件,帮助我一下,感激不尽!谢!
> > >
> > > --
> > > jzx <jzx19770812 at yahoo.com.cn>
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> > > http://cn.mail.yahoo.com/?id=77071
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
>


----------------------------------------------------------------------------
----


> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>


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

2005年09月06日 星期二 11:12

nicran nicran at gmail.com
Tue Sep 6 11:12:33 HKT 2005

'''
my comments or doc string
'''

在 05-9-6,shiziliang<shizl at bis.com.cn> 写道:
> 什么是"三引号"
> ----- Original Message -----
> From: "shhgs" <shhgs.efhilt at gmail.com>
> To: <python-chinese at lists.python.cn>
> Sent: Tuesday, September 06, 2005 8:57 AM
> Subject: Re: [python-chinese] 求Python语言关键字文本(文件)!
> 
> 
> > 谢天谢地,UE v11终于支持三引号了
> >
> > On 9/5/05, HoLin <holin.he at gmail.com> wrote:
> > > editplus的有没有用?
> > > http://www.editplus.com/files/python.zip
> > > 这里可以下,我一直用editplus,感觉不错。就是没有自动补全功能。
> > >
> > > 在 05-9-3,jzx++<jzx19770812 at yahoo.com.cn> 写道:
> > > >
> http://www.ultraedit.com/index.php?name=Content&pa;=showpage&pid;=40#wordfiles
> > > > 这是ultraedit的全部wordfiles,其中有四个版本的python关键字文件
> > > >
> > > > Python - 05/30/2000
> > > > Python 2.0 - 10/12/2001
> > > > Python 2.3 - NEW - 04/14/2004
> > > > Python 2.4 - 02/08/2005
> > > >
> > > > 应该很全了
> > > >
> > > > On Sat, 3 Sep 2005 15:39:28 +0800
> > > > boyeestudio <boyee118 at gmail.com> wrote:
> > > >
> > > > > 平时,用UE用得最多,也想让UE支持Python语法高亮,需要一个关键字文本,哪位
> 大哥有比较全的关键字文件,帮助我一下,感激不尽!谢!
> > > >
> > > > --
> > > > jzx <jzx19770812 at yahoo.com.cn>
> > > >
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> > > > http://cn.mail.yahoo.com/?id=77071
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> >
> 
> 
> ----------------------------------------------------------------------------
> ----
> 
> 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号