Advertisment
Although users usually think of Python as a procedural and object-oriented language, it actually contains everything you need for a completely...
Along with several other popular scripting languages, Python is an excellent tool for scanning and manipulating textual data. This article...
Many parsing tools have been written for Python. This column discusses a high-level parsing language built on top of Python. SimpleParse provides...
Pippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications to run on Palm devices, as...
As the volume of information grows, effective means of locating specific information become ever more crucial. This column discusses the field of...
This 5-page tutorial describes how to grab remote web pages and process them locally in Python. Useful for parsing information off the web.
XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking...
This article presents the xml_objectify module. It describes how to use xml_objectify and the advantages of using this 'Pythonic' module...
As part of the ongoing quest to create a more seamless integration between XML and Python, this article presents the xml_pickle module. The author...
This is the beginning of a short series on creating a software repository system built on Web services and developed in the Python programming...
This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
This document is a syllabus for a first course in Python programming. This course contains an introduction to the Python language, instruction in...
This document is a syllabus for a second course in Python programming. This course contains discussions of several advanced topics that are of...
This article introduces the idea of importing Python modules that manage many common and/or special tasks that you would otherwise have to write...
This is a tutorial to help the non-programmer learn the basics of using Python. When you are done with it, you will be ready to learn this new...
In this tutorial, we will discuss a method of searching web pages for keywords. We will provide methods for exact keyword matching and a type of...
Views: 991 | | by Marry
PHP - Searching
This article shows you how to use PHP and a MySQL (or any SQL database) to create your own basic search engine. Covers creating SQL tables, Using...
Views: 1013 | | by Isac
PHP - Searching
This tutorial explains how to conduct keyword searches on a given Webpage. It basically shows how to count and display the number of times a...
Views: 1020 | | by Jarry
PHP - Searching
PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and...
Views: 888 | | by Mathew
PHP - Searching
This tutorial shows you how to dynamically compile the list of files in a given directory. You can then conduct keyword searches on the compiled...
Views: 954 | | by Stephen
PHP - Searching