Showing results 2101-2110 of >2,187 (page 211)
http://www.h-i-r.net/search/label/python

# HiR Information Report: python Eight years ago, I wrote about building a honeypot army with Raspberry Pi, EC2, and Modern Honey Network . Back then, the Modern Honey Network (MHN) project was the gold standard for deploying a large fleet of honeypots, but it was already showing its age as Python 2 deprecation loomed. in 2020, some folks forked the work and got it running on Python 3, but haven't maintained it since. To the surprise of everyone who remembers me introducing the SecKC MHN effort and the stu

https://github.com/bitplane/example-python-project

Batteries included template for Python projects. Contribute to bitplane/example-python-project development by creating an account on GitHub

https://mail.python.org/pipermail/python-dev/2002-July/026148.html

[Python-Dev] Death to WITH_CYCLE_GC Tim Peters [email protected] Wed, 3 Jul 2002 12:56:17 -0400 Previous message: [Python-Dev] Death to WITH_CYCLE_GC Next message: [Python-Dev] Death to WITH_CYCLE_GC Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [M.-A. Lemburg] > Hmm, isn't the idea of having compile time options to give > people a chance to eliminate the feature altogether ? That may be idea for some symbols; e.g., I suppose HAVE_UNICODE is of that nature, although PythonLabs never tests with t

https://modpython.org/pipermail/mod_python/2004-May/015530.html

[mod_python] upload file, add action? Oliver Graf ograf at rz-online.net Fri May 7 13:25:18 EST 2004 Previous message: [mod_python] upload file, add action? Next message: [mod_python] Newbie problem Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Fri, May 07, 2004 at 06:30:06AM -0400, John Mudd wrote: > Here's an example of posts that I'm finding that say it's necessary to > add an action in the HTML and add a function in the python script to > read the file. Is it necessary to specify an

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

[Twisted-Python] Strange twistd behaviour Jarek Zgoda jarek.zgoda at sensisoft.com Mon Mar 12 08:41:04 MDT 2007 Previous message (by thread): [Twisted-Python] Couple of conch bug-fixes Next message (by thread): [Twisted-Python] Strange twistd behaviour Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I have an application ran as a twistd plugin. It spawns a "worker thread" that gets objects from Queue.Queue and runs in a "while 1: " loop. The problem I got is that when I run the application wi

https://push.cx/an-academic-inconvenience-of-python

Skip to content An Academic Inconvenience of Python Published: ← 2007-11-08 → Category: ← Code → Sometimes Python’s roots in academia bug me. Lots of functions have a computer science feel instead of a software development feel. Here’s an example I just ran into: I wanted to fit as many sentences as possible from a long text into 255 characters. So I wrote: ` s = s[:255][:max(s.rindex(‘.’), s.rindex(‘!’), s.rindex(‘?’)) + 1] `{lang=”python”} This snippet chops it down to the 255

https://pythonprogramming.net/convolutional-neural-network-cnn-machine-learning-tutorial/?completed=%2Frnn-tensorflow-python-machine-learning-tutorial%2F

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

http://xahlee.info/comp/python_syntax_design_indentation_vs_nesting.html

# Syntax: Python Indentation vs Nesting (2013) python indentation syntax is a pain in the ass python indentation syntax pain 2018-10-11 many programers, began to love Python's indentation after getting used to it. For example, there are several light-weight markup formats based on it invented recently, especially in the Ruby community. e.g. • HAML • YAML • Slim note that, indentation can be a isomorphic form of nested brackets such as lisp, or nested syntax such as XML. [see Nested Syntax: XML vs LISP

https://locutus.io/python/statistics/correlation/

Here's what our current TypeScript equivalent to Python's statistics.correlation looks like

https://www.machunjie.com/tag/python

马春杰杰 马春杰杰博客 致力于深度学习经验分享!   Linux相关 网站建设 生活娱乐 工具箱    共 74 篇文章 标签:python 好用的Dockerfile模板 下面是一个我目前用起来比较好的Dockerfile模板,后续其他项目可以在这个基础上比较快速的创建。 在此备份一下。 [crayon-6a575e9bc7e71396362843/] 使用的时候也非常简单,比如最简单的一个flask项目: ... 赞(2) 马春杰杰 2026-02-22 Linux

‹ Prev Next ›