I'm new here what is the best language to start off with? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I'm new here what is the best language to start off with?

Coding

19th Nov 2022, 10:28 PM
Ella Acheampong
22 Answers
+ 7
Backend — anything that runs on a server, i.e. "not in a browser" or "on a computer connected to a network (usually the Internet) that responds to messages from other computers". For the backend, you can use any tools available on your server (which is essentially just a computer configured to respond to messages). This means that you can use any universal programming language: Ruby, PHP, Python, Java, JavaScript / Node, bash. This also means that you can use database management systems such as MySQL, PostgreSQL, MongoDB, Cassandra, Redis, Memcached.
20th Nov 2022, 7:58 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 9
Web development: for frontend --->>> HTML, CSS, JavaScript; for backend --->>> SQL, PHP, databases, Python, Ruby, Java, JavaScript... For PC: C/C++, C# For mobile: Java, Kotlin, Swift
20th Nov 2022, 7:52 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 7
It depends on your goals, what you want to achieve with coding. You can find some inspiration on the Sololearn blog. https://www.sololearn.com/blog/83 https://www.sololearn.com/blog/228 https://www.sololearn.com/blog/231
20th Nov 2022, 5:47 AM
Tibor Santa
Tibor Santa - avatar
+ 6
Frontend — anything that the browser can read, display, and / or run. That is, it is HTML, CSS, and JavaScript. HTML (Hypertext Markup Language) tells the browser what the content of the page is, for example, "title", "paragraph", "list", "list item". CSS (Cascading Style Sheets) tells the browser how to display elements, for example, "after the first paragraph, an indent of 20 pixels" or "all text in the body element should be dark gray and written in the font Verdana". JavaScript tells the browser how to respond to certain interactions using a lightweight programming language. Most sites don't actually use a lot of JavaScript code, but if you click on something and the page content changes without the screen flashing white, it means that JavaScript was used somewhere.
20th Nov 2022, 7:57 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 4
It depends on your career goal But being a beginner u must start with python or c++
21st Nov 2022, 11:24 AM
isaiah
isaiah - avatar
+ 3
Html would do. Trust me.
21st Nov 2022, 5:53 AM
Settings
Settings - avatar
+ 3
I think the best language to start with is more of a low level language like C or even assembly language.
21st Nov 2022, 4:47 PM
socka
socka - avatar
+ 2
Hi! it depends on your goal in learning the programming language. what direction in programming are you interested in?
20th Nov 2022, 6:30 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
if you want to learn web design start HTML , CSS and JAVASCRIPT
20th Nov 2022, 11:47 AM
Hamdy Ahmed
Hamdy Ahmed - avatar
+ 1
Very interesting. Thanks
20th Nov 2022, 8:00 AM
Ella Acheampong
+ 1
you can find all this information yourself using the Google search engine
20th Nov 2022, 8:02 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
Thank you all for your replies
20th Nov 2022, 5:22 PM
Ella Acheampong
+ 1
I think the best language to start programming with is JavaScript or python These are really easy to understand and has a lot less limitation
21st Nov 2022, 7:42 AM
Mortaza Razawi
Mortaza Razawi - avatar
+ 1
Software developer Which coures should i take
21st Nov 2022, 8:38 AM
isaiah
isaiah - avatar
+ 1
For developing android applications its better to use java , kotlin For IOS swift is recommended and for windows C# , C++ , java , is recommended
21st Nov 2022, 9:17 AM
Mortaza Razawi
Mortaza Razawi - avatar
+ 1
Start with html
21st Nov 2022, 3:39 PM
Mogau Maoto Nchabeleng
Mogau Maoto Nchabeleng - avatar
0
Web development and building apps for devices pc/phone
20th Nov 2022, 7:19 AM
Ella Acheampong
0
Thank you. But, Please can you elaborate what "fronted & backend" mean?
20th Nov 2022, 7:57 AM
Ella Acheampong
0
Okay
20th Nov 2022, 8:03 AM
Ella Acheampong
0
HELLO AM PRINCE , START WITH HTML TO LEARN THE LANGUAGE FIRST THEN CSS THEN JAVA
20th Nov 2022, 10:28 AM
Prince Kabubi
Prince Kabubi - avatar