Showing results 3111-3120 of >3,193 (page 312)
https://mail.python.org/pipermail/python-dev/2012-May/119642.html

[Python-Dev] PEP 420 - dynamic path computation is missing rationale PJ Eby pje at telecommunity.com Thu May 24 02:58:53 CEST 2012 Previous message: [Python-Dev] PEP 420 - dynamic path computation is missing rationale Next message: [Python-Dev] PEP 420 - dynamic path computation is missing rationale Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Wed, May 23, 2012 at 8:24 PM, Eric V. Smith < eric at trueblade.com > wrote: > I tried this approach and it works fine. The only caveat is that i

https://monkey.org/~marius/pattern-matching-in-python.html

# Pattern matching in Python Marius Eriksen ( [email protected] ) 11 May 2009 One of my favorite things about various functional programming languages is pattern matching. It often allows for very succinct and elegant declarative expressions, and in the dynamic variants it allows for easy in-line lightweight type checking. So, naturally I wanted the same in Python, the programming language we use at work. Pattern matching is most powerful when it enjoys first-class support in a language. In addition to

https://twisted.org/pipermail/twisted-python/2003-February/035256.html

# [Twisted-Python] Fw: Re: Zope and Twisted Wed Feb 5 09:58:54 MST 2003 - Previous message (by thread): [Twisted-Python] Fw: Zope and Twisted - Next message (by thread): [Twisted-Python] Fw: Re: Zope and Twisted - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] This was my reply. ----------------------------------------------------- Begin forwarded message: Date: Tue, 4 Feb 2003 16:46:40 -0500 From: Itamar Shtull-Trauring < itamar at zoteca.com > To: "Pierre Johnson" Subject: Re: Z

https://judoscale.com/blog/scaling-python-task-queues

Task queues are a great way to offload work to the background but scaling Python task queues is tricky. Learn how you can keep your task queues chugging along

https://modpython.org/pipermail/mod_python/2004-October/016581.html

[mod_python] Forcing a confirmation page after authentication Thomas Andrews tandrews at grok.co.za Wed Oct 6 20:53:19 EDT 2004 Previous message: [mod_python] Processing Apache Logs Next message: [mod_python] Forcing a confirmation page after authentication Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I'm sorry if this is a totally obvious one - I'm new to Apache & mod_python. How do I make a page come up *every* time a visitor has been authenticated, irrespective of what page they request

https://blog.gcos.me/post/2017-10-20_why-stream-switched-python-to-go/

原文:Strem: Why we switched from Python to Go

https://cratecode.com/info/python-turtle-library

A comprehensive guide on how to utilize Python's Turtle Graphics library for creating fascinating shapes and designs

https://www.skybert.net/python/mocking-classes-and-overriding-methods-in-python/

🏠 → python :: # python # testing :: ✏️ 2018-11-07 # Mocking classes and overriding methods in Python I have this class Waterfall: class Waterfall: def height_in_feet(self): return requests.get("https://nicaragua.waterfall.com/height").content It's making web service calls to Nicaragua all the time, requiring me to be online whenever I run my tests: import unittest class ExploringMocking(unittest.TestCase): def test_using_the_real_class(self): waterfall = Waterfall() assert waterfall.height_in_feet

https://gitlab.xfce.org/bindings/thunarx-python/-/commit/797226e3c69feb248dd20eac2f4b6265a0c191c2

Thunarx Python Bindings

https://datadriven.io/data-engineer-interview-prep/python-round

Python appears in 65% of data engineer interviews. Real coding questions, vanilla-Python solutions, and the pandas traps that sink candidates

‹ Prev Next ›