Showing results 2091-2100 of >2,178 (page 210)
https://www.literateprograms.org/insertion_sort__python__arrays_.html

Insertion sort (Python, arrays) From LiteratePrograms Jump to: navigation , search Other implementations: ACL2 | C | C, simple | Eiffel | Erlang | Forth | Haskell | Io | Java | Lisp | OCaml | Python | Python, arrays | Ruby | Scala, list | Smalltalk | Standard ML | Visual Basic .NET This is a simple example of the insertion sort sorting algorithm, using an array package to sort in-place. theory Insertion sort, like selection sort , works by maintaing the invariant that, given a division of the list into a pr

https://mail.python.org/pipermail/python-dev/2002-July/026156.html

[Python-Dev] Death to WITH_CYCLE_GC Tim Peters [email protected] Wed, 3 Jul 2002 14:39:59 -0400 Previous message: [Python-Dev] Death to WITH_CYCLE_GC Next message: [Python-Dev] Death to WITH_CYCLE_GC Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [Tim Peters] > but since we never test without it the ability to compile it out > isn't much of "a feature". [Martijn Faassen] > If the problem is you don't have time to test it, That's not a problem for me. In context, it was just one more reason why ke

https://mina86.com/2012/lazyproxy-in-python/

Lazy Proxy in Python — mina86.com Lazy Proxy in Python Posted by Michał ‘mina86’ Nazarewicz on 8th of July 2012 Share on Bluesky Paths of destiny lead mysterious ways. Not so long ago, I was a hard-core C hacker and now, I spend a lot of the time coding in Python. In somehow related news, I have discovered that my search-foo is not good enough, when I was unable to find a decent implementations of several design patterns in Python. What I needed was a generic proxy that would defer initialisation of

https://modpython.org/pipermail/mod_python/2004-November/016761.html

[mod_python] cookies and redirects John Aherne johna at johnaherne.co.uk Sat Nov 6 04:28:35 EST 2004 Previous message: [mod_python] cookies and redirects Next message: [mod_python] cookies and redirects Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] mike bayer wrote: >>John Aherne wrote: >>External redirect, particularly a 307 redirect for HTTP/1.1 clients, is >>generally the best way to handle changing a location in response to a >>request. Using a 307 means the client's back button works r

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

November 2009 Archives by date Messages sorted by: [ thread ] [ subject ] [ author ] More info on this list... Starting: Sat Oct 31 22:05:21 MDT 2009 Ending: Mon Nov 30 15:39:47 MST 2009 Messages: 270 [Twisted-Python] Weekly Bug Summary exarkun at twistedmatrix.com [Twisted-Python] PyObjC and Twisted command line script Jonathan Stoppani [Twisted-Python] PyObjC and Twisted command line script Ronald Oussoren [Twisted-Python] PyObjC and Twisted command line script Jonathan Stoppani [Twisted-Python] Retrying

https://dev.algorand.co/docs/algokit-subscriber/python/latest/

Subscribe to the Algorand blockchain with a simple, flexible Python library

http://www.h-i-r.net/search/label/python

# HiR Information Report: python Eight years ago, I wrote about building a honeypot army with Raspberry Pi, EC2, and Modern Honey Network . Back then, the Modern Honey Network (MHN) project was the gold standard for deploying a large fleet of honeypots, but it was already showing its age as Python 2 deprecation loomed. in 2020, some folks forked the work and got it running on Python 3, but haven't maintained it since. To the surprise of everyone who remembers me introducing the SecKC MHN effort and the stu

https://github.com/bitplane/example-python-project

Batteries included template for Python projects. Contribute to bitplane/example-python-project development by creating an account on GitHub

https://push.cx/an-academic-inconvenience-of-python

Skip to content An Academic Inconvenience of Python Published: ← 2007-11-08 → Category: ← Code → Sometimes Python’s roots in academia bug me. Lots of functions have a computer science feel instead of a software development feel. Here’s an example I just ran into: I wanted to fit as many sentences as possible from a long text into 255 characters. So I wrote: ` s = s[:255][:max(s.rindex(‘.’), s.rindex(‘!’), s.rindex(‘?’)) + 1] `{lang=”python”} This snippet chops it down to the 255

https://pythonprogramming.net/convolutional-neural-network-cnn-machine-learning-tutorial/?completed=%2Frnn-tensorflow-python-machine-learning-tutorial%2F

Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free

‹ Prev Next ›