public marks

PUBLIC MARKS from YukuanMark with tag python

August 2006

Jython

by 1 other
Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

PythonSpeed/PerformanceTips

by 3 others
This page is devoted to various tips and tricks that help improve the performance of your Python programs. Wherever the information comes from someone else, I've tried to identify the source.

PyCookbook

此處格式化的很多章節都是從 中國Linux論壇 Limodou 管理的"Python 編 程"板塊中得來!向先行者表示感謝!

不用循環從一個list中選擇隨機的元素

You need to consume, in random order, the items of a rather long list, and the most direct approach is painfully slow. 你需要按隨機順序處理一個相當長的list的條目並且多數直接的方法是慢的令人痛苦。

Psyco - Introduction

by 1 other
In short: run your existing Python software much faster, with no change in your source.

5.3 unittest -- Unit testing framework

The Python unit testing framework, often referred to as ``PyUnit,'' is a Python language version of JUnit, by Kent Beck and Erich Gamma. JUnit is, in turn, a Java version of Kent's Smalltalk testing framework. Each is the de facto standard unit testing fr

Boost Graph Library - Python Bindings

The Boost Graph Library Python bindings (which we refer to as "BGL-Python") expose the functionality of the Boost Graph Library and Parallel Boost Graph Library as a Python package, allowing one to perform computation-intensive tasks on graphs (or network

5.9 random -- Generate pseudo-random numbers

This module implements pseudo-random number generators for various distributions

NetworkX trac

by 1 other
NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

Matplotlib / pylab - matlab style python plotting (plots, graphs, charts)

matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mat

January 2006

C++ vs Java vs Python vs Ruby : a first impression

by 2 others
I am a language agnostic journeyman programmer. I am not a fan of a particular language (I almost said 'fanboy') but thats a bit inflammatory). I just want to write useful programs and have fun doing it. I know C++ and Java pretty well. I did some beginne

December 2005

Python Creator Guido van Rossum now working at Google

Since Google uses Python extensively in its own projects, perhaps it was only a matter of time...