A package to use some basic numeric/math functionalities
Project description
pybeginners
Python package to help beginners with basic math program functionalities like
- isprime(number)
- oddeven(number)
- issquare(number)
- iscube(number)
Installation
pip install pybeginners
How to Use
-
Install the package.
-
To check if a number is perfect square, use the following code:
from pybeginners import programs print(programs.issquare(number))
-
Similarly, you can use
programs.isprime(number)
and two more functions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybeginners-1.0.1.tar.gz
(1.6 kB
view details)
Built Distribution
File details
Details for the file pybeginners-1.0.1.tar.gz
.
File metadata
- Download URL: pybeginners-1.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 651f95208d0f733bb0890311055fc782e525f6d8ccd9ace6c7e731b4acec851a |
|
MD5 | 5d98722ca4fc0c24aacca243f9b7e8d2 |
|
BLAKE2b-256 | dc2ec4e5084de9ff9c2c11a2597197ed9ef65a4d39c32a953159192849419746 |
File details
Details for the file pybeginners-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pybeginners-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148402e800a2f4e21337dc7e548b0c93d36cdf640566a8e61f711bfed20616f5 |
|
MD5 | 0eeb48c06817e39f890ea9defaacffcb |
|
BLAKE2b-256 | e08e57b5d941d7b0aa8f00602c43e437171390310191cf04f7abea7766162788 |