mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-26 05:18:12 -08:00
Compare commits
9 Commits
8b6f8906ba
...
addd743440
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
addd743440 | ||
|
|
bad67b06f5 | ||
|
|
2a08920e28 | ||
|
|
986e8444e5 | ||
|
|
4e1227c2d4 | ||
|
|
41d7a43e4f | ||
|
|
c21a7689d3 | ||
|
|
12a84f55e1 | ||
|
|
c09ab0b6c0 |
@@ -273,7 +273,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome
|
|||||||
- [coala](https://github.com/coala/coala) _(label: n/a)_ <br> A unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.
|
- [coala](https://github.com/coala/coala) _(label: n/a)_ <br> A unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.
|
||||||
- [Colossal-AI](https://github.com/hpcaitech/ColossalAI) _(label: good first issue)_ <br> An open-source deep learning system for large-scale model training and inference with high efficiency and low cost.
|
- [Colossal-AI](https://github.com/hpcaitech/ColossalAI) _(label: good first issue)_ <br> An open-source deep learning system for large-scale model training and inference with high efficiency and low cost.
|
||||||
- [cookiecutter](https://github.com/cookiecutter/cookiecutter) _(label: good first issue)_ <br> A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
|
- [cookiecutter](https://github.com/cookiecutter/cookiecutter) _(label: good first issue)_ <br> A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
|
||||||
- [Create aio app](https://github.com/aio-libs/create-aio-app) _(label: good first issue)_ <br> A command line utility that creates the aiohttp template with the best practices.
|
|
||||||
- [datascience](https://github.com/data-8/datascience) _(label: good first issue)_ <br> A Jupyter notebook Python library for introductory data science.
|
- [datascience](https://github.com/data-8/datascience) _(label: good first issue)_ <br> A Jupyter notebook Python library for introductory data science.
|
||||||
- [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_ <br> An implementation of Python for backend web development.
|
- [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_ <br> An implementation of Python for backend web development.
|
||||||
- [Embedchain](https://github.com/embedchain/embedchain/) _(label: good first issue)_ <br> Embedchain is a framework to easily create LLM powered bots over any dataset.
|
- [Embedchain](https://github.com/embedchain/embedchain/) _(label: good first issue)_ <br> Embedchain is a framework to easily create LLM powered bots over any dataset.
|
||||||
|
|||||||
20
data.json
20
data.json
@@ -1446,15 +1446,6 @@
|
|||||||
],
|
],
|
||||||
"description": "A simple IT automation platform"
|
"description": "A simple IT automation platform"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Create aio app",
|
|
||||||
"link": "https://github.com/aio-libs/create-aio-app",
|
|
||||||
"label": "good first issue",
|
|
||||||
"technologies": [
|
|
||||||
"Python"
|
|
||||||
],
|
|
||||||
"description": "A command line utility that creates the aiohttp template with the best practices."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "opsdroid",
|
"name": "opsdroid",
|
||||||
"link": "https://github.com/opsdroid/opsdroid",
|
"link": "https://github.com/opsdroid/opsdroid",
|
||||||
@@ -2208,6 +2199,15 @@
|
|||||||
"JavaScript"
|
"JavaScript"
|
||||||
],
|
],
|
||||||
"description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package"
|
"description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"name": "Todo List App",
|
||||||
|
"link": "https://github.com/pixelledbot/todo-list-app",
|
||||||
|
"label": "good-first-issue",
|
||||||
|
"technologies": ["JavaScript"],
|
||||||
|
"description": "A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage."
|
||||||
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user