Showing results 3051-3060 of >3,143 (page 306)
https://modpython.org/pipermail/mod_python/2004-March/015100.html

[mod_python] Connection Handler in a virtual host Miikka Miettinen mmmietti at cs.Helsinki.FI Mon Mar 1 21:35:16 EST 2004 Previous message: [mod_python] Connection Handler in a virtual host Next message: [mod_python] Connection Handler in a virtual host Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > > I'm trying to set up two name based virtual hosts, one of which would use > > the mod_python connection handler. > > NameBased virtual hosts are based on the Host: header of the HTTP > protoc

https://docs.python.org/release/2.5.2/lib/module-pickle.html

# 13.1 pickle -- Python object serialization The pickle module implements a fundamental, but powerful algorithm for serializing and de-serializing a Python object structure. ``Pickling'' is the process whereby a Python object hierarchy is converted into a byte stream, and ``unpickling'' is the inverse operation, whereby a byte stream is converted back into an object hierarchy. Pickling (and unpickling) is alternatively known as ``serialization'', ``marshalling,'' 13.1 or ``flattening'', however, to avoid c

https://www.packetcoders.io/python-creational-design-patterns/

Python Python - Creational Design Patterns Rick Donato Apr 22, 2019 6 min read Introduction Design patterns offer solutions to common software design problems. When it comes to OOP (object-oriented programming), design patterns are more focused on solving the problems of object generation and interaction, rather than the larger scale problems of overall software architecture. [1] Gang of Four In 1994, four authors -- Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides (pictured below) -- also known

https://linuxtut.com/en/3370f8819880bbe017b9/

Python, comprehension

https://josef.codes/aws-lambda-python-with-pip-packages/

How to run a AWS Lambda function written in Python with PIP packages

https://exchangetuts.com/debugging-a-python-import-failure-modulenotfounderror-1769262302896980

Debugging a Python import failure (ModuleNotFoundError)Short: I have been trying to debug a ModuleNotFoundError that is occuring in one of

https://twisted.org/pipermail/twisted-python/2007-March/047548.html

[Twisted-Python] using stdio with Twisted Neurophyre listbox at evernex.com Tue Mar 20 14:31:19 MDT 2007 Previous message (by thread): [Twisted-Python] using stdio with Twisted Next message (by thread): [Twisted-Python] Inheriting t.a.service.Service and super Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Mar 20, 2007, at 12:43 PM, Jean-Paul Calderone wrote: > > Well, it is also a protocol implementation for something like > VT102. A lot > of the tests bypass the byte-level stuff because

https://www.flightcontrol.dev/docs/getting-started/python/venv-custom-commands

Guide to using Python's venv with Nixpacks. Add 'python -m venv /opt/venv && . /opt/venv/bin/activate &&' for custom commands

https://linuxconfig.org/python-for-loops

Master Python for loops with this detailed guide on iteration and data manipulation, including examples and techniques for lists

https://docs.oss-monitoring.radicalbit.ai/next/sdk/python-sdk

In this document are exposed all classes implemented inside the Python SDK

‹ Prev Next ›