What should i use | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What should i use

Hi guys what programm should I use today python or Web or cpp or Cs or php or other

10th Apr 2024, 6:02 AM
Freddyz Montilla
Freddyz Montilla - avatar
5 Answers
+ 3
# Freddyz Montilla , # # First, use Python to # save this program. # Then run it each day to # randomize your study. import random language = [ "Python", "Web", "C++", "C#", "PHP", "other", ] print(random.choice(language))
10th Apr 2024, 12:55 PM
Rain
Rain - avatar
+ 2
You seem to be asking, what is the best programming language. But this question is meaningless, if you don't say, what you want to use it for. Each one has different strengths and weaknesses, some tasks they are good at, and for some task they are disadvantaged or even completely unsuitable. There are popularity rankings such as Tiobe index or stackoverflow surveys, but these do not necessarily reflect the usefulness or competence of each language, more like how many people search for them on Google (for whatever reason). Every such ranking is very subjective, even if just by selecting which measurement to compare by. And more often than not, they are comparing apples with oranges. https://www.tiobe.com/tiobe-index/ If you specify what you want to build, it is possible to recommend the most popular choices. Popularity often matters more than the inherent capability of a language. Because if many people use something, there is a high chance you will find good docs, and answers to common issues.
10th Apr 2024, 6:53 AM
Tibor Santa
Tibor Santa - avatar
+ 2
Hi . I recommend starting with python. Python has a very simple syntax and is easy to learn but it also depends on what tasks do you want to do. I started with html
10th Apr 2024, 11:53 AM
Aiman Zehra
Aiman Zehra - avatar
0
Web
10th Apr 2024, 4:04 PM
Vidhya Tharan
Vidhya Tharan - avatar
10th Apr 2024, 8:13 PM
`нттp⁴⁰⁶
`нттp⁴⁰⁶ - avatar