introcs_python
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 (7.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: unalmis
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 51.8 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
License
Citation
readme.md
IntroCS Python
This is a repository of programs I developed as I learned python.
About the code
Here are descriptions of some projects in this repository.
- Cambridge mathematician John Conway's Game of Life.
24 - A high quality, unit tested, sorted tree implementation. This data structure is not found in the official python libraries. Its API supports more operations than typical implementations.
44 - Binary search and fast discrete distribution random number generation.
42 - Rumor propagation at a party.
14 - Euler totient function and plotting the Fourier spike.
21 - Computing Ramanujan numbers.
21 - Computing Fibonacci numbers.
33
Installation
If needed, install miniconda.
sh
git clone https://github.com/unalmis/introcs-python.git
cd introcs_python
conda env create --file environment.yml
conda activate introcs-env
Owner
- Name: Kaya Unalmis
- Login: unalmis
- Kind: user
- Repositories: 1
- Profile: https://github.com/unalmis
Citation (citation.cff)
cff-version: 1.2.0
title: Intro Python Programming
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Kaya
family-names: Unalmis
email: kayaunalmis@proton.me
orcid: 'https://orcid.org/0000-0002-1755-6764'
license: GPL-3.0-or-later
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 4 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- unalmis (1)