Look I'm in a huge rush because my boss wants this customer support agent finished by Friday for our London-based startup and I'm spiraling. I read online that Python is the go-to because of libraries like Langchain but then I saw a thread saying TypeScript is way better for production-ready skills especially if you're doing a lot of API calls. I'm torn because I need to build these custom skills fast and I'm the only dev.
Is Python really the best choice for speed or should I just stick with TS? I dont want to pick the wrong one and have to rewrite everything in three days...
In my experience, TypeScript wins for Shopify. I've used Microsoft Visual Studio Code 1.90 for years tho.
@Reply #1 - good point! TypeScript is definitely the standard for web apps, but I've been looking into this and Python just seems a bit more beginner-friendly when you're dealing with LLMs. If you're stressed about that Friday deadline, Python might be the safer bet just because of how many tutorials there are. I'm always worried about breaking things during a deployment, and Python feels a bit more forgiving to me... even if it's a bit slower sometimes. For the budget side of things, you can host a small Python bot on the Railway.app Starter Plan for basically pennies. It's way easier than setting up a whole server when you're in a rush. Here are a few things I've used that might help you stay on track:
Stick to what you know best so you dont waste time on syntax. If you choose Python, FastAPI 0.111 Web Framework is great for those API calls. For hosting, Vercel Hobby Plan Cloud Hosting stays free and scales easily. Check the Shopify API documentation for their starter templates too. You'll definitely hit that Friday deadline if you stay focused.