Showing results 1441-1450 of >1,528 (page 145)
https://blog.mynook.info/post/good-logging-practice-in-python/

[翻译]Python 日志实践

https://twisted.org/pipermail/twisted-python/2015-November/062365.html

[Twisted-Python] Streaming HTTP Tristan Seligmann mithrandi at mithrandi.net Sat Nov 14 20:29:38 MST 2015 Previous message (by thread): [Twisted-Python] Streaming HTTP Next message (by thread): [Twisted-Python] Streaming HTTP Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Sat, 14 Nov 2015 at 17:45 Cory Benfield < cory at lukasa.co.uk > wrote: > A similar approach should be taken with sending data: we should assume > that users want to chunk it if they do not provide a content-length. An

https://mail.python.org/pipermail/python-dev/2016-September/146213.html

# [Python-Dev] PEP 467: last round (?) Ethan Furman ethan at stoneleaf.us Mon Sep 5 12:58:42 EDT 2016 - Previous message (by thread): [Python-Dev] PEP 467: last round (?) - Next message (by thread): [Python-Dev] PEP 467: last round (?) - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] On 09/03/2016 09:48 AM, Nick Coghlan wrote: > On 3 September 2016 at 21:35, Martin Panter wrote: >> On 3 September 2016 at 08:47, Victor Stinner wrote: >>> Le samedi 3 septembre 2016, Random832 a écr

https://www.vipmind.me/programing/python/understand-protobuf-enum-in-python.html

In grpc-mate's protobuf definition, we defined some enum types, when we compile them into python code, it may confuse people on how to use it , especially for the enum defined inside protobuf message standalone enum types enum ProductStatus { InStock = 0; OutStock = 1; } when compile such enum into python code , it wil

https://docs.syntaqlite.com/main/reference/python-api/

syntaqlite main Reference CLI reference Config file Formatting options Rust API reference C API reference Python API reference AST and token reference MCP tools Comparison to other tools Comparison Details Python API reference The Python package calls the syntaqlite core in-process through a bundled native library (loaded with ctypes), and also ships the syntaqlite CLI binary for the command-line entry point. Requires Python 3.10+. Wheels are published for macOS (arm64, x86_64), Linux (x86_64, aarch64), and

https://modpython.org/pipermail/mod_python/2006-June/021440.html

[mod_python] MySQL Session implementation? Sébastien Arnaud arnaudsj at emedialibrary.org Tue Jun 20 23:19:56 EDT 2006 Previous message: [mod_python] MySQL Session implementation? Next message: [mod_python] getting a pickled form object returned Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi Nicolas, Thank you for all the pointers. I have already cooked a fairly simple connection pool in my own baked framework which I use mostly now when developing for mod_python. Graham had helped me a

https://chadaustin.me/2009/05/visualizing-python-import-dependencies/

In a large Python program such as IMVU, startup time is dominated by Python module imports. Take these warm timings

https://note.nkmk.me/en/python-list-comprehension/

In Python, you can create a new list using list comprehensions. It's simpler than using the for loop. 5. Data Structures - List Comprehensions — Python 3.11.3 documentation 6. Expressions — Python 3

https://www.masteringperl.org/tag/python/

Skip to content Mastering Perl Menu Tag: python Benchmarking the non-iterative, closed-form solution for Fibonacci numbers Paul Hankin came up with a formula to calculate a Fibonacci numbers without recursively (or iteratively) generating prior ones. Don’t get too excited: his non-iterative, closed-form solution in O(n²). That means it’s slow when n is big. I was curious how well this would do in Perl. It’s very fast in Python and dog slow in Perl. 🐇 🐇 🐇 🐇 🐇 Continue reading

https://www.web-developpeur.com/en/library/fluent-python/

Fluent Python by Luciano Ramalho: the data model, closures, generators, the GIL in 10 points. The ideas that make Python pythonic, rated 8.2/10

‹ Prev Next ›