Showing results 5261-5270 of >5,346 (page 527)
https://www.javonet.com/guides/v2/python-package/getting-started/adding-references-to-libraries

This article provides information about adding references to Python package libraries in any language application

https://www.michelebologna.net/2015/fun-with-python-powered-telnetd-honeypot/

Building a Python Twisted telnetd honeypot to capture and analyze automated brute-force attacks: what the attackers type, and what the busybox ZORRO payload means

https://www.analyticsvidhya.com/blog/2019/02/outlier-detection-python-pyod/

PyOD is an awesome outlier detection library. In this article learn what is outlier and how to use PyOD library for outlier detection in Python

https://twisted.org/pipermail/twisted-python/2014-May/060769.html

[Twisted-Python] Some comments regarding #5190 - ``RFC 6125 ("Service Identity") implementation´´ Glyph glyph at twistedmatrix.com Sat May 3 13:49:15 MDT 2014 Previous message (by thread): [Twisted-Python] Some comments regarding #5190 - ``RFC 6125 ("Service Identity") implementation´´ Next message (by thread): [Twisted-Python] read the docs versions (was Re: adding endpoint plugins) Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On May 3, 2014, at 5:20 AM, exarkun at twistedmatrix.com

https://memotut.com/en/2e27ea86ace0462e9df0/

Python, statistics, meta-analysis

https://www.linuxtut.com/en/2e27ea86ace0462e9df0/

Python, statistics, meta-analysis

https://www.sitepoint.com/quick-tip-understanding-the-yield-keyword-in-python/

Abder-Rahman explores uses of "yield" in Python, such as resuming execution where a function exited, iterating over a sequence, and working with iterables

https://datakinds.github.io//2020/06/24/python-s-itertools-in-pure-raku

Python’s itertools package is the gold standard for working with iterable streams of data

https://mail.python.org/pipermail/python-dev/2013-October/129893.html

Sun Oct 27 04:44:11 CET 2013 On 27 October 2013 03:27, Nick Coghlan < ncoghlan at gmail.com > wrote: > On 26 October 2013 08:51, PJ Eby < pje at telecommunity.com > wrote: >> Mostly, this just seems like an ugly wart -- Python should be dynamic >> by default, and that includes reloading. While the import machinery >> has lots of ugly caching under the hood, a user-level function like >> reload() should not require you to do the equivalent of saying, "no, >> really... I want you to *really* reload, not just

https://leancrew.com/all-this/2010/08/random-sampling-with-python/

And now it’s all this I just said what I said and it was wrong Or was taken wrong Random sampling with Python August 10, 2010 at 7:50 AM by Dr. Drang I need to run some tests at work. This isn’t the kind of testing programmers do; I’m testing actual physical devices that will be pulled or crushed or heated to destruction. I have about 100 of the devices and need to get a random sample for testing. I decided to use Python to help me do the sampling. Define the devices The devices have already been

‹ Prev Next ›