Showing results 3431-3440 of >3,518 (page 344)
https://modpython.org/pipermail/mod_python/2004-May/015599.html

[mod_python] BUG: local_ip in connobject.c is wrong. The Doctor What list.mod_python at docwhat.gerf.org Thu May 13 23:35:14 EDT 2004 Previous message: [mod_python] Problem with mapping URIs to filesystem/Python modules Next message: [mod_python] Reading headers that were sent by the client Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] From line 261 in connobject.c: {"local_ip", T_STRING, OFF(remote_ip), RO}, {"local_host", T_STRING, OFF(remote_host), RO}, Shouldn't the value in OFF() be lo

https://getstream.io/moderation/docs/python/engines/ai-llm-text/

Moderation Quick search...⌘K Ask AI Python Server Side SDKs Node Python Ruby PHP Java .NET Go REST Getting Started Integrations Configuration Content Moderation Moderation Engines Guides Build a Moderation Dashboard Frequently Asked Questions Platform Circumvention Prevention Bounce Actions Moderate Usernames & Images Mask Sensitive Content Bypass Moderation Client Configuration Platform docsAuth, users, webhooks & more Moderation / Docs / Python / AI Text (LLM) AI Text (LLM) This engine harnesses the

https://de.leapcell.io/blog/verstaendnis-der-python-replace-methode-fuer-stringmanipulation

Grundlegende Verwendung und Verhalten der Python `replace()`-Methode

https://www.hillelwayne.com/post/python-doctests/

Doctests are one of the most fascinating things in Python. Not necessarily because it’s particularly elegant or useful, but because it’s unique: I haven’t found another language that has a similar kind of feature. Here’s how it works. Imagine I was writing an adder: defadd(a,b): return a + b There’s two kinds of ways we can test it. The first is with unit tests, which everybody’s already used to. In pytest, that’d just be something like assert add(1,2) == 3

https://blag.nullteilerfrei.de/2021/06/20/prettier-struct-definitions-for-python-ctypes/

Toggle navigation nullteilerfrei Search Prettier Struct Definitions for Python CTypes rattle code , technology 2021-06-20 I was writing some Python code that uses [ctypes][] for interfacing with the [Windows ToolHelp API](https://docs.microsoft.com/en-us/windows/win32/api/_toolhelp/). Specifically, I had to [define a Python equivalent][structs] for the [PROCESSENTRY32](https://docs.microsoft.com/en-us/windows/win32/api/tlhelp32/ns-tlhelp32-processentry32) struct. Now, the [ctypes][] [struct definitions][str

https://twisted.org/pipermail/twisted-python/2005-September/043815.html

[Twisted-Python] Re: Disabling PB (de)serialization Nicola Larosa nico at tekNico.net Sat Sep 3 14:51:02 MDT 2005 Previous message (by thread): [Twisted-Python] Re: Disabling PB (de)serialization Next message (by thread): [Twisted-Python] Re: Disabling PB (de)serialization Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] >> if you don't want to go as low level as to rewrite a custom serialization >> protocol for pb, why don't you use two channels, like in good old ftp? >> One for control, and

https://wp.keploy.io/tag/enumerate-vs-rangelen-python/

Skip to content Keploy Blog Tag: enumerate-vs-rangelen-python What Does Enumerate Mean in Python When you use loops in Python, there are a lot of times when you don’t just want the item from a list, you also want to know where that item is in the list. For example, going through a list of names and needing to show their position, like “1. Alice”, “2. Bob”, and so… Jun 20, 2025 — by Animesh Pathak in community Keploy Blog About Privacy Social Designed with WordPress

https://jacksontwo.com/exploring-python-tableau

This month I've been taking a night class at Galvanize aimed at being an introductory to Python and Data Science. It's a 4 night/week boot camp with a mix of lecture and hands-on assignments. My primary interest with the course was the data science component, but I also felt extremely strong about the necessity to

https://mail.python.org/pipermail/python-dev/2017-June/148179.html

Thu Jun 1 17:08:59 EDT 2017 If you create an issue at github.com/python/peps and assign it to me I will get to it someday. :) On Thu, 1 Jun 2017 at 00:19 Victor Stinner < victor.stinner at gmail.com > wrote: > 2017-05-31 19:27 GMT+02:00 Guido van Rossum < guido at python.org >: > > I interpret the PEP (...) > > Right, the phrasing requires to "interpret" it :-) > > > (...) as saying that you should use braces everywhere but not > > to add them in code that you're not modifying otherwise. (I.e. don't go > o

https://www.annathepiper.org/tag/python/

Skip to content annathepiper.org Where Anna the Piper geeks out Menu Blog Music Great Big Sea Blog Posts Quebecois Music Blog Posts Other Sites Tag: python Posted on May 6, 2019 Page Object Model testing In the ongoing process of doing my code work on my Github, I came across an idea that I’d actually encountered before. But it was one for which I’d never previously had an identifying term, and I was excited to learn about this. Namely, Page Object Model testing. (Not to be confused with Project Object

‹ Prev Next ›