Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • book.rar 查看小说的更新,更新提醒,用PYTHON写的
  • Conquespython.rar 征服python 附CD-ROM源码,1-23章
  • maze.zip 我收藏的python下的迷宫路径搜索,用的是回溯法。为方便起见,程序没有记录行走路径,只输出路径所经历过的方块。
  • Pyton_IOControl.rar 需要工具: 1. Python 2.3 以上 2. BOA Constructor Python設定檔介面程式設計 這段程式碼主要是把資料儲存到config.txt這個檔案中,我們將資料以 \n[_config_]\n 來作區隔,以便將來將資料讀出來時可以知道所存放的資料到底是屬於哪一各部分的資料。
  • simpleweb.rar python 写的web服务器,很实用,可以自定义方法
  • SPy-0.3.zip Spectral Python (SPy) is a python package for reading, viewing, manipulating, and classifying hyperspectral image (HSI) data. SPy includes functions for clustering, dimensionality reduction, supervised classification, and more.
  • diveintopython-html-5.4_zh-ch.rar Dive Into Python 5.4 中文版,Python入门级的好书,对很多Python重要的概念做了深入浅出易于理解的描述,不过不能取代Python Library Reference
  • mod_python-3.3.1.rar Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to ...
  • numpy-1.0.3.1.win32-py2.5.rar The fundamental package needed for scientific computing with Python is called NumPy. This package contains: * a powerful N-dimensional array object * sophisticated (broadcasting) functions * basic linear algebra functions * basic Fourier ...
  • urlnorm.rar 一个python的url规整化的模块 可以将很多种不同格式的url字符串规整化到一个标准的格式,很简单也很实用