Showing results 1461-1470 of >1,548 (page 147)
https://mail.python.org/pipermail/python-dev/2018-May/153772.html

Donald Stufft donald at stufft.io Thu May 31 22:49:43 EDT 2018 - Previous message (by thread): [Python-Dev] Withdraw PEP 546? Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7 - Next message (by thread): [Python-Dev] Forward of moderated message - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] > On May 31, 2018, at 10:22 AM, Nick Coghlan < ncoghlan at gmail.com > wrote: > > On 31 May 2018 at 19:34, Nathaniel Smith < njs at pobox.com <mailto: njs at pobox.com >> wrote: > On We

https://codingnetworker.com/categories/python-script-examples/

Coding Networker Blog Experiences, Projects and Thought's from yet another Coding Networker Menu Python Script Examples Some random python scripts that I’ve created during my learning trail. These scripts focuses primarily on use-cases for Network Engineers. All examples are available on the python script examples GitHub repository . Reliable Config Generation with Python 2018-07-02 Generating configuration files is quite simple, but how to ensure that the result of a configuration template is useful

https://pythonprogramming.net/sql-database-python-part-1-inserting-database/

Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free

https://modpython.org/pipermail/mod_python/2004-November/016727.html

[mod_python] servlets and cookies John Aherne johna at johnaherne.co.uk Mon Nov 1 16:12:56 EST 2004 Previous message: [mod_python] ImportError: No module named _apache Next message: [mod_python] servlets and cookies Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi all, I am hoping someone can tell me what I am doing wrong. with setting cookies in the following code snippet. I am using the mps servlet classes for calling scripts but for the cookies I use the mod_python cookie class I have a

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

[Twisted-Python] jelly tracebacks Brian Warner warner at lothar.com Sat Sep 24 18:43:59 MDT 2005 Previous message (by thread): [Twisted-Python] jelly tracebacks Next message (by thread): [Twisted-Python] application shutdown and control-C Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > I just had a grueling experience debugging some > unjellying problem. I wonder, why not make jelly > tracebacks more useful by adding the details of the PB > message that gave rise to them (i.e. which method

https://boredzo.org/blog/archives/category/programming/python

Idle Time The personal weblog of Peter Hosey. All posts written by me with my own mind and hands—no “AI” used in the writing of this blog. Archive for the 'Python' Category A language-contrast exercise Sunday, March 31st, 2013 Python’s str type has a translate method that, given a second string representing a translation table, returns a new string in which characters in the first string are looked up at their ordinal positions in the translation table and replaced with the characters found at those

https://emptysqua.re/blog/python-increment-is-weird/

Image: William Warby on Flickr Here's a Python gotcha I've hit often enough to merit a blog post: x += 1 is weird in Python. It's compiled roughly like x = x + 1, with two surprising consequences. One is this familiar pitfall: &gt;&gt;&gt; x = 0

http://beginnershadoop.com/tag/python/

Skip to content Beginner's Hadoop --> Search for: AI Deep Learning AI Deep Learning Search for: Beginner's Hadoop A Learner's Platform AI Deep Learning Tagged: python June 19, 2016 by beginnershadoop · Published June 19, 2016 · Last modified November 18, 2018 Missing Imputation in python Imputation: In statistics, imputation is the process of replacing missing data with substituted values. When substituting for a data point, it is known as “unit imputation”; when substituting... Follow: Recent Posts

https://www.technovelty.org/category/python.html

technovelty Investigating the Python bound method Tue 06 March 2012 You work with Python for a while and you'll become familiar with printing a method and getting <bound method Foo.function of <__main__.Foo instance at 0xb736960c>> I think there is room for one more explanation on the internet, since I've never seen it diagrammed out (maybe for good reason!). In the above diagram on the left, we have the fairly simple conceptual model of a class with a function. One naturally tends to think of the function

https://docs.coreflux.org/latest/lot-language/actions/python-integration

Extend LoT actions with Python functions for complex calculations and data processing

‹ Prev Next ›