Graphene framework for Python
[mod_python] CAPCHA Deron Meranda deron.meranda at gmail.com Tue Jul 11 11:15:55 EDT 2006 Previous message: [mod_python] CAPCHA Next message: [mod_python] mod_python upload meter / progressbar? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] There was a thread on captchas not too long ago. http://www.modpython.org/pipermail/mod_python/2006-June/021450.html On 7/11/06, marinus van aswegen < mvanaswegen at gmail.com > wrote: > I'm working on a CAPCHA module. The plan is to save the password to
Posts about Python written by pgfeldman
A Python iterator is a sort of sequence that, unlike a list, computes each subsequent value only as it is needed rather than computing the entire list all at once. In simple cases, Haskell’s list type ([]) fulfills a similar role. This series compares Python iterators to Haskell’s list datatype, taking a deep dive into the ‘itertools’ library and the corresponding functions in the Haskell standard library
A Python generator is a function that produces a sequence of results. It works by maintaining its local state, so that the function can resume again exactly wh
# [python-committers] Transfer of power Brett Cannon brett at python.org Thu Jul 12 14:50:44 EDT 2018 - Previous message (by thread): [python-committers] Transfer of power - Next message (by thread): [python-committers] Transfer of power - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] On Thu, 12 Jul 2018 at 11:28 Antoine Pitrou < antoine at python.org > wrote: > > Le 12/07/2018 à 20:22, Doug Hellmann a écrit : > > Excerpts from Brett Cannon's message of 2018-07-12 11:11:49 -0700
Posts about Python written by Federico Ramirez, Simon Brown, Beezwax Team, and Nat Robinson
Posts tagged with python in Leetao
Bruno Verachten Articles regarding my daily work and my tinkering at home Bruno Verachten cd ~ ls posts/* grep -o tags posts/* | sort -u ls categories/ © 2015 - 2026 Bruno Verachten Python 2026-03-10 Building a Python Wheel Factory for RISC-V 2026-03-11 First Words: LLM Inference on RISC-V 2026-03-11 The Dependency Rabbit Hole: Why 25 RISC-V Python Wheels Weren’t Enough
python-Motivation Driven Development