November 2001
Beginner
320 pages
5h 53m
English
Unsurprisingly, with such wide support and extensive features, Python is very effective for a large number of tasks. Here's a quick list of the some of the more common uses of the Python language.
Python supports an extension called NumPy that provides interfaces to many standard mathematical libraries. The Python language also supports unlimited precision. If you want to add two 100-digit numbers together, you can do so without requiring an external or third party extension.
Python can split, separate, summarize, and report on any data. It comes with modules that separate out the elements of a log file line, you can then use the built-in data types to record and summarize the information before ...