Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

greek

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

greek

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

Mathematical Greek for Python

Why write pi when you could write π?

This package provides - and monkey patches - Greek aliases for builtins and standard library functions.

Usage

Either import the Greek aliases from the greek module:

from greek import π

Or just import greek first and use the aliases from the standard library:

import greek
from math import π

But what if the taste of importing an English name like greek doesn't sit right with you? We got you:

import ελληνικά
from math import τ
from ελληνικά import Π

List of aliases

OriginalGreek
sumΣ
sum𝚺
int
complex
math.piπ
math.pi𝜋
math.tauτ
math.tau𝜏
math.e𝑒
math.prodΠ
math.gammaΓ
statistics.stdevσ

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc