Skip to main content

python science programming

Project description

Pyscience

Pyscience is a easy python library and command-line application to work with mathematical operations and other science related programming. Also you can manage CSV data with the datam module. See API documentation for more information.

Pyscience requires Python 3.7+ to work.

Installation

You can install Pyscience using pip (as root)::

pip3 install pyscience

If you want to install the latest development version, you need to add the `--pre’ flag::

pip3 install --pre pyscience

Pre-releases have the latest features and bug fixes.

At this time, only development versions are available.

Basic usage

Once installed, you can run pyscience as a normal program::

pyscience

This should start pyscience’s interactive interpreter. You can operate with variables::

> 2x+3x
5x
> 2x*7y
14xy

Or get Chemical Elements information with the ‘CE’ function::

# Returns chemical element with symbol ‘H’
> CE(‘H’) 
...
# Returns chemical element with atomic number 2
> CE(2)
...
>

Todo

Pyscience is in current development. Future features:

  • Math functions
  • Update chemicals elements information
  • Add multilingual support to program's messages
  • Polynomial division
  • Physics functions
  • Complete parser module. This feature is not enabled yet.
  • Documentation

History

Version 0.1.0.dev4 (February 20th 2019)

  • Initial release.

License

Copyright (c) 2019 Manuel Alcaraz Zambrano

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

pyscience-0.1.0.dev4.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

pyscience-0.1.0.dev4-py3-none-any.whl (26.3 kB view hashes)

Uploaded Python 3

Supported by

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