Confused whether to go with web3.py or web3.js #1645
-
Hi! I started a few months ago and I've completed Lesson 6. I just recently saw that Patrick uploaded a new 32-hour-long course about blockchain dev but that one is based on javascript. The question might sound a bit childish but I would really appreciate some advice from someone experienced. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @abdullahpichoo |
Beta Was this translation helpful? Give feedback.
Hello @abdullahpichoo
Well I would said it does not matter that much, the main language for smart contracts is Solidity and it's the core of learning web3 development for Ethereum. The framework you choose to deploy and test your smart-contracts is up to you, at the end you will end up learning more than one and as you are starting I would said just choose the one you feel more confortable with.
If you like Python keep with it, if you like JS go ahead, there is not a something better over the other.
Cheers.