Skip to main content

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

  1. Install the package.

  2. To check if a number is perfect square, use the following code:

    from pybeginners import programs
    print(programs.issquare(number))
    
  3. Similarly, you can use programs.isprime(number) and two more 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

pybeginners-1.0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

pybeginners-1.0.1-py3-none-any.whl (2.9 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