• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:33    start  Previous  Next  Last    goto:
    Python 3 changes breaks backwards compatibility
    ON: 2009-04-19 16:34:04
    The breaking of backwards compatibility will mean supporting two different versions in parallel. This article covers changes to input/output (I/O), the new bytes data type, changes to strings and string formatting, and finally, changes to the built-in dict type.
    26 times | category: [Introduction to Python]
    Intro to Django - Building a To-Do ListIntro to Django - Building a To-Do List
    ON: 2009-04-19 16:01:40
    Intro to Django - Building a To-Do List
    19 times | category: [Development]
    Create GPS-aware Nokia N810 apps with Eclipse and Python
    ON: 2009-04-19 15:58:46
    This article shows you how choosing Python and Eclipse as the core technologies for Nokia N810 application development makes it easy to create unit tests to add built-in testing to the end product. See how easy it is to configure a development environment targeted at the Nokia N810 Internet Tablet, including setting up Eclipse on a target development machine for the Python language.
    66 times | category: [Development]
    Introducing the JyDT Plug-in for Eclipse
    ON: 2008-08-29 07:47:08
    The JyDT plug-in enables Eclipse to work as a Jython/CPython IDE. In this tutorial learn how to configure the JyDT and a brief description of it. Learn to use the PyDev perspective and explorer, compile and run code, use the debugger, do unit testing, refactor, manage Python projects, and use the editor and IDE.
    8 times | category: [Development]
    Programming the OLPC Laptop using Python
    ON: 2008-08-29 07:44:50
    The XO laptop intended (of the One-Laptop-Per-Child initiative) uses GNU/Linux as the underlying operating system, and includes an application environment written in Python with a human interface called Sugar. Explore the Sugar APIs and learn how to develop and debug a graphical activity in Sugar using Python.
    7 times | category: [Development]
    Programming Sockets in Python
    ON: 2008-08-29 07:44:03
    In this tutorial, you first learn a few Python basics and see why Python makes a good network programming language. Then you move on to the basic sockets features of Python, using a sample chat application as a guide, and look at several other, high-level, classes that provide asynchronous communications.
    19 times | category: [Development]
    Dictionaries Pt. 2, Modules, and File IO.
    ON: 2008-08-29 07:38:33
    Learn about dictionaries, modules, and file IO
    3 times | category: [Introduction to Python]
    Mod_python Tutorial
    ON: 2008-08-29 07:27:10
    Apache processes requests in phases. A handler is a function that processes a particular phase of a request. Handlers are provided by Apache and by its modules, like mod_python.
    30 times | category: [XML and Python]
    Intro to PYX
    ON: 2008-08-29 07:25:58
    XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is needed to process XML documents -- and every parser imposes its own particular programming style. An alternative is to make XML even simpler. The open-source PYX format is a purely line-oriented format for representing XML documents that allows for much easier processing of XML document contents with common text tools like grep, sed, awk, wc, and the usual UNIX collection.
    7 times | category: [XML and Python]
    Introduces the Python xml_pickle object
    ON: 2008-08-29 07:24:47
    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 discusses the design goals and decisions that went into xml_pickle and provides a list of likely uses.
    14 times | category: [XML and Python]
    XML Processing with Python
    ON: 2008-08-29 07:19:11
    This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
    175 times | category: [XML and Python]
    Intro to PYX
    ON: 2007-08-25 14:49:41
    XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is needed to process XML documents -- and every parser imposes its own particular programming style. An alternative is to make XML even simpler. The open-source PYX format is a purely line-oriented format for representing XML documents that allows for much easier processing of XML document contents with common text tools like grep, sed, awk, wc, and the usual UNIX collection.
    41 times | category: [Web Fetching]
    How to use Python's xml_objectify
    ON: 2007-08-25 14:47:00
    This article presents the xml_objectify module. It describes how to use xml_objectify and the advantages of using this "Pythonic" module for working with XML documents as objects.
    110 times | category: [Web Fetching]
    Introduces the Python xml_pickle object
    ON: 2007-08-25 14:44:24
    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 discusses the design goals and decisions that went into xml_pickle and provides a list of likely uses.
    81 times | category: [Web Fetching]
    XML Processing with Python
    ON: 2007-08-25 14:37:13
    This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
    108 times | category: [Web Fetching]
    Python Squeezes the Web
    ON: 2007-08-25 14:34:27
    This 5-page tutorial describes how to grab remote web pages and process them locally in Python. Useful for parsing information off the web.
    39 times | category: [Web Fetching]
    Developing a full-text indexer in Python
    ON: 2007-08-25 14:32:09
    As the volume of information grows, effective means of locating specific information become ever more crucial. This column discusses the field of full-text indexing, with a focus on the author's public-domain indexer module.
    37 times | category: [Searching]
    Writing a simple search engine in Python and MySQL
    ON: 2007-08-25 14:29:28
    This tutorial describes how to to build a simple search engine in Python and MySQL.
    242 times | category: [Searching]
    Free Python IDE
    ON: 2007-08-25 14:28:22
    SPE is a free Python IDE with Blender, Kiki, PyChecker, Remote Debugger, Uml, and wxGlade support.
    167 times | category: [Miscellaneous]
    A quick look at Python modules
    ON: 2007-08-25 14:24:13
    This article introduces the idea of importing Python modules that manage many common and/or special tasks that you would otherwise have to write programming code for. IDLE is featured in this article because of some of its handy features, but you can follow the examples in other ways as well.
    25 times | category: [Miscellaneous]
    Charming Python: Parsing with the SimpleParse module
    ON: 2007-08-25 14:22:35
    Many parsing tools have been written for Python. This column discusses a high-level parsing language built on top of Python. SimpleParse provides an EBNF-style syntax on top of mxTextTools that can greatly clarify the expression of grammars.
    29 times | category: [Miscellaneous]
    Python for the PalmOS
    ON: 2007-08-25 14:21:10
    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 well as use Pippy as an interactive environment directly on the Palm. This article evaluates the strengths and limitations of Pippy as a means of implementing Palm applications.
    53 times | category: [Miscellaneous]
    Intro to Python Generators
    ON: 2007-08-25 10:41:54
    Generators are a very cool Python abstraction that allows you to greatly simplify control flow and can also lead to much lower memory consumption.
    47 times | category: [Introduction to Python]
    PyGTK/Glade and Matplotlib
    ON: 2007-08-25 10:36:54
    In this tutorial we will create a little application written in PyGTK and we will use Glade to create the graphical use interface (GUI). Another feature of this tutorial is that we will create a bar chart with Matplotlib.
    9 times | category: [Introduction to Python]
    Python 101 - Introduction to Python
    ON: 2007-08-25 10:32:46
    This document is a syllabus for a first course in Python programming. This course contains an introduction to the Python language, instruction in the important and commonly used features of the language, and practical excercises in the use of those features.
    59 times | category: [Introduction to Python]
    this:1/2 25records  total:33    start  Previous  Next  Last    goto:

    Category

      Development (11)
      Introduction to Python (7)
      Miscellaneous (4)
      Searching (2)
      Web Fetching (5)
      XML and Python (4)