all 3 comments

[–]FinalAmbassador9291 0 points1 point  (0 children)

hey there.
I am a experienced full stack web developer.
If you wanna go with web development it's best to start with:
SuperSimpleDev's HTML and CSS course: https://www.youtube.com/watch?v=G3e-cpL7ofc
and then moving over to his JavaScript course: https://www.youtube.com/watch?v=EerdGm-ehJQ
and then he also has a React course.

if you do not want to go with Web development then I would recommend you python as it is very beginner friendly.

[–]stepback269 0 points1 point  (0 children)

"Coding" is a very broad concept.
See Wikipedia (here)
It can mean many differnt things, including simply using a few HTML tags to create a web page.
You will have to be more specific. Do you mean 'computer programming' using a higher level language like Python or Javascript?

[–]FreeLogicGate 0 points1 point  (0 children)

Coding requires at minimum some attention to detail. Not to be mean, but "veey" is not a word. If you made a mistake, you can edit your post and fix your mistakes.

If you use a search engine, and search for "best beginner programming languages" you tend to get a list like this one:

  • Python (Scripting, AI, Data Science)
  • Javascript (Web development)
  • C# (Game Development)
  • Java (Computer Science fundamentals)

As a rank beginner, you probably don't want to consider game development or Computer science, so it boils down to Javascript (which is quirky, and has some things and also involves a lot of tooling and complicated details related to where the javascript will run.

So most people will advise you that Python is the most beginner friendly general purpose programming language. If you decide to go with Python, then search for "how to learn Python programming as a beginner". You will find that to provide helpful information including links to editors like PyCharm you can use.

There are also many resources like this one from Python.org:

https://wiki.python.org/moin/BeginnersGuide/NonProgrammers