Showing results 3421-3430 of >3,508 (page 343)
https://twisted.org/pipermail/twisted-python/2008-January/049028.html

# Fw: [Twisted-Python] Different behavior under Windows and Linux W K wlad.karyagin at mail.ru Wed Jan 2 05:18:51 MST 2008 - Previous message (by thread): [Twisted-Python] Different behavior under Windos and Linux - Next message (by thread): Fw: [Twisted-Python] Different behavior under Windows and Linux - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] -----Original Message----- From: W K < wlad.karyagin at mail.ru > To: twisted-python at twistedmatrix.com Date: Wed, 02 Jan 2008

https://idle.nprescott.com/2023/integration-testing-in-python.html

Integration Testing in Python 2023-03-18 A minimal setup for an endlessly configurable HTTP server for integration testing in Python. Also, opinions on integration testing. Please Stop Doing Integration Testing I get that for a lot of cases, usually involving legacy code, integration testing seems like the easier solution. However I just don't see the kind of value in most integration tests that would justify the amount of work spent developing and maintaining huge suites of heavy tests. Unit testing provid

https://mail.python.org/pipermail/python-3000/2007-April/006744.html

# [Python-3000] PEP to change how the main module is delineated Nick Coghlan ncoghlan at gmail.com Mon Apr 23 11:31:39 CEST 2007 - Previous message: [Python-3000] PEP to change how the main module is delineated - Next message: [Python-3000] PEP to change how the main module is delineated - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] Brett Cannon wrote: > This PEP is to change the ``if __name__ == "__main__": ...`` idiom to > ``if __name__ == sys.main: ...`` so that you at leas

https://www.javonet.com/guides/v2/python/exceptions/exceptions

This article provides an overview of working with exceptions from any runtime in Python application

https://www.itwriting.com/blog/tag/python

Skip to content Tim Anderson's IT Writing Search Primary Menu Gadget Writing Music Writing Search for: Tag Archives: python Top languages on Github: JavaScript reigns, Ruby and Python next January 9, 2012 onlyconnect I cloned a github repository today, and while browsing the site noticed the language stats : Git was originally developed for the Linux kernel and is mainly for the open source community. I was interested to see JavaScript, the language of HTML 5, riding so high. PHP, C and C++ are lower than I

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

‹ Prev Next ›