2011년 1월 6일 목요일

pythonweb

pythonweb

The Python Web Project is an attempt to further enhance Python and promote it as the best language for web programming.

This involves designing and writing the necessary modules, packaging distributions and documenting the modules with examples and tutorials as well as spreading the word about Python.Read more »



Projects:
Web Modules
Snake SQL

Latest News

29th June 2006 - Work on pythonweb has officially stopped so the code is no longer maintained. For an alternative try Pylons which the developers of pythonweb now work on instead.
7th August 2005 - Bricks, the rapid web application development framework, has a first alpha
4th August 2005 - PythonWeb components have been split up into sepearate projects. The 0.6.0 alphas are here.
15th April 2005 - Web Modules Development Release 0.5.3
22nd March 2005 - Web Modules Development Release 0.5.2
18th March 2005 - PythonWeb SourceForge.net project registered
15th February 2005 - Web Modules Development Release 0.5.1
31st January 2005 - Web Modules Development Release 0.5.0
04th January 2005 - Website restructured, standards compliant, contributers section
21st December 2004 - Mailing list created for discussions
20th December 2004 - SnakeSQL 0.5.2 Alpha released - supports simple joins, PyPI
25th November 2004 - SnakeSQL 0.3.4 Alpha released, announced on DB-SIG, PyPI

More news »

Download

Quickly download the latest version of the modules, 0.5.3

Download latest stable version of the web modules Download Latest

Mailing List

Download latest stable version of the web modules Join the list

The list is for discussions related to any of the software hosted on PythonWeb.org.

Kindly hosted on sourceforge.net.

python web tutorial

web tutorial



2011년 1월 5일 수요일

python c api 사용

Some ideas include:

  • Wrapping the code as a Python C extension using the Python API
  • Wrap the C code using SWIG
  • Add a DLL wrapper to the C code and load it into Python using ctypes
  • Add a small XML-RPC server to the c-code and call it using xmlrpclib (yes, I know this seems a bit far-out!)

2011년 1월 4일 화요일

python tutorial content

Contents

Nutch 0104

Today try to summarize the Nutch wiki.

visit the site : http://wiki.apache.org/nutch/

Above site has below contents.

General Information
  • Features
  • Public Servers running Nutch
  • Lucene
Nutch Administration
  • Downloading Nutch
  • Hardware Requirements
  • Nutch Tutorial
  • Java Search Engine(builds on the basic tutorials)
  • Nutch Hadoop tutorial
  • Automating Fetches with Python
  • Upgrading hadoop version in Nutch
  • commandline options for 0.7.x
  • Current commandline options
  • Overview Deployment configs
  • Nutch Configuration files
  • getting nutch running with utf-8(korean,chinese,japanese)
  • getting nutch running with resin - resin is a JSP/Servlet/EJB application server(alternative to tomcat)
  • getting nutch running with Jboss
  • getting nutch running with Ubuntu
  • setupProxyfor Nutch
  • create New Filter
  • run nutch in eclipse
  • crawl - script to crawl
  • intranet recrawl
  • merge crawl
  • search over multiple indexes
  • cross platform nutch scripts
  • monitoring nutch crawls
  • nutch 0.9 crawl script tutorial
  • http authentication schemes
  • optimizing nutch

Nutch Development

  • becoming a nutch developer
  • plugin central
  • internal documentation
  • multi language support
  • how to contribute
  • development
  • committer's rules
  • release howto
  • website update howto
  • image search design
  • nutch osgi
  • strategic goals
  • getting started
  • java demo application
  • installing web2

Nutch 2.0

  • Nutch 2 roadmap
  • nutch 2 architecture
  • new scoring

Other resources

  • Doug weblog
  • Search theory