• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:11    start  Previous  Next  Last    goto:
    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:
    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:
    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:
    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:
    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:
    Web Python Tutorial
    ON: 2007-08-25 10:09:20
    People are always asking how to use Python in Web programming. As a general rule the only option to use Python in shared hosts is through CGI. This tutorial is just about how to use CGI with Python
    163 times | category:
    Creating a GUI in wxPython using wxGlade
    ON: 2007-08-25 10:07:48
    wxPython is a toolkit for creating cross platform graphical user interfaces (GUI) for the programming language Python. wxGlade is a GUI designer for wxPython
    1804 times | category:
    How to build a website using CherryPy
    ON: 2007-08-25 10:06:17
    How to build a simple website using CherryPy, a pythonic, object-oriented web development framework.
    388 times | category:
    An advanced GUI library for Python - PyQT
    ON: 2007-08-25 10:05:21
    The Qt toolkit is a widely-used cross-platform GUI toolkit, available for Windows, Linux, Mac OSX, and handheld platforms. QT has a well-structured, but flexible, object-oriented organization, clear documentation, and an intuitive API. This article looks at the Qt library, with a focus on the PyQt bindings that let Python programmers access Qt functionality.
    292 times | category:
    Functional programming in Python, Part 2
    ON: 2007-08-25 09:35:41
    This column continues the introduction to functional programming (FP) in Python. The introduction to different paradigms of program problem-solving demonstrates several intermediate and advanced FP concepts. Article includes code snipets.
    35 times | category:
    Functional programming in Python
    ON: 2007-08-25 09:32:51
    Although users usually think of Python as a procedural and object-oriented language, it actually contains everything you need for a completely functional approach to programming. This article discusses general concepts of functional programming, and illustrates ways of implementing functional techniques in Python
    5 times | category:
    this:1/1 25records  total:11    start  Previous  Next  Last    goto:

    Category

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