python mime library
Python Imaging Library 1.1.6
Adds image processing capabilities to your Python interpreter more>>
This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
Image Archives
The Python Imaging Library is ideal for for image archival and batch processing applications. You can use the library to create thumbnails, convert between file formats, print images, etc.
The current version identifies and reads a large number of formats. Write support is intentionally restricted to the most commonly used interchange and presentation formats.
Image Display
The current release includes Tk PhotoImage and BitmapImage interfaces, as well as a Windows DIB interface that can be used with PythonWin and other Windows-based toolkits. Many other GUI toolkits come with some kind of PIL support.
For debugging, theres also a show method which saves an image to disk, and calls an external display utility.
Image Processing
The library contains basic image processing functionality, including point operations, filtering with a set of built-in convolution kernels, and colour space conversions.
The library also supports image resizing, rotation and arbitrary affine transforms.
Theres a histogram method allowing you to pull some statistics out of an image. This can be used for automatic contrast enhancement, and for global statistical analysis.
System requirements:
- Python 2.2 or above
Chilkat Python XML Library 5.1
Python XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding. more>>
Python XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.
<<lessCode Library
This software utility is an expandable library for programmers. more>>
Complete Home Library 8.5.0
Complete Home Library provides a huge range of features geared to hard-copy materials and electronic files of all kinds. It really is the complete home library application for any kind of library you might want to create and maintain. more>> <<less
Python 3.1 / 2.6.1
A remarkably powerful dynamic programming language that is used in a wide variety of application domains more>>
Fans of Python use the phrase "batteries included" to describe the standard library, which covers everything from asynchronous processing to zip files. The language itself is a flexible powerhouse that can handle practically any problem domain. Build your own web server in three lines of code. Build flexible data-driven code using Pythons powerful and dynamic introspection capabilities and advanced language features such as meta-classes, duck typing and decorators.
Python lets you write the code you need, quickly. And, thanks to a highly optimized byte compiler and support libraries, Python code runs more than fast enough for most applications.
Major Features:
- Very clear, readable syntax
- strong introspection capabilities
- Intuitive object orientation
- Natural expression of procedural code
- Full modularity, supporting hierarchical packages
- Exception-based error handling
- Very high level dynamic data types
- Extensive standard libraries and third party modules for virtually every task
- Extensions and modules easily written in C, C++ (or Java for Jython, or .NET languages for IronPython)
- Embeddable within applications as a scripting interface
- Python is powerful... and fast
- Fans of Python use the phrase "batteries included" to describe the standard library, which covers everything from asynchronous processing to zip files. The language itself is a flexible powerhouse that can handle practically any problem domain. Build your own web server in three lines of code.
- Python plays well with others
- Python can integrate with COM, .NET, and CORBA objects.
- For Java libraries, use Jython, an implementation of Python for the Java Virtual Machine.
- For .NET, try IronPython , Microsoft's new implementation of Python for .NET, or Python for .NET.
- Python runs everywhere
- Python is available for all major operating systems: Windows, Linux/Unix, OS/2, Mac, Amiga, among others.
- Python is available for all major operating systems: Windows, Linux/Unix, OS/2, Mac, Amiga, among others.
- Python is friendly... and easy to learn
- The Python newsgroup is known as one of the friendliest around. The avid developer and user community maintains a wiki, hosts international and local conferences, runs development sprints, and contributes to online code repositories.
- Python is Open
- The Python implementation is under an open source license that makes it freely usable and distributable, even for commercial use. The Python license is administered by the Python Software Foundation.
Enhancements
- Regular Python dictionaries iterate over key/value pairs in arbitrary order. Over the years, a number of authors have written alternative implementations that remember the order that the keys were originally inserted. Based on the experiences from those implementations, a new collections.OrderedDict class has been introduced.
- The OrderedDict API is substantially the same as regular dictionaries but will iterate over keys and values in a guaranteed order depending on when a key was first inserted. If a new entry overwrites an existing entry, the original insertion position is left unchanged. Deleting an entry and reinserting it will move it to the end.
- The standard library now supports use of ordered dictionaries in several modules. The configparser module uses them by default. This lets configuration files be read, modified, and then written back in their original order. The _asdict() method for collections.namedtuple() now returns an ordered dictionary with the values appearing
TNT Clip Art Library 1.0
TNT Clip Art Library is a free and useful library of design elements for Flash more>>
TCPIP Library 1.1
TCPIP Library brings an advanced and complete object for resolving IP addresses and hostnames. more>>
TCPIP Library 1.1 brings an advanced and complete object for resolving IP addresses and hostnames. It comes complete with its own installation program and ample documentation. Also implements ICPM TraceRoute functions.
Bloomington Public Library 1.0
Bloomington Public Library widget allows you to search for books more>>
You can search for any book you want and this widget will help you to find it.
StringX Library 1.2
A class providing an interface to advanced string functions that use memory t... more>> A class providing an interface to advanced string functions that use memory transfer calls instead of native string (str*) functions. Portable to almost any C++ Compiler (and platform). C++Builder 3 Lib, Src, and Reference<<less
Python Interpreter 1.5.2
Try this high-level scripting/programming language. more>>
Python Interpreter 1.5.2 is an excellent module of the new, exciting, affordable programming language, Python. It has high-level data structures and a simple but effective approach to object-oriented programming. Python is an interpreted language, which can save you time during program development because no compilation and linking is necessary. The interpreter can be used interactively, which makes it easy to experiment with features of the language, and to test functions during bottom-up program development.
Function Library 1.0.2.9
Function Library is the source code for the standard function library used by NetWorkDLS software products more>>
Python rope 0.6m2
Python rope is a python refactoring library and IDE more>>
Python rope is written in python. The IDE uses Tkinter library.
Main features:
- Rename everything!
- Extract method
- Extract local variable
- Move class/function/module/package/method
- Inline method/local variable
- Change method signature
- Restructuring
- Introduce factory method
- Introduce parameter
- Encapsulate field
- Transform module to package
- Convert local variable to field
- Replace method with method object
- Inline argument default value
- Extracting similar statements in extract refactorings
- Basic implicit interfaces handling
- Fixing imports when needed
- Previewing refactorings
- Stopping refactorings
- Undo/redo refactorings
- Auto-completion
- Goto definition
- Quick outline
- Show PyDoc
- Proposing templates in completions
- Find occurrences
- Import tools
- Organize imports (remove unused and duplicate imports and sort them)
- Change relative imports to absolute
- Change from imports to normal imports
- Expand from ... import * imports
- Generating python elements
- Python and reST highlighting
- Multiple editors
- Project file history
- Basic SVN support using pysvn library
- An emacs like keybinding
- Configurable keybinding
- Basic UI plug-in support
- Spell-checking using Aspell/Ispell
- Correcting indentation
- Project tree view
- Unit-test running view
- Showing codetags/errors/warnings
- Defining templates
- Memorizing strings/locations
- A static object inference approach
- A dynamic object inference approach
- Automatic SOI analysis
- Handling built-in container types
- Saving object information on disk
- Stored object data validation
System requirements:
- Python 2.5
Screen 13 Library 1.0
Screen 13 Library is a tool that offers you a wide range of graphics more>>
support for Screen 13. Uses both assembly and Powerbasic.
Python Palace Screensaver 0.1
Python Palace Screensaver is a new, marvelous sceensaver. more>>
Python Palace Screensaver 0.1 is a new, marvelous sceensaver which brings you high-color photos of pythons from around the world. If you're a snake enthusiast, this is the screensaver for you. Features include numerous transition effects and the ability to control background colors, image intervals, effect speeds, image sizes and sequences, and whether to play or mute music.
jazz guitar sample library 1.0
free sample library for native instruments kontakt more>> this is a jazz guitar sample library for native instruments Kontakt. Its natural and usable. It has 3 layers and about 1 sample for two keys.<<less