Compare commits

..

1 Commits

Author SHA1 Message Date
BOT
8b6f8906ba Merge 4e1227c2d4 into 101b08d2c9 2024-10-30 06:55:27 +01:00
2 changed files with 10 additions and 0 deletions

View File

@@ -273,6 +273,7 @@ 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.
- [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.
- [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.
- [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.

View File

@@ -1446,6 +1446,15 @@
],
"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",
"link": "https://github.com/opsdroid/opsdroid",