Skip to main content

A simple package calculating values for a single number and created in my Udemy course

Project description

NumData Documentation


Installation

gynumdata can be installed using python pip. The package is hosted on PyPI and PyPI-test

pip install gynumdata

Usage

Initialization is not required for using methods in numdata

from gynumdata import calculate

# Calculate square of a number
print(gynumdata.calculate.calculate_square(8))
# 64

# Calculate cube of a number
print(gynumdata.calculate.calculate_cube(8))
# 512

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

gynumdata-0.0.3.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

gynumdata-0.0.3-py3-none-any.whl (2.8 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