Skip to main content

A collection of functionalities used throughout my career.

Project description

A list of personal functionalities used throughout my career.

Each functionality will be short and have a single purpose.

Firstly, I will list each functionality with a one sentence description. Following each functionality will be demonstrated along with an example and output.

Enjoy.

Description:

  • split_x_into_n: Splits two variables into a list of n parts from [0, ..., x]

  • count_occurence:

Examples:

  • split_x_into_n:

split(10, 5)

output: [0, 2, ,4, 6, 8, 10]

split(10, 5, include_zero=False)

output: [2, 4, 6, 8, 10]

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

meyworldutils-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

meyworldutils-0.1.1-py3-none-any.whl (6.4 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