代码搜索结果
找到约 11,834 项符合
Python 的代码
regression.py
"""Regression testing framework
This module will search for scripts in the same directory named
XYZtest.py. Each such script should be a test suite that tests a
module through PyUnit. (As of Python
urllister.py
"""Extract list of URLs in a web page
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__auth
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
python.c
/*
* $Id: python.c 567 2007-06-24 01:20:20Z elliotth $
*
* Copyright (c) 2000-2003, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General P
declipse.py
#!/usr/bin/python
"""
DEclipse.py by Bruce Eckel, for Thinking in Java 4e
Undoes the effect of Eclipse.py, so that Ant can be used
again to build the code tree.
You must have Python 2.3 insta
interac
#!/bin/bash
# Load the Python module vergleich.py in the working directory
# Paul Panserrieu
# last modified: 04-07-2007 10:39:05 PM CEST
BOX=`uname`
# your own path
PATH_LINUX=/home/peutetre/diplo
setup.py
#!/usr/bin/env python
#
# Package pyghmm
#
#
#
from distutils.core import setup, Extension
import os
# Adapted from Achim Gaedke's pygsl
def runtool(tool, argument_string):
""" Run tool with the
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
makefile
PYTHON = python$(PYTHON_VERSION)
PYTHON_VERSION = 2.4
TESTDB = storm_test
all:
@:
check:
@echo "* Creating $(TESTDB)"
@if psql -l | grep -q " $(TESTDB) "; then \
dropdb $(TESTDB) >/dev/null;
python.cpp
///////////////////////////////////////////////////////////////////////////
// File: python.cpp
// Version: 1.1.0.4
// Updated: 19-Jul-1998
//
// Copyright: Ferdinand Prantl, portions by