Showing results 1601-1610 of >1,683 (page 161)
https://mail.python.org/pipermail/python-ideas/2012-May/014972.html

# [Python-ideas] PEP 4XX: Adding sys.implementation Eric Snow ericsnowcurrently at gmail.com Tue May 1 04:50:24 CEST 2012 - Previous message: [Python-ideas] PEP 4XX: Adding sys.implementation - Next message: [Python-ideas] PEP 4XX: Adding sys.implementation - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] On Sat, Apr 28, 2012 at 7:39 PM, Victor Stinner < victor.stinner at gmail.com > wrote: >> I've written up a PEP for the sys.implementation idea. Feedback is welcome! > > Cool, i

https://opendev.org/jjb/python-jenkins/commits/commit/701382816cacd0c6c5513dc85ab4d00a18964ac8/search?q=author%3Assbarnea%40redhat.com

python-jenkins - Python API for managing jobs and nodes in a Jenkins CI instance

https://www.da.vidbuchanan.co.uk/blog/python-swar.html

# SIMD in Pure Python By David Buchanan (aka retr0id), 4th January 2024 First of all, this article is an exercise in recreational "because I can" programming. If you just want to make your Python code go fast, this is perhaps not the article for you. And perhaps Python is not the language you want, either! By the end, I'll explain how I implemented Game of Life in pure Python (plus pysdl2 for graphics output) running in 4K resolution at 180fps, which represents a ~3800x speedup over a naive implementatio

https://linux.die.net/man/3/lfc_python

The lfc module permits you to access the LFC client interface from python programs. The lfc module is a swig wrapping of the standard C interface. For

https://modpython.org/pipermail/mod_python/2005-January/017109.html

[mod_python] Cookie patch Gregory (Grisha) Trubetskoy grisha at modpython.org Fri Jan 14 13:02:26 EST 2005 Previous message: [mod_python] Re: Cookie patch Next message: [mod_python] Session initializatin failes - unsubscriptable object Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Just a sidenote on this cookie stuff - just because there is an RFC, doesn't mean there is a standard, I had to learn this the hard way. When making changes to the cookie code we need to make sure it actually work

https://patrick.cloke.us/posts/2023/02/24/python-str-collection-gotchas/

# Python str Collection Gotchas Published on Friday, February 24, 2023 Tags: python We have been slowly adding Python type hints [1] to Synapse and have made great progress (see some of our motivation ). Through this process we have learned a lot about Python and type hints. One bit that was unexpected is that many of the abstract base classes representing groups of str instances also match an individual str instance. This has resulted in more than one real bug for us [2] : a function which has parameter

https://twisted.org/pipermail/twisted-python/2008-February/049421.html

[Twisted-Python] Factory question Gabriel Rossetti mailing_lists at evotex.ch Thu Feb 28 07:42:00 MST 2008 Previous message (by thread): [Twisted-Python] Factory question Next message (by thread): [Twisted-Python] Factory question Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Drew Smathers wrote: > On Wed, Feb 27, 2008 at 3:32 AM, Gabriel Rossetti > < mailing_lists at evotex.ch > wrote: > >> Hello everyone, >> >> I have a small question, I have a service which needs to sometimes send >> dat

https://grew.fr/usage/python_2018/

Grew Graph Rewriting for NLP What's new Try Grew online Grew-match (Online Matching) Grew-web (Online Rewriting) Arborator-Grew Use Grew Install & Upgrade Command Line Interface ⭐ Grew Tutorial Python library ⭐ Grewpy Tutorial Documentation Graph Request • Clustering Command Rule • Rule Gallery GRS • GRS Gallery Rewriting Code repositories grewlib (Ocaml library) grew (CLI) More on github Funded by CPER LCHN ⚠️ DEPRECATED • Grew • Python library ⚠️ ⚠️ This library was released with

https://stackabuse.com/bucket-sort-in-python/

In this tutorial, we'll be diving into the theory and implementation of Bucket Sort in Python. We'll also be exploring its time complexity

http://xahlee.info/comp/python_syntax_design_indentation_vs_nesting.html

Why Python Sucks. Index Syntax: Python Indentation vs Nesting (2013) By Xah Lee. Date: 2013-11-12. Last updated: 2018-10-11. python indentation syntax is a pain in the ass python indentation syntax pain 2018-10-11 many programers, began to love Python's indentation after getting used to it. For example, there are several light-weight markup formats based on it invented recently, especially in the Ruby community. e.g. • HAML • YAML • Slim note that, indentation can be a isomorphic form of nested

‹ Prev Next ›