Showing results 2371-2380 of >2,443 (page 238)
https://mail.python.org/pipermail/python-dev/2018-July/154373.html

[Python-Dev] Comparing PEP 576 and PEP 580 INADA Naoki songofacandy at gmail.com Thu Jul 5 07:32:20 EDT 2018 Previous message (by thread): [Python-Dev] Comparing PEP 576 and PEP 580 Next message (by thread): [Python-Dev] Comparing PEP 576 and PEP 580 Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Thu, Jul 5, 2018 at 6:31 PM Jeroen Demeyer < J.Demeyer at ugent.be > wrote: > > On 2018-07-05 05:41, INADA Naoki wrote: > > And stabilizing calling convention is prerequirements of designing new

https://refactoring.guru/ja/design-patterns/chain-of-responsibility/python/example

Chain of Responsibility を Python で。詳細コメントと説明付き Python のコード例Chain of Responsibility は、振る舞いに関するデザインパターンの一つで、潜在的なハンドラーの連鎖の上を、ハンドラーのどれかが処理するまで、リクエストを回していきます

https://developers.cloudflare.com/workers/languages/python/

Write Workers in 100% Python

https://modpython.org/pipermail/mod_python/2004-May/015490.html

[mod_python] General performance of the different handlers SAiello at Jentoo.com SAiello at Jentoo.com Tue May 4 10:30:41 EST 2004 Previous message: [mod_python] import module behaviour ?! Next message: [mod_python] General performance of the different handlers Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hello All, I am trying to write a Web Email IMAP client using mod_python. Currently I have email box navigation and email listing working. I am using mod_python publisher. At this point I

https://www.hillelwayne.com/post/python-abc/

Let's make the CPython team regret adding pattern matching to Python

https://docs.temporal.io/develop/python/workflows/basics

This section explains Workflow Basics with the Python SDK

https://twisted.org/pipermail/twisted-python/2009-November/053459.html

[Twisted-Python] Amount of concurrent connections vitaly at synapticvision.com vitaly at synapticvision.com Thu Nov 12 10:47:29 MST 2009 Previous message (by thread): [Twisted-Python] Thrift/Twisted reconnecting client .. code review? Next message (by thread): [Twisted-Python] Amount of concurrent connections Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] hi, what would be expected amount(+-) of concurrent connections for twisted reactor if single request to gateway eq 1Kb and response back

http://www.oilshell.org/blog/snapshots/2017-04/lcov-report/Python/Python-ast.c.gcov.html

Line data Source code 1 : /* File automatically generated by Parser/asdl_c.py. */ 2 : 3 : 4 : /* 5 : __version__ 82160. 6 : 7 : This module must be committed separately after each AST grammar change; 8 : The __version__ number is set to the revision number of the commit 9 : containing the grammar change. 10 : */ 11 : 12 : #include "Python.h" 13 : #include "Python-ast.h" 14 : 15 : static PyTypeObject AST_type; 16 : static PyTypeObject *mod_type; 17 : static PyObject* ast2obj_mod(void*); 18 : static PyTypeObj

https://note.nkmk.me/python-pathlib-name-suffix-parent/

Pythonのpathlibモジュールを使ってパスからファイル名(basename)や拡張子、親ディレクトリ(フォルダ)などを取得する方法を説明する。 pathlib --- オブジェクト指向のファイルシステムパス — Python 3.12.0 ド

https://www.c-sharpcorner.com/article/what-is-duck-typing-in-python/

Duck typing is an important idea in Python that makes the language flexible and easy to use. Instead of checking what type an object is, Python checks what the object can do. This article explains duck typing in simple words, how it works, its benefits, possible problems, and examples from real Python code

‹ Prev Next ›