Showing results 5501-5510 of >5,583 (page 551)
https://twisted.org/pipermail/twisted-python/2009-November/053541.html

[Twisted-Python] Passing messages from HTTP Request to another factory or protocol exarkun at twistedmatrix.com exarkun at twistedmatrix.com Wed Nov 18 15:09:33 MST 2009 Previous message (by thread): [Twisted-Python] Passing messages from HTTP Request to another factory or protocol Next message (by thread): [Twisted-Python] long-polling channels with Twisted Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 09:46 pm, don at delphexonline.com wrote: >Here is what I have done so far... > >I ha

https://krowemoh.com/devlog/python-decorator-for-tcpdump.html

𝑓(n)⇒k Thursday | 13 AUG 2026 previous next 2025-11-11 Python Decorator for tcpdump This is a decorator to run tcpdump in the background while running a function. This way I can capture network traffic that my program is generating on the server. This was mostly an AI translation of my javascript decorator. import subprocess import time from functools import wraps def with_tcpdump(outfile='capture.pcap', iface='lo'): def decorator(fn): @wraps(fn) def wrapper(*args, **kwargs): cmd = [ "/usr/sbin/tcpdump

https://reason.town/disease-prediction-using-machine-learning-python/

In this blog post, we'll be looking at how to use machine learning to predict diseases. We'll be using the Python programming language to build our machine

https://lorentzen.ch/index.php/tag/python/

# Tag: Python Python programming lagnuage ## Tabular foundation models: simply a tool for impressing managers? ## Or are they really worth having a look at? Tabular data has had a comfortable life for years. Gradient boosting showed up, got very good at its job, and then quietly became the default answer to almost everything with rows and columns. In very recent years, a new player has arrived: the tabular foundation model or prior fitted neural network, and suddenly tabular data is sounding a lot less

http://littlecolumns.com/learn/python/lists-intermediate/

Python's Not (Just) For Unicorns An interactive introduction to programming in Python, for human beings and whoever else Lists Being lazy with lists Chapter 15 Even more lists All right, let’s talk about presidents! We’ve had, I don’t know, maybe 40-something presidents in the history of the US, but I’m only interested in the first few. presidents = ["Washington", "Adams", "Jefferson", "Madison", "Monroe"] This time I’m putting them in a variable immediately so that we don’t have to mess around

https://vsupalov.com/speed-up-python-docker-image-build/

Reduce the build time of your dockerized Python app with one small change

https://mail.python.org/pipermail/python-dev/2011-August/113095.html

Guido van Rossum guido at python.org Fri Aug 26 00:44:38 CEST 2011 On Wed, Aug 24, 2011 at 1:22 AM, Stephen J. Turnbull < turnbull at sk.tsukuba.ac.jp > wrote: > Well, no, it gives the right answer according to the design. unicode > objects do not contain character strings. By design, they contain > code point strings. Guido has made that absolutely clear on a number > of occasions. Actually, the situation is that in narrow builds, they contain code units (which may have surrogates); in wide builds they c

https://osric.com/chris/accidental-developer/2018/04/python-flask-and-virtualbox-networking/

Skip to content The Accidental Developer What if Gregor Samsa awoke a computer programmer? Menu and widgets Search for: Pages About Categories Accessibility Ansible authors AWS Best Practices ColdFusion CSS Debugging Docker Facebook Flash Games Git Google Javascript Monitoring MySQL Oracle perl php Powershell Process python Scala security seo Sharepoint Splunk SysAdmin Testing Tips & Tricks twitter Uncategorized User Interface Video wordpress Workstation xml Python Flask and VirtualBox networking I had been

https://towardsdatascience.com/exploring-powerpoint-ai-using-python-75f94d55f8f4/

Here's how to replicate the PowerPoint AI using Machine Learning and Python

https://midirus.com/zettle/python-dhall

Linked from - Rust iteration emits its own ; a thin top-rule on every-but-first sibling makes the boundary between contexts obvious (otherwise adjacent contexts read as one continuous block of prose). Within a single context, [&_p+p]:mt-2 spaces adjacent paragraphs. -->div+div]:border-t [&>div+div]:border-gray-200 dark:[&>div+div]:border-gray-700 [&>div+div]:pt-3 [&>div+div]:mt-3 [&_p]:m-0 [&_p+p]:mt-2 [&_pre]:overflow-x-auto [&_table]:overflow-x-auto'> python-dhall This work is licensed under CC BY-NC

‹ Prev Next ›