代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/103224/15740085
py post_panel.py
# pyLJclient - a python based live journal client with a wxPython gui
# Copyright (C) 2002 Sameer Chowdhury
# refer to "about this software.txt" for info on licensing
from wxPython.wx import *
f
www.eeworm.com/read/100773/15864503
ideas
This file contains some ideas for things to do with this proxy.
Use yapps2 to parse the configuration file(s) and HTTP headers
Write a python object -> HTML converter, and then just write
out the
www.eeworm.com/read/192647/8368133
txt 2.txt
python 通讯线程client 端
import pickle
import socket
import threading
# Here's our thread:
class ConnectionThread ( threading.Thread ):
def run(self):
# Connect to the server:
client=sock
www.eeworm.com/read/388975/8560337
test-discovery
#!/usr/bin/python
import gobject
import dbus
import dbus.mainloop.glib
def device_found(address, properties):
print "[ " + address + " ]"
for key in properties.keys():
value = properties[key]
www.eeworm.com/read/388876/8569658
py fann.py
"""
Fast Artificial Neural Network Library (fann)
Copyright (C) 2004 Steffen Nissen (lukesky@diku.dk)
Python object by Gil Megidish, 2004
This library is free software; you can redistribute it and/o
www.eeworm.com/read/288877/8596861
txt main.m.txt
% Main line for resistor network sampler
% Colin Fox 10 Jan 2003, modified 22 June 2003
% Simplified version for conversion to python, 29 Nov 2005
% flags
plotLP = 1; % 1=plot log
www.eeworm.com/read/388423/8610219
py test_capabilities.py
#!/usr/bin/env python -O
""" Script to test database capabilities and the DB-API interface
for functionality and memory leaks.
Adapted from a script by M-A Lemburg.
"""
from time import
www.eeworm.com/read/388423/8610275
py times.py
"""times module
This module provides some Date and Time classes for dealing with MySQL data.
Use Python datetime module to handle date and time columns."""
from time import localtime
from datetime
www.eeworm.com/read/383449/8945781
test-discovery
#!/usr/bin/python
import gobject
import dbus
import dbus.mainloop.glib
def device_found(address, properties):
print "[ " + address + " ]"
for key in properties.keys():
value = properties[key]
www.eeworm.com/read/181778/9237167
gpsprobe
#!/usr/bin/env python
#
# gpsprobe -- collect send-cycle and performance statistics on a GPS
from math import *
import time, os
import gps, gpsd
class Baton:
"Ship progress indication to stdout