» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

edit by swikfan

Python

March 11

[[Jython]] is a popular [[Java]]-based implementation of Python.

"Official library reference here":http://docs.python.org/lib/lib.html...

» complete change

Python is an interpreted, interactive,

[[oop|object-oriented]] [[programming language]]. It offers

remarkable power with very clear syntax, and isn't

difficult to learn. [[Java]] developers looking for an interpreted language

tend to like it.

[[Jython]] is a popular [[Java]]-based implementation of Python.

"Official library reference here":http://docs.python.org/lib/lib.html

Undo this change because:
edit by swikfan

Python

March 6

"Official library reference here":http://docs.python.org/lib/lib.html

» complete change

Python is an interpreted, interactive,

[[oop|object-oriented]] [[programming language]]. It offers

remarkable power with very clear syntax, and isn't

difficult to learn. [[Java]] developers looking for an interpreted language

tend to like it.

"Official library reference here":http://docs.python.org/lib/lib.html

created by alex

Python Programming Threads

April 6, 2007
The page was created.
Python Programming Threads
Blog
Undo this change because:
deleted by alex

Python Programming Tutorials

January 31, 2007
“SPAM”
The page and its contents were erased.

"Python Programming Tutorials":http://www.pickatutorial.com/tutorials/python_1.htm - Python is a relativey new programming language and is growing very rapidly.

Undo this change because:
created by hamdarsabka

Python Programming Tutorials

January 31, 2007
The page was created.
Python Programming Tutorials
Links

"Python Programming Tutorials":http://www.pickatutorial.com/tutorials/python_1.htm - Python is a relativey new programming language and is growing very rapidly.

created by alex

The Voidspace Techie Blog

January 30, 2007
The page was created.
The Voidspace Techie Blog
Blog
Undo this change because:
deleted by alex

Pure Python Expect-like module

December 15, 2006
“move to a top lvl page”
The page and its contents were erased.

Pexpect makes Python a better tool for controlling other applications. Pexpect is better

and more flexible than popen.

"Pexpect...

» complete change

Pexpect makes Python a better tool for controlling other applications. Pexpect is better

and more flexible than popen.

"Pexpect Home":http://pexpect.sourceforge.net/

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. The Pexpect interface was designed to be easy to use.

Undo this change because:
edit by noah

Pure Python Expect-like module

September 27, 2006

"Pexpect Home":http://pexpect.sourceforge.net/ [http://pexpect.sourceforge.net/ Pexpect Home]

» complete change

Pexpect makes Python a better tool for controlling other applications. Pexpect is better

and more flexible than popen.

"Pexpect Home":http://pexpect.sourceforge.net/ [http://pexpect.sourceforge.net/ Pexpect Home]

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. The Pexpect interface was designed to be easy to use.

edit by noah

Pure Python Expect-like module

September 27, 2006

[http://pexpect.sourceforge.net/ Pexpect Home] [http://pexpect.sourceforge.net/]

» complete change

Pexpect makes Python a better tool for controlling other applications. Pexpect is better

and more flexible than popen.

[http://pexpect.sourceforge.net/ Pexpect Home] [http://pexpect.sourceforge.net/]

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. The Pexpect interface was designed to be easy to use.

edit by noah

Pure Python Expect-like module

September 27, 2006

[http://pexpect.sourceforge.net/] http://pexpect.sourceforge.net/

» complete change

Pexpect makes Python a better tool for controlling other applications. Pexpect is better

and more flexible than popen.

[http://pexpect.sourceforge.net/] http://pexpect.sourceforge.net/

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. The Pexpect interface was designed to be easy to use.

edit by noah

Pure Python Expect-like module

September 27, 2006

http://pexpect.sourceforge.net/

Pexpect is a pure Python module for spawning child applications; controlling them; and responding...

» complete change

Pexpect makes Python a better tool for controlling other applications. Pexpect is better

and more flexible than popen.

http://pexpect.sourceforge.net/

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. The Pexpect interface was designed to be easy to use.

edit by noah

Pure Python Expect-like module

September 27, 2006
Python expect pexpect
Undo this change because:
created by noah

Pure Python Expect-like module

September 27, 2006
The page was created.
Python expect pexpect
Pure Python Expect-like module
Article

Pexpect makes Python a better tool for controlling other applications. Pexpect is better

and more flexible than popen.

Pexpect...

» complete change

Pexpect makes Python a better tool for controlling other applications. Pexpect is better

and more flexible than popen.

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. The Pexpect interface was designed to be easy to use.

edit by alex

Guido van Rossum's Weblog

July 7, 2006
Python Guido-van-rossum
Undo this change because:
edit by alex

Python

May 23, 2006
[[Python License|Python [[PSFL|Python Software Foundation License]]
Undo this change because:
edit by alex

Python

May 23, 2006
New Icon New Image Previous Icon Old Image
Undo this change because:
edit by alex

Python

May 15, 2006

difficult to learn. [[Java]] developers looking for an interpreted language [[interpreted language]]

» complete change

Python is an interpreted, interactive,

[[oop|object-oriented]] [[programming language]]. It offers

remarkable power with very clear syntax, and isn't

difficult to learn. [[Java]] developers looking for an interpreted language [[interpreted language]]

tend to like it.

edit by alex

Python

May 15, 2006
New Icon New Image Previous Icon No Icon.
deleted by alex

argv0.net

April 23, 2006
The page and its contents were erased.
http://argv0.net/tags/python/RSS/full
Undo this change because:
deleted by alex

http://toykeeper.net/tutorials/python-database

April 23, 2006
The entry and its contents were erased.
http://toykeeper.net/tutorials/python-database
Tips

'You don't have to keep writing the same old database access code over and over again -- instead, it's simple to roll your...

» complete change

'You don't have to keep writing the same old database access code over and over again -- instead, it's simple to roll your own database wrapper and use Python syntax to retrieve, search, and update data.'

Undo this change because:
deleted by alex

http://www.python.org/download/

April 23, 2006
The entry and its contents were erased.
http://www.python.org/download/
Downloads
Undo this change because:
edit by alex

Python

April 23, 2006
[[PSFL|Python Python Software Foundation License]] License
edit by alex

Python

April 23, 2006
Scripting LAMP scripting-language programming programming-language oop
[[Guido Guido van Rossum]], Rossum, et. al.
Undo this change because:
deleted by alex

http://freshmeat.net/projects/Python

April 23, 2006
The entry and its contents were erased.
http://freshmeat.net/projects/Python
Descriptions

"Python is an interpreted, interactive,

object-oriented programming language. It combines

remarkable power with very clear ...

» complete change

"Python is an interpreted, interactive,

object-oriented programming language. It combines

remarkable power with very clear syntax, and isn't

difficult to learn. It has modules, classes,

exceptions, very high level data types, and

dynamic typing. There are interfaces to many

system calls and libraries, as well as to various

windowing systems (Tk, Mac, MFC, GTK+, Qt,

wxWindows). New built-in modules are easily

written in C or C++. Python is also usable as an

extension language for applications that need a

programmable interface."

Undo this change because:
deleted by alex

test

March 27, 2006
“rvv”
The page and its contents were erased.
Python

test

Undo this change because:
created by 60.191.245.34

test

March 27, 2006
The page was created.
Python
test
Article

test

edit by alex

Python

January 11, 2006

[[oop|object-oriented]] [[programming language]]. It offers language]]

» complete change

Python is an interpreted, interactive,

[[oop|object-oriented]] [[programming language]]. It offers language]]

remarkable power with very clear syntax, and isn't

difficult to learn. [[Java]] developers looking for an [[interpreted language]]

tend to like it.

edit by alex

Python

January 11, 2006

[[oop|object-oriented]] [[programming language]] object-oriented programming language

difficult to learn. [[Java]] developers...

» complete change

Python is an interpreted, interactive,

[[oop|object-oriented]] [[programming language]] object-oriented programming language

remarkable power with very clear syntax, and isn't

difficult to learn. [[Java]] developers looking for an [[interpreted language]] interpreted language

tend to like it. it; [[Jython]].

edit by alex

Python

January 11, 2006
Scripting LAMP programming programming-language oop zope
deleted by alex

Planet Python

January 11, 2006
“boring feed”
The page and its contents were erased.
planet
http://planet.python.org/rss10.xml
Undo this change because:
created by alex

Guido van Rossum's Weblog

January 11, 2006
The page was created.
Python
Guido van Rossum's Weblog
Article
Undo this change because:
edit by g_braad

Python

December 24, 2005

tend to like it; [[Jython]]. it.

» complete change

Python is an interpreted, interactive,

object-oriented programming language

remarkable power with very clear syntax, and isn't

difficult to learn. [[Java]] developers looking for an interpreted language

tend to like it; [[Jython]]. it.

edit by g_braad

Python

December 24, 2005
Scripting LAMP zope
edit by g_braad

Python

December 24, 2005
Guido van Rossum, et. al.
edit by alex

Python

October 15, 2005

difficult to learn. [[Java]] Java developers looking for an interpreted language

» complete change

Python is an interpreted, interactive,

object-oriented programming language

remarkable power with very clear syntax, and isn't

difficult to learn. [[Java]] Java developers looking for an interpreted language

tend to like it.

edit by planetzope

Planet Python

July 9, 2005
http://planet.python.org/rss10.xml http://planet.python.org/summary.html
edit by planetzope

Planet Python

July 8, 2005
http://planet.python.org/summary.html
edit by planetzope

Planet Python

July 8, 2005
planet
Planet Python
created by planetzope

Planet Python

July 8, 2005
The page was created.
Planet Python
edit by alex

http://toykeeper.net/tutorials/python-database

July 3, 2005
http://toykeeper.net/tutorials/python-database
Fast, Easy Database Access with Python

'You don't have to keep writing the same old database access code over and over again -- instead, it's simple to roll your...

» complete change

'You don't have to keep writing the same old database access code over and over again -- instead, it's simple to roll your own database wrapper and use Python syntax to retrieve, search, and update data.'

created by alex

http://toykeeper.net/tutorials/python-database

July 3, 2005
The entry was created.
Fast, Easy Database Access with Python
edit by alex

argv0.net

June 28, 2005
http://argv0.net/tags/python/RSS/full
created by alex

argv0.net

June 28, 2005
The page was created.
argv0.net
edit by 24.18.221.187

Python

June 6, 2005

difficult to learn. Java developers looking for an interpreted language

tend to like it.

» complete change

Python is an interpreted, interactive,

object-oriented programming language

remarkable power with very clear syntax, and isn't

difficult to learn. Java developers looking for an interpreted language

tend to like it.

edit by alex

Python Daily News

June 2, 2005
http://www.pythonware.com/daily/rss2.xml
Python Daily News
Undo this change because:
created by alex

Python Daily News

June 2, 2005
The page was created.
Python Daily News
Undo this change because:
edit by alex

Official Python News

May 31, 2005
http://www.python.org/channews.rdf
Official Python News
Undo this change because:
created by alex

Official Python News

May 31, 2005
The page was created.
Official Python News
Undo this change because:
edit by alex

Python

May 26, 2005
Scripting LAMP
edit by alex

Python

May 26, 2005

difficult to learn. learn

exceptions, very high level data types, and

dynamic typing

system calls and libraries, as well as to...

» complete change

Python is an interpreted, interactive,

object-oriented programming language

remarkable power with very clear syntax, and isn't

difficult to learn. learn

exceptions, very high level data types, and

dynamic typing

system calls and libraries, as well as to various

windowing systems (Tk, Mac, MFC, GTK+, Qt,

wxWindows)

written in C or C++

extension language for applications that need a

programmable interface.

created by alex

Python

May 26, 2005
The page was created.
Python
Undo this change because:
created by Robot

http://www.python.org/download/

May 26, 2005
The entry was created.
edit by Robot

http://www.python.org/download/

May 26, 2005
http://www.python.org/download/
edit by Robot

http://www.python.org/download/

May 26, 2005
http://www.python.org/download/
edit by alex

Python

May 26, 2005
Python
edit by Robot

Python

May 26, 2005

Python is an interpreted, interactive,

object-oriented programming language

remarkable power with very clear syntax, and isn't...

» complete change

Python is an interpreted, interactive,

object-oriented programming language

remarkable power with very clear syntax, and isn't

difficult to learn

exceptions, very high level data types, and

dynamic typing

system calls and libraries, as well as to various

windowing systems (Tk, Mac, MFC, GTK+, Qt,

wxWindows)

written in C or C++

extension language for applications that need a

programmable interface.

edit by Robot

Python

May 26, 2005
Python Software Foundation License
edit by Robot

Python

May 26, 2005
http://www.python.org/
Undo this change because:
Username:
Password:
(or Cancel)