sci-cpy

Scientific Computation Methods in C and Python (Open for Hacktoberfest)

https://github.com/dutta-sd/sci-cpy

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary

Keywords

c hacktoberfest hacktoberfest-accepted hacktoberfest2023 numerical-methods python python3 scientific-computing
Last synced: 6 months ago · JSON representation ·

Repository

Scientific Computation Methods in C and Python (Open for Hacktoberfest)

Basic Info
  • Host: GitHub
  • Owner: Dutta-SD
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 159 KB
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 12
  • Open Issues: 2
  • Releases: 0
Topics
c hacktoberfest hacktoberfest-accepted hacktoberfest2023 numerical-methods python python3 scientific-computing
Created over 4 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License Citation

README.md

Sci-Cpy Logo

This repository is meant to be a ready reference for scientific computation methods.

Do ⭐ it if you find it useful!

This repository contains two main folders * /Python - Codes written in Python 3. Can also contain code having C code with Python Wrapper * /C - Contains numerical method codes implemented in C

This reposittory must be useful for C and Python coders.

Languages Accepted

  • Python 3
  • C

Contributing

See CONTRIBUTING.md

License

MIT License

Best of luck!

Owner

  • Name: Sandip Dutta
  • Login: Dutta-SD
  • Kind: user
  • Location: Kolkata, India
  • Company: Jadavpur University

JU ETCE 2023. Interned at Amazon Inc, ISI Kolkata, JU Kolkata

Citation (CITATION.cff)

# YAML 1.2
---
abstract: "This repository is meant to be a ready reference for scientific computation methods."
authors: 
  -
    affiliation: "Department of ETCE, Jadavpur University"
    family-names: Dutta
    given-names: Sandip
cff-version: "1.2.0"
date-released: 2021-09-26
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/Dutta-SD/sci-cpy"
title: "sci-cpy"
...

GitHub Events

Total
Last Year

Dependencies

Python/Gaussian_Elimination/requirements.txt pypi
  • numpy >=1.21.3
  • pytest >=6.2.5
Python/Newton_Raphson/requirements.txt pypi
  • Requirements *
  • Sympyisbasicallyusedheretoconvertmathfunctioninstringformintoasolvablefunctionandtodifferentiatethatfunction. *
  • TheonlydependencythisprogramhasisonSymPylibrary. *
Python/Simpsons_Rule/requirements.txt pypi