|
|
Introduction to Python descriptors
|
Last Update 2012/8/21 14:13
|
Category
Programming
Python
|
Description
Python descriptors were introduced in Python 2.2, along with new style classes, yet they remain widely unused. Python descriptors are a way to create managed attributes. Among their many advantages, managed attributes are used to protect an attribute from changes or to automatically update the values of a dependant attribute. Descriptors increase an understanding of Python, and improve coding skills. This article introduces descriptor protocol and demonstrates how to create and use descriptors.
|
|
Hits: 15
|
Parsing Specific Data in Python Text Processing
|
Last Update 2010/12/7 12:56
|
Category
Programming
Python
|
Description
Natural Language Processing is used everywhere—in search engines, spell checkers, mobile phones, computer games, and even in your washing machine. Python's Natural Language Toolkit (NLTK) suite of libraries has rapidly emerged as one of the most efficient tools for Natural Language Processing.
|
|
Hits: 7
|
Python 3 primer, Part 1: What's new
|
Last Update 2009/1/15 9:24
|
Category
Programming
Python
|
Description
Python 3 is the latest version of Guido van Rossum's powerful general-purpose programming language. It breaks backwards compatibility with the 2.x line but has cleaned up some syntax issues. This article is the first in a series that talks about the changes that affect the language and backwards compatibility, and it provides examples of new features.
|
|
Hits: 13
|
Python Programming for Beginners
|
Last Update 2006/7/28 10:05
|
Category
Programming
Python
|
Description
If you want to outsmart the Spanish Inquisition, learn Python. This article is a practical introduction to writing non-trivial applications in Python.
|
|
Hits: 23
|
|
Software Development Expertise
|
Software Development Jobs
|