Showing results 4031-4040 of >4,116 (page 404)
https://getstream.io/chat/docs/python/event-object/

Chat Messaging Quick search...⌘K Ask AI Python UI Components React iOS Android React Native Flutter Angular Client Side SDKs React iOS Android React Native Flutter JavaScript Unity Unreal Server Side SDKs Node Python Ruby PHP Java .NET Go REST Quick Start Getting Started Backend Architecture & Benchmark Roadmap & Changelog Async / Await Overview Client Side Client-Side Overview Init and Users User Groups Channels Overview Archiving Channels Pinning Channels Muting Channels Hiding Channels Disabling

https://twisted.org/pipermail/twisted-python/2003-February/035251.html

Mon Feb 3 10:03:23 MST 2003 - Previous message (by thread): [Twisted-Python] twisted.internet.ssl woes - Next message (by thread): [Twisted-Python] twisted.internet.udp woes - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] Jp Calderone wrote on Mon, Feb 03 2003 (10:52:57 -0500): > Pretty close - the inheritance structure was not-quite-correct :) It > should be fixed now, thanks for the report and the ideas :) It works now, thanks a lot. However, you added ssl.Connection._closeSocke

https://www.linuxtut.com/en/4ea66c1bf6627eab2345/

Python, Python3

https://www.kdnuggets.com/2023/01/chatgpt-python-programming-assistant.html

Is ChatGPT useful for Python programmers, specifically those of us who use Python for data processing, data cleaning, and building machine learning models? Let's give it a try and find out

https://chen.do/python-like-docstrings-in-ruby/

Open Sidebar August 07, 2013 Python-like Docstrings in Ruby! About six months ago, I watched Peter Cooper's Ruby Trickshots and learnt that Ruby has an interesting syntax that allows you to concatenate strings by simply placing them after each other. For example: "foo" "bar" # => "foobar" I quickly realised that that meant that this was valid syntax: """foo""" # => "foo" Which meant that Python-like docstrings were syntactically valid in Ruby! I hacked up a bit of code that let you read out the docstring in

http://arctrix.com/nas/python/gc/

Garbage Collection for Python P: 'Ello, Miss? RC: What do you mean "miss"? P: I'm sorry, I have a cold. I wish to register a complaint! RC: We're closin' for lunch. P: Never mind that, my lad. I wish to complain about this object what I allocated not half an hour ago. RC: Oh yes, the, uh, the instance...What's,uh...What's wrong with it? P: I'll tell you what's wrong with it, my lad. 'E's dead, that's what's wrong with it! RC: No, no, 'e's uh,...he's referenced. --> Portable Garbage Collection Summary Refere

https://modpython.org/pipermail/mod_python/2005-May/018208.html

[mod_python] Submitting a form with unknown number of items Jason Lanquist jason at ruff.com Fri May 27 20:22:37 EDT 2005 Previous message: [mod_python] Re: Book on mod_python? Next message: [mod_python] Submitting a form with unknown number of items Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi there, I can handle form data when I know how many items are returned. I use a fixed number of parameters when someone signs up like: def form_submit1(req,uname,passwd,passwd2,email,city,st,zip,c

https://thrivemyway.com/arguments-and-parameters-in-python/

Python is a high-level, interpreted programming language used widely for web development, data analysis, artificial intelligence, and scientific computing

https://mail.python.org/pipermail/python-dev/2017-December/151271.html

# [Python-Dev] Accepting PEP 560 -- Core support for typing module and generic types Serhiy Storchaka storchaka at gmail.com Fri Dec 15 03:03:32 EST 2017 - Previous message (by thread): [Python-Dev] Accepting PEP 560 -- Core support for typing module and generic types - Next message (by thread): [Python-Dev] Accepting PEP 562 -- Module __getattr__ and __dir__ - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] 15.12.17 02:33, Antoine Pitrou пише: > On Thu, 14 Dec 2017 16:03:48 -0800

https://code.activestate.com/recipes/578148-simple-back-propagation-neural-network-in-python-s/

# Simple Back-propagation Neural Network in Python source code (Python recipe) by David Adler ActiveState Code (http://code.activestate.com/recipes/578148/) This is a slightly different version of this http://arctrix.com/nas/python/bpnn.py Python, 162 lines 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 8

‹ Prev Next ›