推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
ppj
V2EX  ›  Python

Python 每日一练:猴子补丁

  •  
  •   ppj · Sep 17, 2022 · 2564 views
    This topic created in 1334 days ago, the information mentioned may be changed or developed.

    Python 每日一练:猴子补丁

    猴子补丁是一项允许在运行时( runtime )更改对象行为的技术。 它是一个非常有用的功能,但它也可能使你的代码更难以理解和调试,因此,在实现猴子补丁程序时必须谨慎。

    查看代码 => 代码

    1 replies    2022-09-17 22:42:08 +08:00
    brucmao
        1
    brucmao  
       Sep 17, 2022
    文章中,最后一个例子试了不成功
    将 from socket import * 改成 import socket ,然后后面也改一下才行
    if __name__ == '__main__':
    server = socket.socket()
    .........
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3410 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 44ms · UTC 11:00 · PVG 19:00 · LAX 04:00 · JFK 07:00
    ♥ Do have faith in what you're doing.