Need programming language advice!

If you had to start from scratch, what programming language would you use (python, node/typescript) and WHY? Thanks!

1 Like

I would recommend Python due to the fact that it is one of the easiest programming languages in the world (making it very beginner friendly), whereas Node.js or TypeScript are more complex.

2 Likes

Python is definitely the language of choice for most AI developers. However if you’re doing a web app like me, the fact that it’s a web app as 99% weighting on deciding which languages to use.

Remember OpenAI has an HTTP API which can be called easily from ANY language.

3 Likes

If I was learning from scratch, I would start with Python.

I started with BASIC in DOS back in the day, moved to PERL for a while, and still use PHP mostly with a bit of javascript…

Python is a good foundation, though, especially for AI stuff…

Very good point. I should’ve asked what OP was trying to do first!

3 Likes

For machine learning and other AI stuffs, learn python. Everyone is using it. If you check other AI providers, most (if not all) of the examples are written in python. This is coming from someone not using python.

3 Likes

Well, I prefer Python. Due to several reasons, because it is extremely beginner-friendly. The Python programming language is very easy to learn, and it has clean syntax, almost like English. You can focus on logic and problem-solving rather than syntax and be very flexible to explore AI. These days you will notice the demand for the Python language is very high, and it is also good as a long-term career.

I hope this will help.

Mamta Bankoti