Solidarity codes and there functionality #327
-
Hello everyone currently i have watched 3 hours of tutorial video here i want to mention that i dont have any background of coding but at this stage i am unable to understand, i want to ask that where can i find all codes and there functionality like for example purpose of () , [ ] {} these and all other codes if any one can help me i will be very thankful |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
@beebaa1 There are many free tutorials available on youtube and on the internet. But in order to learn the basics of programming, you need to decide what you want to do in the future? I am supposing that you want to pursue your career in web2 and web3, for that reason I would suggest you start the basic programming with Javascript. I will help you in web2 and also this course is all in Solidity and Javascript. here is the link to the Freecodecamp javascript course that teaches from start, it will help you a lot https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/ You should also check the Freecodecamp youtube channel where you will find more similar stuff. Let me know if you need anything else. |
Beta Was this translation helpful? Give feedback.
-
() tuples []array {}dictionary at least in python |
Beta Was this translation helpful? Give feedback.
-
First of all I don't think so anyone with no coding background should try to learn solidity and web3 development. Web3 is built on the top of web2. So learning web2 and then web3 will be great. |
Beta Was this translation helpful? Give feedback.
@beebaa1 There are many free tutorials available on youtube and on the internet. But in order to learn the basics of programming, you need to decide what you want to do in the future?
I am supposing that you want to pursue your career in web2 and web3, for that reason I would suggest you start the basic programming with Javascript. I will help you in web2 and also this course is all in Solidity and Javascript.
here is the link to the Freecodecamp javascript course that teaches from start, it will help you a lot https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/
You should also check the Freecodecamp youtube channel where you will find more similar stuff.
Let me …