Showing results 3301-3310 of >3,390 (page 331)
https://twisted.org/pipermail/twisted-python/2009-January/051624.html

[Twisted-Python] A Java protocol on Twisted? Alessio Pace alessio.pace at gmail.com Thu Jan 29 02:53:30 MST 2009 Previous message (by thread): [Twisted-Python] A Java protocol on Twisted? Next message (by thread): [Twisted-Python] Possible error on key authentication of twisted conch Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi, first of all sorry for my delayed answer. On Mon, Jan 26, 2009 at 4:26 PM, Jean-Paul Calderone < exarkun at divmod.com >wrote: > On Thu, 22 Jan 2009 09:14:48 +0

https://eev.ee/blog/2012/05/23/python-faq-descriptors/

# Python FAQ: Descriptors / fuzzy notepad Part of my Python FAQ . How does @property work? Why does it call my __getattr__? What’s a “descriptor”? Python offers several ways to hook into attribute access—that is, there are several ways you can affect what happens when someone does obj.foo to your object. The most boring behavior is that the object has a foo attribute (perhaps set in __init__), or the class has a foo method or attribute of its own. If you need total flexibility, there are the magic

https://modpython.org/pipermail/mod_python/2006-March/020516.html

[mod_python] 411 Length Required for POST John Ruff jcruff at gmail.com Fri Mar 3 14:45:54 EST 2006 Previous message: [mod_python] 411 Length Required for POST Next message: [mod_python] 411 Length Required for POST Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Here's the javascript code for setting up the XMLHttpRequest. *Note: This is not production code. [code] function getLogData() { /* Create a new XMLHttpRequest object to talk to the Web server */ /*@cc_on @*/ /*@if (@_jscript_version

https://codeling.dev/blog/python-iterators-vs-iterables/

Discover how iterators and iterables work in Python. This guide includes code examples, custom classes, and how generators fit in

https://mail.python.org/pipermail/python-dev/2011-March/109895.html

[Python-Dev] Python3: speed efficiency vs user friendliness (my first experience) Steven D'Aprano steve at pearwood.info Wed Mar 23 13:01:40 CET 2011 Previous message: [Python-Dev] Python3: speed efficiency vs user friendliness (my first experience) Next message: [Python-Dev] Python3: speed efficiency vs user friendliness (my first experience) Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Lennart Regebro wrote: > On Tue, Mar 22, 2011 at 22:12, Steven D'Aprano < steve at pearwood.info > wrot

https://note.nkmk.me/en/python-timeit-measure/

In Python, you can easily measure the execution time with the timeit module of the standard library. timeit — Measure execution time of small code snippets — Python 3.11.3 documentation This article

https://fuaran-ui.io/get-started/python

Author a Fuaran UI tree in Python with fuaran_py, encode it to canonical wire JSON, and open it in the playground

https://amanxai.com/2024/08/12/inflation-impact-analysis-with-python/

In this article, I'll take you through the task of Inflation impact analysis with Python. Inflation Impact Analysis with Python

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

https://docs.atlan.com/product/capabilities/build-apps/sdks/python/references/conventions

Reference documentation for code conventions and version requirements in the Atlan Python SDK (pyatlan

‹ Prev Next ›