最近一直在学coursera上面web intelligence and big data这门课,上周五印度老师布置了一个家庭作业,要求写一个mapreduce程序,用python来实现。 具体描述如下: Programming Assignment for HW3 Homework 3 (Programming Assignment A) Download data files bundled as a .zip file from hw3data.zip Each file in this
What is dip? dip is an application development and integration framework for Python and PyQt. dip supports Python v3.x, v2.6 and v2.7. dip is suitable for writing large, complex applications, even those that need to integrate substantial amounts of
Google C++ Testing Framework ============================ http://code.google.com/p/googletest/ Overview -------- Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Windows CE, Symbian, etc). Based on the xU
Chapter 2 Magic coins example. magic_coins1.py Chapter 3 Favourite sports. favourite_sports.py Furniture placeholder. furniture_placeholder.py A list of lists. list_of_lists.py A letter from Malcolm Dithering dithering_letter.py Escaping quotes quot
pyunit-1.4.1 This directory contains simple example tests that demonstrate how to use PyUnit. In order for them to work correctly, the 'unittest' module ('unittest.py') must be in your Python module search path.
The Python code and supporting material, including example data files, are available as a single ZIP compressed archive. This must be uncompressed before use and will extract into a folder (directory) called "PythonForBiology", inside which the Pyth
Python英文教程三剑客 Programming Python, 4th Edition 即 Python3编程 第四版 Pro Python 3, 3rd Edition 即 高级Python3 The Python 3 Standard Library by Example 即 Python3标准库 举例说明
Python 写的一个文本文件转码
# ChangeFileEncoding
this is a cmdline program
```
Usage: ChangeFileEncoding
Such As: ChangeFileEncoding ./test.txt utf-8
```
example:
```
#! /bin/sh
for i in $(find -name "*.c");do ChangeFileEncoding $i utf-8;done
for i in $(f