What is beter: Node vs Python for a Crypto Bot?

N1ckG2

Elite Member
Joined
Dec 17, 2011
Messages
2,670
Reaction score
1,323
I am going to buid a custom crypto bot for Binance SPOT (my favourite exchange) or Pionex (the bot friendly echange with low fees).

The question is - what is better - Node or Python ?

I bet both can does the job so it i a matter of personal preference and experice OR the build in functionality for example trainling buy/sell orders, conditional orders, chaining orders together etc.

Share your thoughts and experice, please.
 
I suggest Python because the Community is very active if you search for help. Good luck!
 
only with python. but i think it is not difficult to setup the api. it is like every other api. 1. study documentation 2. implement api in python code
 
Id expect both to perform equally so choose which ever you are most comfortable with.
 
Id expect both to perform equally so choose which ever you are most comfortable with.
In fact I don't have ecirience with any of these, going to learn node or pyhon. What is easier?
 
I would suggest you start with Python because I think it will be more beneficial in the long term, compared to learning JS. Python simply has more support for more possibilities, like desktop applications. In the end, it all depends on what you want to do. This could sound controversial to some but if you're just starting to learn how to program, I'd suggest you start with C to learn the fundamentals, then you'll have no problem learning either Python or JS.
 
Python because it is better for bots and also has a bigger active community if you run into problems.
 
I can assume Python. Whatever the case, but due to popularity, you will more than easily find the necessary clues to create
 
Python is great for the backend, but if you need a web UI you will need to get into JS preferably, for the web framework.
 
depends on what you want to build, python is more suitable for bots, it has a lot of library that helps, especially in the ai field, if you want to create a web app, try nextjs or remix in the front end, and python in the backend.
 
It doesn't matter in my opinion, use the language you're the most comfortable with.

You will get it done in both cases for bot creation.
 
Back
Top