代码搜索结果
找到约 11,834 项符合
Python 的代码
repository
ogreaddons/pyogre/python/ogre
repository
ogreaddons/pyogre/python
image.py
#!/usr/bin/python
# $Id: image.py,v 1.10.2.2 2003/12/17 15:38:01 tm Exp $
#
# PDFlib client: image example in Python
#
from sys import *
from pdflib_py import *
imagefile = "nesrin.jpg"
hello.py
#!/usr/bin/python
# $Id: hello.py,v 1.11.2.2 2003/12/17 15:38:01 tm Exp $
#
# PDFlib client: hello example in Python
#
from sys import *
from pdflib_py import *
# create a new PDFlib object
module_head
#include "Python.h"
static PyObject *ErrorObject;
/* ----------------------------------------------------- */
readme
This directory contains a browser written in Python for "Info files"
as used by the Emacs documentation system. The browser requires that
Python is built with the "stdwin" option and runs under X11 o
ib
: ${ARCH}=`arch`
exec /ufs/guido/bin/$ARCH/python ib.py ${1+"$@"}
readme
These demos run only on SGI machines and require the 'gl' built-in module.
The demonstrate the abilities of SGI's GL library as well as the ease of
GL programming in Python. Most demos require the Z-
names.py
import sys
# My home directory/
GUIDO = '/ufs/guido/'
# Hack sys.path so AL can be found
LIB = GUIDO + 'lib/python'
if LIB not in sys.path: sys.path.insert(0, LIB)
# Python binary to be used on rem
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