Skip to content

Simple PyPi Package for 🚀✨ helping beginners to contribute to open source projects. Good First Issue😊

Notifications You must be signed in to change notification settings

Debanshu777/Curve_distributions

Repository files navigation

Image by ashutoast-123

Easy to use, Easier to contributeâš“

Description 🚀

This Curve Distribution is an open-sourced python package💥 read in data from a txt file. The txt file should have one number (float) per line. The numbers are stored and accordingly there are several functions which are present:

  • Gaussian Distribution 👾
  • Binomial Distribution 👽
    functions includes calculating mean,standard deviation,plotting in-from of histograms,getting probability distribution function,plotting the normalized histogram of the data and a plot of the probability density function along the same range,etc.

Documentation of this Package here

How To Contribute 🎃

This repo is quite new. I am trying to set up a easiest way to contribute to live python package available on pypi. The code is really simple and basic and can be undertood and adapted easily. Perfect for Hacktoberfest

  • New ideas are most welcome "Raise issues in case you have some suggestions/bugs".
  • For First time contributors👶, I can help them with their contributions "Raise an issue". Visit Firstcontributions to get more info about first contributions.
  • Before making a Pull Request🤖 don't forget to add your name in the Contributing.md in the format <Contributer_name>:<Edits_in_one_line>.

Installation 🧠

  • Step 0: Create a virtual enviroment
  • Step 1: To install the package
    pip install curve_distributions
  • Step 2: To import the package and classes
    from curve_distributions import Gaussian,Binomial

Releases

No releases published

Packages

No packages published

Languages