Showing results 4761-4770 of >4,842 (page 477)
https://modpython.org/pipermail/mod_python/2004-May/015587.html

[mod_python] Reading headers that were sent by the client Gregory (Grisha) Trubetskoy grisha at modpython.org Thu May 13 11:13:26 EDT 2004 Previous message: [mod_python] Reading headers that were sent by the client 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, roy wrote: > req.write((str)(req.headers_in())) This looks like C syntax to me... :-) Don't you mean: req.write(str(req.heade

https://sahandsaba.com/python-decorators.html

A study of Python's function and class decorators. An appendix to explain Python's closures is given too. Plenty of examples. Coding, mathematics, and problem solving by Sahand Saba

https://grisha.org/blog/2013/11/07/mod-python-performance-revisited/

Tl;dr As is evident from the table below, mod_python 3.5 (in pre-release testing as of this writing) is currently the fastest tool when it comes to running Python in your web server, and second-fastest as a WSGI container. Server Version Req/s % of httpd static Notes nxweb static file 3.2.0-dev 512,767 347.1 % "memcache":false. (626,270 if true) nginx static file 1.0.15 430,135 291.1 % stock CentOS 6.3 rpm httpd static file 2.4.4, mpm_event 147,746 100.0 % mod_python handler 3.5, Python 2.7.5 125,139 84.7

https://twisted.org/pipermail/twisted-python/2014-February/028073.html

[Twisted-Python] Making twisted web client requests on running reactor Ameya Lokare lokare.ameya at gmail.com Sat Feb 22 19:17:42 MST 2014 Previous message (by thread): [Twisted-Python] Implement HTTP request acception / rejection as defined in RFC 2616 - 8.2.3 Next message (by thread): [Twisted-Python] Making twisted web client requests on running reactor Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi everyone, I'm writing a client library that makes (potentially long running) HTTP reque

https://codeberg.org/MicroPanda123/markov-chains-for-text-in-python-implementation

markov-chains-for-text-in-python-implementation

https://docs.inferless.com/api-reference/model-endpoint/inferless-python-client

Documentation Index Fetch the complete documentation index at: /llms.txt Use this file to discover all available pages before exploring further. Skip to main content Inferless home page Search... ⌘K Deploy now Search... Navigation Model Endpoint Inferless Python Client Documentation Cookbook References OSS Cheatsheet Documentation Tutorials Changelog Blog Introduction Getting Started Deploy a ML Model with Inferless Deploy Serverless Containers Concepts Overview Cli import Handling Input / Output with

https://lethain.com/python-datastructures-backed-by-redis/

Part of my day’s experiment was to play with implementing Python datastructures which are implemented ontop of Redis. Here we take a look at dictionaries and lists, but it should be straightforward to extend this idea to sets as well

https://www.pythonfaq.net/how-to-use-timeouts-in-python-sockets/

Set socket timeouts in Python to prevent indefinite hangs in network applications. Learn to handle exceptions during connections and data transmissions effectively

https://dev.to/mayu2008/why-i-chose-rust-over-python-for-production-ai-systems-5gim

A Founder's Perspective on Language Choice When Performance Meets Reliability Python is... Tagged with ai, performance, python, rust

https://mail.python.org/pipermail/python-ideas/2014-August/028514.html

# [Python-ideas] oow vs. oow [was: strptime without second argument as an inverse to __str__] Wolfgang Maier wolfgang.maier at biologie.uni-freiburg.de Wed Aug 6 17:22:47 CEST 2014 - Previous message: [Python-ideas] oow vs. oow [was: strptime without second argument as an inverse to __str__] - Next message: [Python-ideas] oow vs. oow [was: strptime without second argument as an inverse to __str__] - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] On 06.08.2014 16:05, Ethan Furman

‹ Prev Next ›