+ 4
What is the best , easiest programming language for newbies?
I started to learn C++ , anyone can please help me?
12 ответов
+ 13
JavaScript! ^_^
+ 7
Honestly, HTML is the easiest, but the best will be opinionated. I prefer any C language, so that's what I recommend.
+ 6
I think the best language to start with is Python, but seeing as you've already started learning C++, I would recommend C# - it is easier and very similar to C++, so you can practice both at the same time.
I started with Python 3.6, it is quite basic and I could perform tasks such as creating a random password generator where you can save the ones you like at a certain destination and with a name, eg. 'Facebook'.
If I were you I would try C#, I hope this helps.
+ 5
I found the simplified java environment of the processing IDE (www.processing.org) and its JavaScript counterpart p5js (www.p5js.org)a nice kickstart also due to the vast amount of examples and tutorials.
It's worth to mention that this ide was made to be friendly to users that don't code as their primary activity(visual artists, interactive designers, tinkerers....).
A lot of tools/libraries available for image, sound, video, GUI, networking, computer vision, hardware interfacing, file manipulation...... and create executables for win,mac, linux, android apk, JavaScripts.
There is also a python mode if you like it.
You should be fine with your c++ base knowledge.
+ 3
Html
+ 2
C# is easier than C++ imo and they're pretty similar, so if u want to learn both u should start with C#, dunno about the other languages.
+ 2
Ruby
+ 2
you dont ask the good question the right question for a programmer is "which language should i use for what i want"....
html,css and javascript for web design.the javascript part animate the contain of your webpage..
python can be use for so many aspect.read about it
c++ to design software and even operating systems
java for android programers mainly
php sql for database programmers
ruby for ios programmers
+ 1
Of course java
+ 1
c++ is a hard starter but if you learn c++, you can learn anything. Look up "processing JS" or "p5.js", they are great languages to learn basic coding concepts.
0
I started with C++
0
i was exactly in your position one year ago with c++ as my first language.....if you already have the notion of while and for loops, if condition,variable declarion the languages that will be easy to master are java, python, c#,javascript c because they have merely the same semantics (meaning).but u will find some difficulties in php because it is unique on its own...html ,css,sql are merely easy...