H5PY icon

H5PY

2 big stars
H5PY screenshot
Name: H5PY
Works on: windowsWindows 7 and above
Developer: Andrew Collette
Version: 2.2
Last Updated: 29 Mar 2017
Release: 11 Dec 2013
Category: Programming > Components Libraries
Rate this software:
284 downloads
commentsComments
downloadDownload
Liked it? Tell others:
details

H5PY Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012
SHA1 Hash: 20de3fc4a66fb971998e20644899028b7aad4f7d
Size: 1.74 MB
File Format: msi
Rating: 2.347826086 out of 5 based on 23 user ratings
Publisher Website: External Link
Downloads: 284
License: Free
H5PY is a free software by Andrew Collette and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download H5PY which is 1.74 MB in size and belongs to the software category Components Libraries.
H5PY was released on 2013-12-11 and last updated on our database on 2017-03-29 and is currently at version 2.2.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

H5PY Description

HDF5 for Python (H5PY) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 was designed to be a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data.
From a Python programmers perspective, HDF5 provides a robust way to store data, organized by name in a tree-like fashion.
You can create datasets (arrays on disk) hundreds of gigabytes in size, and perform random-access I/O on desired sections. Datasets are organized in a filesystem-like hierarchy using containers called "groups", and accessed using the tradional POSIX /path/to/resource syntax.
H5py provides a simple, robust read/write interface to HDF5 data from Python. Existing Python and Numpy concepts are used for the interface; for example, datasets on disk are represented by a proxy class that supports slicing, and has dtype and shape attributes. HDF5 groups are presented using a dictionary metaphor, indexed by name.
A major design goal of h5py is interoperability; you can read your existing data in HDF5 format, and create new files that any HDF5- aware program can understand. No Python-specific extensions are used; youre free to implement whatever file structure your application desires.
Almost all HDF5 features are available from Python, including things like compound datatypes (as used with Numpy recarray types), HDF5 attributes, hyperslab and point-based I/O, and more recent features in HDF 1.8 like resizable datasets and recursive iteration over entire files.
The foundation of h5py is a near-complete wrapping of the HDF5 C API. HDF5 identifiers are first-class objects which participate in Python reference counting, and expose the C API via methods.
This low-level interface is also made available to Python programmers, and is exhaustively documented.System requirementsPython
NumPy
similarSimilar Software