Showing results 3171-3180 of >3,255 (page 318)
https://mail.python.org/pipermail/python-dev/2013-November/130644.html

[Python-Dev] PEP process entry point and ill fated initiatives Steven D'Aprano steve at pearwood.info Sat Nov 30 00:00:59 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 Fri, Nov 29, 2013 at 03:25:14PM +0000, Kristján Valur Jónsson wrote about the PEP process: > > > How about acknowledging that these waters are dark and

https://twisted.org/pipermail/twisted-python/2008-July/subject.html

July 2008 Archives by subject Messages sorted by: [ thread ] [ author ] [ date ] More info on this list... Starting: Tue Jul 1 05:06:21 MDT 2008 Ending: Thu Jul 31 18:10:24 MDT 2008 Messages: 167 [Twisted-Python] "Failure: exceptions.TypeError: exceptions must be classes, instances, or strings..." Jonathan Lange [Twisted-Python] "Failure: exceptions.TypeError: exceptions must be classes, instances, or strings..." Don Dwiggins [Twisted-Python] Re: "Failure: exceptions.TypeError: exceptions must be classes, i

https://www.systemverilog.io/python/lists-and-dicts/

Comparing the two main python data structures with SystemVerilog queues and associative arrays

http://www.laurentluce.com/posts/python-deque-implementation/

Home Python deque implementation 0 Laurent Luce written 6 years ago Python deque is a double-ended queue. You can append to both ends and pop from both ends. The complexity of those operations amortizes to constant time. We are going to look at the Python 3 internal implementation of deques. It uses a linked list of blocks of 64 pointers to objects. This reduces memory overhead since there are fewer previous and next links. Let’s create an empty deque and see what happens. >>> import collections >>> d

https://github.com/nkmk/python-snippets/blob/de3f7c055369f4960845be1b13a7bb0f4c218f52/notebook/numpy_abs_absolute_fabs.py

Contribute to nkmk/python-snippets development by creating an account on GitHub

https://python-sdk-docs.kili-technology.com/26.2/sdk/tutorials/import_labels_from_shapefiles/

Kili Python SDK

https://modpython.org/pipermail/mod_python/2006-August/021867.html

[mod_python] How isolate class attributes across requests? Graham Dumpleton grahamd at dscpl.com.au Fri Aug 18 04:37:58 EDT 2006 Previous message: [mod_python] How isolate class attributes across requests? Next message: [mod_python] How isolate class attributes across requests? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 18/08/2006, at 8:07 PM, Norman Tindall wrote: > Hello, > As i understand mod_python one interpreter per site > default policy, if i import somemodule > and then change

https://just-taking-a-ride.com/inside_python_dict/chapter2.html

Inside python dict — an explorable explanation JavaScript code is loading... 1 Searching efficiently in a list 2 Why are hash tables called hash tables? 3 Putting it all together to make an "almost"-python-dict 4 How python dict *really* works internally Chapter 2. Why are hash tables called hash tables? Now that we have the solution for searching in a list of numbers, can we use it for non-integer objects? We can if we find a way to turn objects into numbers for indexing. We don't need a perfect one-to

https://docs.ctags.io/en/latest/man/ctags-lang-python.7.html

Navigation ctags-lang-python ¶ Random notes about tagging python source code with Universal Ctags Version: 6.2.0 Manual group: Universal Ctags Manual section: 7 SYNOPSIS ¶ ctags … --languages=+Python … ctags … --language-force=Python … ctags … --map-Python=+.py … DESCRIPTION ¶ This man page gathers random notes about tagging python source code. TAGGING import STATEMENTS ¶ Summary ¶ import X name kind role other noticeable fields X module imported N/A import X as Y name kind role other

https://curatedsql.com/2026/02/13/the-downsides-of-python/

Press "Enter" to skip to content Curated SQL A Fine Slice Of SQL Server open menu Search About The Downsides of Python Published 2026-02-13 by Kevin Feasel Andy Brown writes a companion piece : Four years ago I wrote a blog on this site explaining why Python is better than C# and, arguably, most other programming languages. To redress the balance, here are 10 reasons why you might want to avoid getting caught up in Python’s oh-so-tempting coils – particularly when building large, long-lived systems. If

‹ Prev Next ›