Skip to main content

No project description provided

Project description

ENSFC STEMM Python Package

Table of Contents

Welcome to the ENSFC STEMM Python Package! This package is designed to provide tools and utilities for students and professionals in the fields of Science, Technology, Engineering, Mathematics, and Medicine.

Installation

You can install the package using pip:

pip install ensfc-stemm

Usage

Below are some examples of how to use the functions and classes provided by this package.

Functions

calculate_mean

Calculates the mean of a list of numbers.

from ensfc_stemm import calculate_mean

numbers = [1, 2, 3, 4, 5]
mean = calculate_mean(numbers)
print(f"The mean is: {mean}")

solve_quadratic

Solves a quadratic equation of the form ax^2 + bx + c = 0.

from ensfc_stemm import solve_quadratic

a, b, c = 1, -3, 2
roots = solve_quadratic(a, b, c)
print(f"The roots are: {roots}")

Classes

Student

Represents a student with a name and a list of grades.

from ensfc_stemm import Student

student = Student(name="John Doe", grades=[90, 85, 92])
print(f"Student Name: {student.name}")
print(f"Average Grade: {student.average_grade()}")

Experiment

Represents a scientific experiment with a name and a list of results.

from ensfc_stemm import Experiment

experiment = Experiment(name="Physics Experiment", results=[9.8, 9.7, 9.9])
print(f"Experiment Name: {experiment.name}")
print(f"Average Result: {experiment.average_result()}")

Contributing

We welcome contributions! Please read our contributing guidelines for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or suggestions, please contact us at 2403305@eastnorfolk.ac.uk.

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

ensfc-stemm-0.1.4.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ensfc_stemm-0.1.4-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file ensfc-stemm-0.1.4.tar.gz.

File metadata

  • Download URL: ensfc-stemm-0.1.4.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.6

File hashes

Hashes for ensfc-stemm-0.1.4.tar.gz
Algorithm Hash digest
SHA256 4af314d8a5ac91c9d007bfabab19a727de46d6ae62a3bdd6cc6bb7a6db5c7418
MD5 29dbfdb7c63b67d65c61d2ee2f5c12bc
BLAKE2b-256 39a90ed3c2d9f1d03edf94c20f7024e66c982c8ca230eb7409a4c5d796a2c206

See more details on using hashes here.

File details

Details for the file ensfc_stemm-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: ensfc_stemm-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.6

File hashes

Hashes for ensfc_stemm-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e434c3fa941759e6d1e628e2d154c030f3de725d0d592400459a74c8b849a5b6
MD5 7d1517dce19d9cfd16f053cc127ca3ea
BLAKE2b-256 674c585b749f04148e8e5ee8c737e8200107c5155643d8d1fcff2957858621cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page