代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/388876/8569677
py setup_unix.py
#!/usr/bin/env python
from distutils.core import setup, Extension
#from glob import glob
VERSION='1.2.0'
LONG_DESCRIPTION="""\
Fast Artificial Neural Network Library implements multilayer
artificial
www.eeworm.com/read/287351/8691202
py grid.py
#!/usr/bin/env python
import os, sys, traceback
import Queue
import getpass
from threading import Thread
from string import find, split, join
from subprocess import *
# svmtrain and gnuplot executab
www.eeworm.com/read/429795/8788485
py test_urwid.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Urwid unit testing .. ok, ok, ok
# Copyright (C) 2004-2007 Ian Ward
#
# This library is free software; you can redistribute it and/or
# modify i
www.eeworm.com/read/284301/8948035
py avrcp_lircd.py
#! /usr/bin/env python
"""
Simple multi-client AVRCP->lircd server
* Copyright (C) 2006 Sergei Krivov
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/379751/9178597
py grid.py
#!/usr/bin/env python
import os, sys, traceback
import Queue
import getpass
from threading import Thread
from string import find, split, join
from subprocess import *
# svmtrain and gnuplot executab
www.eeworm.com/read/177586/9446387
py storage_base.py
import os
from BitTorrent.platform import get_sparse_files_support
# Make this a separate function because having this code in Storage.__init__()
# would make python print a SyntaxWarning (uses built
www.eeworm.com/read/373369/9461015
py redundantimportdetector.py
"""RedundantImportDetector.py
Discover redundant java imports using brute force.
Requires Python 2.3"""
import os, sys, re
from glob import glob
reportFile = file("RedundantImports.txt", 'w')
www.eeworm.com/read/371849/9533304
py grid.py
#!/usr/bin/env python
import os, sys, traceback
import Queue
import getpass
from threading import Thread
from string import find, split, join
from subprocess import *
# svmtrain and gnuplot executab
www.eeworm.com/read/371014/9571388
py wordbreak.py
# -*- coding: gbk -*-
#!/usr/bin/env python
#author onebird:
#gbk wordbreak
import copy
from sets import Set
class CWordBreak:
def __init__(self):
self.zDict={}
self.sentSpliters=[". ",
www.eeworm.com/read/365496/9860929
news
Current Version: 5.7
ctags-5.7 (04 Sep 2007)
* Added support for DIM AS [Freebasic, Bug #1741778].
* Added support for arbitrary nesting depth [Python, Bug #1684786, Debian bug #409078].
* Added supp