Skip to main content

A package for various tools that can be useful in scientific research projects.

Project description

ResearchTools

A package for various tools that can be useful in scientific research projects. Two design principles drive this project.

  1. Heavy emphasis on using functions/closures, procedures are typically more straightforward to re-purpose than Classes/Objects.

    • Closures typically serve a single purpose, and may expose 1-2 other fields for manipulating internal variables.
      • Keep it Simple and Modular, memory is in no shortage these days but CPU cycles are always costly.
    • Numpy ND-arrays for anything that will be used for number-crunching.
    • When more structure is needed, we use the base Python datatypes as much as possible.
      • Lists for mutable integer-indexed Iterables, Tuples for immutable.
      • Dicts for key-value mappings.
  2. Everything should be as fast as possible, targetting high performance computing.

    • Numba-accelerated and vectorized functions where it makes sense.
    • Memoization module for caching the results of expensive functions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

researchtools-0.0.1.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

researchtools-0.0.1-py2.py3-none-any.whl (13.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file researchtools-0.0.1.tar.gz.

File metadata

  • Download URL: researchtools-0.0.1.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for researchtools-0.0.1.tar.gz
Algorithm Hash digest
SHA256 b03d9e8a7438160879917f83f6a405d7be354d7be7bfc50720114598b6334e11
MD5 7da789786022049aea4fae2fcd7fd1ad
BLAKE2b-256 631d845a97adebf457e3abfa1908cf7cd79b38b80015c89ac003911cc3daf435

See more details on using hashes here.

File details

Details for the file researchtools-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for researchtools-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 78c92971d219d5e7234ecf3ab51df22e60b25470c0d8dcf7547132bb87785849
MD5 2e991aa18e023ae2ce6100f6174e6d89
BLAKE2b-256 c18c13cb8211699584461bfa8e1be3700670ea1e9a243976d84b37af2daf9bc6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page