Showing results 5131-5140 of >5,217 (page 514)
https://modpython.org/pipermail/mod_python/2004-May/015601.html

[mod_python] Protecting Web apps from to many simultaneous clicks/Hacking Gregory (Grisha) Trubetskoy grisha at modpython.org Fri May 14 10:56:33 EDT 2004 Previous message: [mod_python] Protecting Web apps from to many simultaneous clicks/Hacking Next message: [mod_python] Protecting Web apps from to many simultaneous clicks/Hacking Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Fri, 14 May 2004, Byron Ellacott wrote: > > 1 sess=Session.Session(req, None, cookieSecret) > > 2 if not sess.h

https://how2.sh/posts/how-to-programming-dependency-injection-python-services/

How to Use dependency injection in small Python services: production guide with commands, guardrails, and troubleshooting for reliable implementation

https://markusholtermann.eu/2016/09/ssl-all-the-things-in-python/

Getting SSL / TLS right is hard. As an update to my DjangoCon US 2016 talk here’s how you use Python’s SSL library

https://towardsdatascience.com/python-opp-and-why-repr-and-str-matter-1cff584328f4/

The article discovers various faces behind using repr() and str() for Python classes

https://www.benfrederickson.com/python-catastrophic-regular-expressions-and-the-gil/

Ben Frederickson Python, Catastrophic Regular Expressions and the GIL “Some people, when confronted with a problem, think ‘I know, I’ll use regular expressions.’ Now they have two problems.” Jamie Zawinski The other day at work one of our python processes stopped responding. It was on one of our servers that was responsible for fetching and analyzing the web pages that we might recommend to people. By the time I got around to debugging this problem, the last log message was over 20 minutes old

https://pythonbook.cc/chapters/cpython/pvm-namespaces-and-scopes

Python 執行程式碼時,它會根據 LEGB(Local、Enclosing、Global、Built-in)的規則來查找變數,大家可能不知道的是,其實 Python 的編譯器會在程式執行前,就已經決定該如何查找變數了

http://python-history.blogspot.com/2009/04/origins-of-pythons-functional-features.html

The History of Python A series of articles on the history of the Python programming language and its community. Tuesday, April 21, 2009 Origins of Python's "Functional" Features I have never considered Python to be heavily influenced by functional languages, no matter what people say or think. I was much more familiar with imperative languages such as C and Algol 68 and although I had made functions first-class objects, I didn't view Python as a functional programming language. However, earlier on, it was c

https://docs.python.org/release/2.4/lib/node63.html

Python Library Reference ## 3.14.1 Relationship to other Python modules The pickle module has an optimized cousin called the cPickle module. As its name implies, cPickle is written in C, so it can be up to 1000 times faster than pickle. However it does not support subclassing of the Pickler() and Unpickler() classes, because in cPickle these are functions, not classes. Most applications have no need for this functionality, and can benefit from the improved performance of cPickle. Other than that, the inte

https://memotut.com/en/8ea5cbb526333203217a/

Python, Python3

https://twisted.org/pipermail/twisted-python/2008-April/050003.html

[Twisted-Python] Is there a simple Producer/Consumer example or tutorial? Gabriel Rossetti mailing_lists at evotex.ch Thu Apr 17 08:33:47 MDT 2008 Previous message (by thread): [Twisted-Python] Is there a simple Producer/Consumer example or tutorial? Next message (by thread): [Twisted-Python] My memory leak, diagnosed Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Gabriel Rossetti wrote: > Drew Smathers wrote: >> On Thu, Apr 17, 2008 at 3:25 AM, Gabriel Rossetti >> < mailing_lists at evotex

‹ Prev Next ›