background preloader

Python

Facebook Twitter

Code

Search. Editor. Data Mining with Neural Nets " Python recipes " ActiveState Code. Our programs will often need to deal with different languages, and different character sets.

The concept of "plain text" is a fiction. If you live in the English-speaking world you probably use ASCII, possibly without realizing it. If you live in Europe you might use one of the extended Latin character sets, containing such characters as "ø" for Danish and Norwegian, "ő" for Hungarian, "ñ" for Spanish and Breton, and "ň" for Czech and Slovak.

In this section, we will give an overview of how to use Unicode for processing texts that use non-ASCII character sets. 1.1 What is Unicode? PyMOTW: webbrowser - O'Reilly News. Use the webbrowser module to display web pages to your users. Module: webbrowser Purpose: Open web pages in a browser. Python Version: 2.1.3 and later Description: Writing for PyMag—Python Magazine.