Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate 3 Node.js templates to Python #310

Open
Meldiron opened this issue Nov 6, 2024 · 3 comments
Open

Translate 3 Node.js templates to Python #310

Meldiron opened this issue Nov 6, 2024 · 3 comments
Labels

Comments

@Meldiron
Copy link
Contributor

Meldiron commented Nov 6, 2024

Introduction

Appwrite allows developers to run serverless functions on Appwrite Cloud. While most of the business logic requires entirely custom code, parts of the application have a generic solution.

To address this problem, Appwrite introduced Function templates, allowing developers to use templates for problems such as Stripe payments, AI prompting, or generating invoices.

Those templates are meant to be extended by the developer to precisely fit the needs of their application. Considering that developers come from different backgrounds and experiences, Appwrite Functions supports templates for over 10 languages.

Starting this issue requires an understanding of Node.js and Python syntax. Finishing this issue will give you a basic understanding of Chat GPT, the code review process, and writing quality code.

Task summary

Your goal is to prepare 3 Appwrite Function templates in Python programming language.

1. Pick 3 templates you want to translate

Look at appwrite/templates README, and look for templates that are missing implementation in Python. Pick 3 templates you want to work on, and make sure they have been implemented in Node.js.

We highly recommend picking an integration template with the tool you are familiar with. If you are up for a challenge, pick the ones you wanted to learn but didn't have time to check out yet.

2. Translate templates from Node.js to Python

For each template, prepare a folder inside the Python directory. Initial setup shouldn't be a problem if you are familiar with Python, but it's also perfectly fine to look at other Python templates to see what they look like.

Once you have folders ready, look at the template implementation in Node.js, which shows you how the template was implemented in JavaScript. You should read the code and understand it clearly.

Finally, re-implement the same logic in Python. It's not necessary to follow it line-by-line, but it's best to follow the same logical structure.

In this step, you are allowed to use ChatGPT to help you out, but please don't copy entire chunks of code. Use it as a tool to show you what a solution could look like, but make sure you are the one making a decision about what the final PR looks like.

@Waterberry71
Copy link

Waterberry71 commented Nov 10, 2024

I am working on this.

Edit: Working on translating RAG with LangChain, Object Detection with Hugging Face, Sync with Pinecone from Node.js to Python

@Edumanu82
Copy link

Edumanu82 commented Nov 11, 2024

I'm working on translating Github Issue bot ,Speech Recognition with Hugging Face and Push Notification with FCM

@IgorJanGit
Copy link

IgorJanGit commented Nov 11, 2024

I am working on:

  • Storage Cleaner Function,
  • Slack Command Bot Function
  • Text generation with hugging face Function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants