0jas0jas / mon-cahier

https://0jas0jas.github.io/mon-cahier/
MIT License
1 stars 0 forks source link

mon-cahier/post/grandmaworkshop/ #2

Open utterances-bot opened 3 months ago

utterances-bot commented 3 months ago

Teach Your Grandma How To Code | Mon cahier

This text is actually a workshop? Yup. For the people who’re currently IN my workshop, use this as a guide. I’ll say everything that’s written here almost literally. For the people who’re just reading this for some reason? I don’t know, live life I guess. We’ve so many programming languages. Every programming language seems like their own mountain to climb. There’s just so much to “parse” (so proud of that one).

https://0jas0jas.github.io/mon-cahier/post/grandmaworkshop/

SwadheenMishra commented 3 months ago

According to me, all programing languages provide you with a set of tools (like loops, conditions, etc.) to solve a given problem but the way you use these tools are slightly different, for example in java if u need to use a if condition you have to put the condition in the brackets like so (a > b) but in python u can directly write a > b BUT the logic is still the same, therefore if you understand the logic behind what you are doing you can use that same logic in a different language but the syntax will be a bit different. Due to this i also think that its easy to learn new languages you just need to learn the syntax.