Showing results 5681-5690 of >5,770 (page 569)
https://www.rathboma.com/2013/11/17/python-map-reduce-on-hadoop-a-beginners-tutorial.html

A step-by-step tutorial for writing your first map reduce with Python and Hadoop Streaming

https://docs.python.org/release/2.4.4/dist/pure-pkg.html

Previous: 7.1 Pure Python distribution Up: 7. Examples Next: 7.3 Single extension module 7.2 Pure Python distribution (by package) If you have more than a couple of modules to distribute, especially if they are in multiple packages, it's probably easier to specify whole packages rather than individual modules. This works even if your modules are not in a package; you can just tell the Distutils to process modules from the root package, and that works the same as any other package (except that you don't ha

https://twisted.org/pipermail/twisted-python/2009-November/053336.html

[Twisted-Python] Using a custom reactor in twisted trial for test cases? Andrew Francis andrewfr_ice at yahoo.com Mon Nov 2 10:27:37 MST 2009 Previous message (by thread): [Twisted-Python] Using a custom reactor in twisted trial for test cases? Next message (by thread): [Twisted-Python] Using a custom reactor in twisted trial for test cases? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Crispin: >OK. Having a closer look, its not that looping call doesn't work, its >that there is some unkno

https://git.catseye.tc/Unlikely/tree/support-python-3/

History of Unlikely (support-python-3) - git @ Cat's Eye Technologies git @ Cat's Eye Technologies Unlikely / support-python-3 support-python-3 develop-2026-1 master support-python-3 rel_1_0_2022_0329 rel_1_0_2014_0819 rel_1_0_2013_1014 rel_1_0_2012_0316 eg src tests .gitignore .hgignore .hgtags LICENSE README.markdown test.sh The Unlikely Programming Language Overview Unlikely is a programming language with the following traits: Unlikely conflates objects with continuations, and methods with labels. All cl

https://jvns.ca/blog/2014/08/12/what-happens-if-you-write-a-tcp-stack-in-python/

What happens if you write a TCP stack in Python

https://markaicode.com/python-string-reversal-methods-guide/

Master string reversal in Python with practical examples, performance comparisons, and real-world applications from actual development experience

https://reason.town/lstm-machine-learning-python/

LSTM machine learning is a powerful tool for predictive modeling. In this blog post, we'll show you how to use LSTM in Python to build a simple machine

https://www.187299.com/archives/1778

夜行人 寻觅生命中的那一片浅草...... 关于 夜行人 关于 Home MS Python python_ping.py python_ping.py 2011年01月3日 写评论 作者 夜行人 1、学习Python处理中文的方法 2、学习正则表达式 [python] #!D:\\Python27\\python #coding=gbk “””System : Windows 7″”” import subprocess import re import sys print “ping “+sys.argv[2]+”次 “+sys.argv[1] ##设置为unicode编码 p = re.compile(u'(\W\W = \d+ms)’) out = subprocess.Popen(“ping -n %d %s” % (int

https://www.linuxtut.com/en/afc3ee9a8942b41569bf/

Python, numpy, audio signal processing, beamforming

https://blog.finxter.com/replacements-for-switch-statement-in-python/

Skip to content Menu 🔴 YouTube 👑 Membership 👩‍🎓 Academy 📖 Books 🎲 Puzzles 🤎 User Stories What Our Users Say About Finxter Finxter Feedback from ~1000 Python Developers Video Reviews Course Review from Cristian Course Review from Adam Review by ChatGPT About Chris Start Here ⭐ Replacements For Switch Statement In Python? September 14, 2020September 12, 2020 by Shubham Sayon Summary: Since switch-case statements are not a part of Python, you can use one of the following methods to

‹ Prev Next ›