Showing results 2631-2640 of >2,713 (page 264)
https://modpython.org/pipermail/mod_python/2006-July/021566.html

[mod_python] outputting to apache log Graham Dumpleton grahamd at dscpl.com.au Sun Jul 9 18:44:02 EDT 2006 Previous message: [mod_python] outputting to apache log Next message: [mod_python] outputting to apache log Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] greg wrote .. > > I haven't used PythonLogHandler myself, but I suspect it doesn't do what > > you think does. > > > > Putting PythonLogHandler in your apache config will cause your handler > > to be called by apache during logging ph

https://twisted.org/pipermail/twisted-python/2015-January/029071.html

[Twisted-Python] Twisted receiving buffers swamped? Tobias Oberstein tobias.oberstein at tavendo.de Fri Jan 2 05:06:08 MST 2015 Previous message: [Twisted-Python] Twisted receiving buffers swamped? Next message: [Twisted-Python] Twisted receiving buffers swamped? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > >Now, my suspicion is that Twisted is reading off the TCP stack from the > >kernel and buffering in userspace faster than the echo server is > >pushing out stuff to the TCP stack into

https://mail.python.org/pipermail/python-3000/2007-April/006782.html

# [Python-3000] PEP to change how the main module is delineated Brett Cannon brett at python.org Mon Apr 23 22:00:18 CEST 2007 - Previous message: [Python-3000] PEP to change how the main module is delineated - Next message: [Python-3000] PEP to change how the main module is delineated - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] On 4/23/07, Nick Coghlan < ncoghlan at gmail.com > wrote: > Brett Cannon wrote: > > This PEP is to change the ``if __name__ == "__main__": ...`` idi

https://8thlight.com/insights/polyglot-influences-in-python

INSIGHTS Polyglot Influences in Python Mike Knepper November 05, 2019 One of my favorite aspects of working in different languages on various client projects is seeing how concepts learned in one paradigm bleed into others. My latest professional work is written in Python, but I find myself using many strategies that I've picked up from working in other languages. This post surveys some of the influences my past experience has had on the way I write Python today. I should note that the other languages menti

http://mathamy.com/tag/python.html

# Amy Hanlon ## Module objects are global! One of my favorite kinds of bugs is when a test that seems entirely unrelated to a code change fails. I've trained myself to look for the common causes, usually having to deal with shared state due to a test missing a proper teardown. But this week, I had a new kind of failure, one to do with module objects and how Python's import mechanism works, which, if you didn't know, is also one of my favorite things . I've been experimenting with faker , a package for ge

https://docs.graphene-python.org/projects/django/en/latest/schema/

Graphene framework for Python

https://www.kawabangga.com/posts/tag/python-import

--> --> 顶部菜单 卡瓦邦噶! 无法自制的人得不到自由。 topics Posts tagged with 'python import' 无法 Patch Posted on 2022年6月25日 by laixintao 4 Comments 最近在试图实现 pdir2 彻底 disable color 的 feature, 让它和其他 cli 的做法 […] Continue reading… Categories: 程序开发笔记 搜索: 我的电邮 2026 年 8 月 一 二 三 四 五 六 日 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 « 7 月 ▲ 赞助商的广告

https://reason.town/tensorflow-posenet-python/

Posenet is a neural network that can estimate the human pose in real time. This is a TensorFlow Posenet implementation in Python

https://datascience.blog.wzb.eu/category/python/

WZB Data Science Blog Category Archives: Python Continuous Integration testing with GitHub Actions using tox and hypothesis March 4, 2022 5:20 pm , Markus Konrad I recently published a major update for the Python tmtoolkit package for text mining and topic modeling. Since it is a fairly large research software package, I’m using a Continuous Integration (CI) system for automated testing on different platforms. This system makes sure that every code update that is pushed to the software repository is

https://treyhunner.com/2015/12/python-list-comprehensions-now-in-color/

Sometimes a programming design pattern becomes common enough to warrant its own special syntax. Python’s list comprehensions are a prime example

‹ Prev Next ›