From e1a38b0199ce45e596dc88ba2ff24505d2536c36 Mon Sep 17 00:00:00 2001 From: sinhasurapto Date: Mon, 2 Oct 2023 09:30:01 +0530 Subject: [PATCH 1/2] File modified --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a1c98d..e74268b 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [mitmproxy](https://github.com/mitmproxy/mitmproxy) _(label: help-wanted)_
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers - [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_
The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content. - [mypy](https://github.com/python/mypy) _(label: good-first-issue)_
An optional static typing for python. +- [numpy](https://github.com/numpy/numpy) _(label: good first issue)_
The numpy is a package for scientific computing with Python, which is useful for performing computations involving large multidimensional arrays and matrices. - [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_
OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration. - [opsdroid](https://github.com/opsdroid/opsdroid) _(label: good-first-issue)_
An open source chat-ops bot framework. - [pandas](https://github.com/pandas-dev/pandas) _(label: good-first-issue)_
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more From 88b170151f90c41b30f2404a9e1f3411451ed712 Mon Sep 17 00:00:00 2001 From: sinhasurapto Date: Mon, 2 Oct 2023 09:48:52 +0530 Subject: [PATCH 2/2] File modified --- README.md | 1 - data.json | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e74268b..9a1c98d 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [mitmproxy](https://github.com/mitmproxy/mitmproxy) _(label: help-wanted)_
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers - [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_
The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content. - [mypy](https://github.com/python/mypy) _(label: good-first-issue)_
An optional static typing for python. -- [numpy](https://github.com/numpy/numpy) _(label: good first issue)_
The numpy is a package for scientific computing with Python, which is useful for performing computations involving large multidimensional arrays and matrices. - [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_
OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration. - [opsdroid](https://github.com/opsdroid/opsdroid) _(label: good-first-issue)_
An open source chat-ops bot framework. - [pandas](https://github.com/pandas-dev/pandas) _(label: good-first-issue)_
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more diff --git a/data.json b/data.json index 28ce1de..ddcad14 100644 --- a/data.json +++ b/data.json @@ -1491,6 +1491,15 @@ ], "description": "Software to automate the management and configuration of any infrastructure or application at scale." }, + { + "name": "numpy", + "link": "https://github.com/numpy/numpy", + "label": "good-first-issue", + "technologies": [ + "Python" + ], + "description": "A python language library which is used in computing large multidimensional arrays and and matrices using built-in functions." + }, { "name": "mygpo", "link": "https://github.com/gpodder/mygpo",