共 5 篇文章
显示摘要每页显示  条
while True: msg = raw_input() server.msg(msg)def run_server(): my_server = SimpleXMLRPCServer( ("localhost", 8002) ) my_server.register_function(msg) my_server.serve_forever()from Tkinter import * wnd = Tk() wnd.lab = Label(wnd, text="---") wnd.ent = Entry(wnd) wnd.btn = Button(w...
foo_obj = Foo("I''m A", "I''m B") foo_obj.show_a()class Bar(Foo): def __init__(self, a, b, c, d): Foo.__init__(self, a, b) self.c = c self.d = d.foo_obj.show_a() foo_obj.show_b() foo_obj.show_c() foo_obj.show_d()以至于我以前对 Tkinter 相当反感, ...
[Python 技术培训] 第一周幻灯片 "Python 基础篇"Python 基础篇 -Life Is Short You Need PythonPython 简介。在python头部加一行:#! /usr/local/bin/pythonchmod +x myfile.py./myfile.py (当然也可以直接以python myfile 方式执行)Python的数据类型:字典(常用方法)函数的参数的分类:默认参数:def function(ARG=VALUE)元组参...
[Python 技术培训] 第一周讲稿。所以说以前和老尚和聂国政聊天的时候,我并没有说因为我喜欢 Python 而让大家抛弃现在擅长的工具不用 (当然今天是推广 Python 所以还是要介绍的)。最后我们会说 Python 虽好, 但是它不出名啊? 这个就搞笑了,Python 是世界上最流行的编程工具。BT 是 Python 写的、MailMan (邮件列表) 是 Python 写的。这里我很遗...
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部