File modified

This commit is contained in:
sinhasurapto
2023-10-02 09:48:52 +05:30
parent e1a38b0199
commit 88b170151f
2 changed files with 9 additions and 1 deletions

View File

@@ -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)_ <br> An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers - [mitmproxy](https://github.com/mitmproxy/mitmproxy) _(label: help-wanted)_ <br> An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers
- [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_ <br> The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content. - [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_ <br> 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)_ <br> An optional static typing for python. - [mypy](https://github.com/python/mypy) _(label: good-first-issue)_ <br> An optional static typing for python.
- [numpy](https://github.com/numpy/numpy) _(label: good first issue)_ <br> 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)_ <br> OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration. - [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_ <br> 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)_ <br> An open source chat-ops bot framework. - [opsdroid](https://github.com/opsdroid/opsdroid) _(label: good-first-issue)_ <br> An open source chat-ops bot framework.
- [pandas](https://github.com/pandas-dev/pandas) _(label: good-first-issue)_ <br> Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more - [pandas](https://github.com/pandas-dev/pandas) _(label: good-first-issue)_ <br> Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

View File

@@ -1491,6 +1491,15 @@
], ],
"description": "Software to automate the management and configuration of any infrastructure or application at scale." "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", "name": "mygpo",
"link": "https://github.com/gpodder/mygpo", "link": "https://github.com/gpodder/mygpo",