which language should I learn first as a beginner in coding and what Lang should I learn after that? Can anyone recommend best sites for learning coding
Answers
Answered by
36
Answer:
- Programming language for Beginners can be started from C language.
- Although C language is the basic to lean all other programming language.
- Learning python is easy compared to all others.
- Most of the coding language experts recommend the beginners to start up with C language.
- It is really simple and easy to learn form the base, it is like a base to all coding languages.
- Go by tutorial point or w3schools.com, these are for beginners helps to do better in coding.
- You ask also learn python/C language an other coding languages by buying coding books or simply learn from any YT channel.
Other programming languages:
- HTML,
- C,
- C++,
- Java,
- Python,
- Jave script, etc.
shadowsabers03:
Nice!
Answered by
2
Answer:
Explanation:
ANSWER:-
There are various Codings which you can choose to learn. According to me , let us go step by step:-
HTML:-
- Full name is Hyper Text Markup Language
- This is the basic method to learn coding
- It has various rules via which we can make websites.
- For Example:-
<HTML>
<HEAD>
<TITLE> My Experience with a Parrot</TITLE>
</HEAD>
<BODY>
<H1> My Experiences with a Parrot</H1>
Content ________________
</BODY>
<HTML>
- This is the basic format
- Font style can also be changed.
VISUAL BASIC:-
- What I prefer is to go ahead with Visual Basic after mastering HTML Codes
- This is the second level and depends on codes such as
- Dim
- Integer
- Val (Textbox1.text)
- These codings is applicable when you have downloaded Visual Basic 2008 Express Edition
- Given attachment shows the coding as well as output of a simple calculator.
PYTHON:-
- This is the third level
- It may appear tough, but it will gradually become easy.
- " Print " is commonly used here, depicts for output Results.
Others:-
- JAVA
- C++
- Command Prompt
The others need high level Practise and if we expertise the Basic ones, we will do this also.
Attachments:
Similar questions