Showing results 3351-3360 of >3,439 (page 336)
https://twisted.org/pipermail/twisted-python/2010-June/022372.html

[Twisted-Python] Punching a firewall with Twisted? Glyph Lefkowitz glyph at twistedmatrix.com Thu Jun 17 12:21:16 EDT 2010 Previous message: [Twisted-Python] Punching a firewall with Twisted? Next message: [Twisted-Python] Punching a firewall with Twisted? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Jun 17, 2010, at 8:37 AM, Stefan Reich wrote: > Dear 'Twisted' experts! > > I have a quick question that I am sure one of you guys can answer easily: > > What I want to do is open an incomi

https://docs.pytorch.org/TensorRT/tutorials/runtime_opt/python_runtime.html

- Advanced Usage - Runtime Optimization - Python vs... # Python vs C++ runtime # Torch-TensorRT uses a single module type, torch_tensorrt.runtime.TorchTensorRTModule, to run TensorRT engines inside PyTorch. The execution path (which code actually drives TensorRT execution) is selected automatically: C++ path — torch.classes.tensorrt.Engine and torch.ops.tensorrt.execute_engine. Used when the Torch-TensorRT C++ extension (libtorchtrt / runtime .so) is loaded: TorchScript-friendly, and integrates with the

https://mail.python.org/pipermail/python-dev/2013-November/130646.html

[Python-Dev] PEP process entry point and ill fated initiatives Nick Coghlan ncoghlan at gmail.com Sat Nov 30 04:39:11 CET 2013 Previous message: [Python-Dev] PEP process entry point and ill fated initiatives Next message: [Python-Dev] PEP process entry point and ill fated initiatives Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 30 November 2013 01:25, Kristján Valur Jónsson < kristjan at ccpgames.com > wrote: > I know that Anatoly himself is a subject of long history here, but I

https://blog.m-ou.se/writing-python-inside-rust-3/

Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we&rsquo;ll extend our python!{} macro to make that happen

https://sdk.pinecone.io/python/guides/performance.html

Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content Python SDK documentation Python SDK documentation Getting Started Guides Migration & FAQ Indexes Vectors Inference Assistant Working with the Assistant Collections Working with Collections Integrated Records Integrated Records (Server-Side Embedding) Sync (Pinecone) Async (AsyncPinecone) gRPC (GrpcIndex) Admin Admin Preview (Pre-release) Preview Back to top View this page Performance ¶ The SDK is

https://modpython.org/pipermail/mod_python/2005-February/017351.html

[mod_python] Custom handler thread safety Graham Dumpleton grahamd at dscpl.com.au Sat Feb 5 18:04:00 EST 2005 Previous message: [mod_python] Custom handler thread safety Next message: [mod_python] Force reload? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 06/02/2005, at 6:03 AM, Huzaifa Tapal wrote: > So for each db, there is only one connection cached and that is the > one that is shared. The thread_id caused a problem in the > multithreaded environment because there could be a huge n

https://treyhunner.com/2015/11/counting-things-in-python/

Sometimes the Pythonic way to solve a problem changes over time. As Python has evolved, so has the Pythonic way to count list items. Let’s look at

https://www.takapy.work/archive/category/Python-Web%E3%82%A2%E3%83%97%E3%83%AA

First Draft すべては下書きです Home AboutMe Contact Setting --> トップ > Python-Webアプリ Python-Webアプリ 新着順 人気順 2023-07-31 FastAPIで特定エンドポイント(Path)のログを出力しない方法 最近FastAPIに触る機会があり、ログ周りで少し躓いたので備忘録として残しておきます。 背景 補足 特定エンドポイントのログをフィルタリングする方法 おまけ

https://www.johndcook.com/blog/2020/01/17/recurrence-relations-and-python/

Simultaneous assignment in a language like Python lets you evaluate recurrence relations more simply

http://www.arkadian.eu/pages/category/python

Skip to content Arkadian.eu thinking out loud_ Home Why? Python Web server on demmand import sys, BaseHTTPServer from SimpleHTTPServer import SimpleHTTPRequestHandler HandlerClass=SimpleHTTPRequestHandler ServerClass=BaseHTTPServer.HTTPServer protocol = "HTTP/1.0" host = "192.168.0.185" port = 8888 server_address = (host, port) HandlerClass.protocol_version = protocol httpd = ServerClass(server_address, HandlerClass) sa = httpd.socket.getsockname() print "Serving HTTP on", sa[0], "port", sa[1], "…" httpd

‹ Prev Next ›