Showing results 4421-4430 of >4,500 (page 443)
https://www.devopsness.com/blog/architecture-review-python-worker-queue-scaling-patterns

Python Worker Queue Scaling Patterns. Practical guidance for reliable, scalable platform operations

https://mail.python.org/pipermail/python-ideas/2009-April/003890.html

[Python-ideas] x=(yield from) confusion [was:Yet another alternative name for yield-from] Greg Ewing greg.ewing at canterbury.ac.nz Fri Apr 3 09:23:54 CEST 2009 Previous message: [Python-ideas] x=(yield from) confusion [was:Yet another alternative name for yield-from] Next message: [Python-ideas] x=(yield from) confusion [was:Yet another alternative name for yield-from] Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Jim Jewett wrote: > yield from *as an expression* only really makes sense if

https://blog.frankel.ch/python-magic-methods/1/

Java was the first language I used professionally and is the scale by which I measure other languages I learned afterward. It’s an OOP statically-typed language. Hence, Python feels a bit weird because of its dynamic typing approach. For example, Object offers methods equals(), hashCode(), and toString(). Because all other classes inherit from Object, directly or indirectly, all objects have these methods by definition

https://leancrew.com/all-this/2013/03/combining-python-and-applescript/

And now it’s all this I just said what I said and it was wrong Or was taken wrong Combining Python and AppleScript March 6, 2013 at 10:34 PM by Dr. Drang You may remember this post from last June , in which I had to rewrite a script that printed out the current iTunes track. The original script was written in Python and used Hamish Sanderson’s appscript library ; the replacement was written in AppleScript. I had to do the rewrite because an update to iTunes had broken the way appscript gets at an

https://eli.thegreenplace.net/2025/decorator-jits-python-as-a-dsl/

Toggle navigation Eli Bendersky's website Decorator JITs - Python as a DSL February 03, 2025 at 06:22 Tags Python , Compilation , Machine Learning Spend enough time looking at Python programs and packages for machine learning, and you'll notice that the "JIT decorator" pattern is pretty popular. For example, this JAX snippet: import jax.numpy as jnp import jax @jax.jit def add(a, b): return jnp.add(a, b) # Use "add" as a regular Python function ... = add(...) Or the Triton language for writing GPU kernels d

https://russellfinn.com/category/programming/python/

Press "Enter" to skip to content Russell Finn’s Blog Don't try to gaslight me. I know what I saw. open menu Search Category: Python OCPython, anyone? Published December 5, 2008 As dynamic scripting languages become more widely used, many developers are interested in using them to write “native” Mac OS X software, rather than having to learn Objective-C (which, of course, is a dynamic language in its own right). And in fact it is often possible to do so, using Apple’s BridgeSupport to generate the

https://bigl.es/tuesday-tooling-im-a-massive-faker-with-python/

# Tuesday Tooling: I'm a Massive Faker, With Python Need to make a lot of fake user data quickly? You need Faker. ## So What Is It? Faker, by Daniele Faraglia , is a Python module that generates fake data. Not for nefarious means, rather it is there to help you generate data to test your databases etc. ## Thanks Hat tip to Mike Driscoll for alerting me to this very handy module. Mike is a prolific Python educator who uses Twitter / X as a quick and digestible means to learn new Python techniques and mo

https://exchangetuts.com/sharing-a-complex-python-object-in-memory-between-separate-processes-1769021703401778

Sharing a complex python object in memory between separate processesI have a complex python object, of size ~36GB in memory

https://codinginfinite.com/implement-fp-growth-algorithm-in-python/

This article will discuss how to implement the fp growth algorithm in Python with all the steps for a real data

https://www.linuxtut.com/en/529ed53c154159124dbc/

Python, programming, matplotlib, Python3, Anaconda

‹ Prev Next ›