365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

xds2000的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共1页、18项网摘
learning python ?Blog Archive ?Creating a GUI using PyGTK and Glade点击:47
 分类:Python 时间:2006-8-5 0:21:43 xds2000收录 复制到我的网摘
Creating a GUI using PyGTK and Glade
After spending some time creating a GUI using TKinter and having it be pretty easy, but getting frustrated by how linked my code and the GUI was, I decided to look into creating a GUI using another toolkit. After looking around at the options for a while I settled on using PyGTK and Glade

The reason I decided upon using these two technologies is because they are cross platform and using GLADE satisfies my wish to separate the code form the GUI.

http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/
sebsauvage.net : Writing C/C Python extensions without Microsoft Visual C 点击:33
 分类:Python 时间:2006-8-4 23:50:47 xds2000收录 (还有1人收录) 复制到我的网摘
Python + Windows + distutils + SWIG + gcc MinGW
or "Creating Python extensions in C/C++ with SWIG and compiling them with MinGW gcc under Windows"
or "Installing Python extension with distutils and without Microsoft Visual C++".
This page is located at http://sebsauvage.net/python/mingw.html.
This page was written by Sébastien SAUVAGE .
Last update : July 26th, 2003.

This page is a cookbook for creating Python extensions in C/C++ under Windows with SWIG, distutils and gcc (MinGW version).
It may also prove to be more generally helpful in installing/compiling existing C/C++ Python extension without Microsoft Visual C++ compiler.


Note: This documentation is outdated and may not be relevant against the most recent versions of Python, SWIG and MinGW (See notes at the end of the document).
http://sebsauvage.net/python/mingw.html
Why Killing Processes may be Hurting You and What to Do About it--Answer My Searches点击:47
 分类:Python 时间:2006-8-4 23:29:40 xds2000收录 复制到我的网摘
自动关闭应用进程。python解决方法
Why Killing Processes may be Hurting You and What to Do About it
First the Background:
A while back I wrote an insane program to automate Omnipage 14 (an OCR program) mostly via GUI automation. The urge to do this was caused by Omnipage not handling more than 300 files on its own before dying, and the lack of a better solution in the market place.
So Omnipage was very tempermental and quit often for all kinds of unexplained reasons. So my solution was to feed Omnipage 3 files at once and when it finished OCR’ing the 3 files kill all of its processes. Then give it 3 new files and relaunch it and so on.

Once I had completed the programming I set it off on it’s own to work on a network drive full of ~30,000 files needing to be OCR’d.

http://www.answermysearches.com/index.php/why-killing-processes-may-be-hurting-you-and-what-to-do-ab...
Getting Started点击:32
 分类:Python 时间:2006-7-15 13:06:58 xds2000收录 复制到我的网摘
使用eclipse的插件pyDev安装及使用说明,很详细,连开发时的技巧也一并写了.对入门开发很实用.
This manual assumes that you have already have Python and/or Jython installed in your machine, as well as Eclipse.


Manual topics:
Installing
Configuring the interpreter
Creating a project
Further configuring your project
Creating your first python module
Running your program
Configuring Eclipse Essentials
Tips for programming with Pydev Extensions
http://www.fabioz.com/pydev/manual_101_root.html
Using SWIG to Control, Prototype, and Debug C Programs with Python点击:33
 分类:Python 时间:2006-7-14 23:48:02 xds2000收录 复制到我的网摘
Using SWIG to Control, Prototype, and Debug C Programs with Python
I discuss early results in using SWIG to interact with C and C++ programs using Python. Examples of using SWIG are provided along with a discussion of the benefits and limitations of this approach. This paper describes work in progress with the hope of getting feedback and ideas from the Python community.

Note : SWIG is freely available at http://www.cs.utah.edu/~beazley/SWIG
Introduction
http://www.linbox.com/ucome.rvt/any/doc_distrib/swig-1.1p5/python.html
CSpace点击:24
 分类:Python 时间:2006-7-13 8:29:39 xds2000收录 复制到我的网摘
Cspace是一种类似p2p的python技术应用,已经实现的有聊天
What is CSpace?
CSpace provides a platform for secure, decentralized, user-to-user communication over the internet. The driving idea behind the CSpace platform is to provide a connect(user,service) primitive, similar to the sockets API connect(ip,port). Applications built on top of CSpace can simply invoke connect(user,service) to establish a connection. The CSpace platform will take care of locating the user and creating a secure, nat/firewall friendly connection. Thus the application developers are relieved of the burden of connection establishment, and can focus on the application-level logic!

CSpace is developed in Python. It uses OpenSSL for crypto, and Qt for the GUI. CSpace is licensed under the GPL.
http://cspace.in/
Python Web frameworks, Part 2: Web development with TurboGears and Python点击:37
 分类:Python 时间:2006-7-12 18:17:18 xds2000收录 复制到我的网摘
Web development with TurboGears and Python
An online shopping application illustrates the basics
是一个python 开发范例。
Web development with TurboGears and Python
An online shopping application illustrates the basics
http://www-128.ibm.com/developerworks/linux/library/l-turbogears/
web.py: makes web apps点击:30
 分类:Python 时间:2006-6-6 23:39:30 xds2000收录 (还有1人收录) 复制到我的网摘
python framework,请使用它
http://webpy.org/
Myghty - High Performance Python Templating Framework点击:24
 分类:Python 时间:2006-5-17 10:00:57 xds2000收录 复制到我的网摘
python框架模板
Myghty is a Python based web and templating framework originally based on HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us and Salon.com, among many others. Myghty fully implements Mason's templating language, component-based architecture, and caching system, and goes beyond, adding new paradigms such the Module Components controller paradigm, full Python whitespace syntax, threading support, WSGI support, session support, and much more.
http://www.myghty.org/
Step by step - Pythomnic - Building Reliable Services In Python点击:29
 分类:Python 时间:2006-5-16 18:53:25 xds2000收录 复制到我的网摘
分布式框架代码,开源
As outlined in deployment overview, the first thing to do is set up Python 2.4. Under Windows it's click-easy, so here are instructions for Unix (FreeBSD more than anything else).

Before you proceed to Python installation, you need to install Berkeley DB so that bsddb module used with Pythomnic persistent safes works:
# tar zxf db-3.3.11.tar.gz
# cd db-3.3.11/build_unix
# ../dist/configure
# make && make install
# ln -s /usr/local/BerkeleyDB.3.3/lib/libdb-3.3.so \
/usr/local/lib/libdb-3.3.so

http://www.pythomnic.org/step_by_step.html
Quixote点击:32
 分类:Python 时间:2006-5-8 21:42:05 xds2000收录 (还有2人收录) 复制到我的网摘
A framework for developing Web applications in Python. [Open Source, Python license]

http://www.mems-exchange.org/software/quixote/
Shed Skin - Shed Skin点击:19
 分类:c++; Python 时间:2006-5-5 12:40:32 xds2000收录 复制到我的网摘
an optimizing python to c++ compiler
http://mark.dufour.googlepages.com/
PythonSpeed/PerformanceTips点击:35
 分类:Python 时间:2006-4-15 14:02:07 xds2000收录 复制到我的网摘
Python Performance tips
http://wiki.python.org/moin/PythonSpeed/PerformanceTips
Building Hybrid Systems with Boost.Python点击:33
 分类:c++; Python 时间:2006-4-12 23:01:11 xds2000收录 复制到我的网摘
Building Hybrid Systems with Boost.Python
http://www.boost-consulting.com/writing/bpl.html
((An Unofficial) Python Tutorial Wiki)点击:21
 分类:Python 时间:2006-4-12 17:19:39 xds2000收录 复制到我的网摘
(An Unofficial) Python Tutorial Wiki
http://pytut.infogami.com/
Victor: Sky's the limit: TCP点击:34
 分类:Python 时间:2006-3-26 12:06:15 xds2000收录 复制到我的网摘
a simple but userful multithreaded TCP server in Python
http://spaces.msn.com/victordude/PersonalSpace.aspx?_c11_blogpart_blogpart=blogview&_c=blogpart&part...
Index of /python点击:51
 分类:Python 时间:2006-3-10 20:17:57 xds2000收录 (还有3人收录) 复制到我的网摘
Python ebook stuff
Index of /python
Parent Directory
Advanced_Python_programming [miex.org].pdf
An Introduction to Tkinter.chm
Dive into Python [miex.org].pdf
GUI_Programming_with_Python_-_QT_Edition [miex.org].chm
Game Scripting in Python [miex.org].doc
How_To_Think_Like_A_Computer_Scientist-Learning_With_Python-2002 [miex.org].pdf
How_to_think_like_a_computer_scientist [miex.org].pdf
Instant_Hacking_With_Python [miex.org].zip
New Riders - Jython for Java Programmers [miex.org].chm
New Riders - Python Essential Reference, 2Nd Ed - 2001 [miex.org].chm
OReilly - Core Python Programming [miex.org].pdf
OReilly - Learning Python ed2 [miex.org].chm
OReilly - Programming Python ed2 [miex.org].chm
OReilly - Python & XML [miex.org].pdf
OReilly - Python In A Nutshell [miex.org].chm
OReilly - Python Pocket Reference,2001 ed2 [miex.org].chm
OReilly - Python Programming on Win32 [miex.org].chm
OReilly - Python Standard Library [miex.org].chm
Preiss,_B.R._-_Data_Structures_and_Algorithms_in_Python_(2004) [miex.org].chm
Premier.Press,.Python.Programming.for.the.Absolute.Beginner.(2003).LiB.ShareConnector [miex.org].chm
Prentice Hall - Core Python Programming (Fixed).chm
Python network programming.pdf
Python[1].Cookbook.2nd.chm
Python_2.1_bible_(idg_2001)_[pdf] [miex.org].zip
Python_Developer's_Handbook_(2000) [miex.org].chm
Race_Evolution_Behavior.pdf
Sams - Teach Yourself Python In 24 Hours.rar
SciTE editor for Python
Scientific Computing in Python [miex.org].pdf
Text_Processing_in_Python_(Addison_Wesley-2003) [miex.org].chm
Thinking in Python [miex.org].chm
VIM editor for Python
mec.Python Programming with the Java Class Libraries.2002 [miex.org].chm
modpython [miex.org].pdf
numpy_tutorial [miex.org].pdf
python-doc-2.4.chm
skip4Python [miex.org].chm
Apache/1.3.34 Server at www.miex.org Port 80
http://www.miex.org/python/
Mayukh's World点击:40
 分类:python 时间:2006-3-6 15:05:06 xds2000收录 复制到我的网摘
ADO Programming with Python Tutorial
ADO Programming with Python Tutorial
http://www.mayukhbose.com/python/ado/index.php
页码: [1 共1页、18项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved