+ 4

What is the best , easiest programming language for newbies?

I started to learn C++ , anyone can please help me?

4th Feb 2017, 3:31 PM
HoldLight
13 odpowiedzi
+ 13
JavaScript! ^_^
4th Feb 2017, 3:33 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 7
Honestly, HTML is the easiest, but the best will be opinionated. I prefer any C language, so that's what I recommend​.
13th Feb 2017, 7:11 AM
SoraKatadzuma
SoraKatadzuma - avatar
+ 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.
4th Feb 2017, 4:34 PM
aaa
+ 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.
4th Feb 2017, 3:47 PM
seamiki
seamiki - avatar
+ 3
Html
13th Feb 2017, 5:43 AM
Ehtesham Ali
Ehtesham Ali - avatar
+ 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.
4th Feb 2017, 3:59 PM
SIMOMEGA
SIMOMEGA - avatar
+ 2
Ruby
4th Feb 2017, 5:33 PM
draggy568
draggy568 - avatar
+ 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
6th Feb 2017, 1:43 PM
Arnol Fokam
+ 1
Of course java
4th Feb 2017, 4:07 PM
Mohammed Monthir
Mohammed Monthir - avatar
+ 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.
4th Feb 2017, 10:21 PM
Dylan James
Dylan James - avatar
0
I started with C++
4th Feb 2017, 5:42 PM
Tiago Guedes
0
Phyton or Ruby
4th Feb 2017, 8:32 PM
Obaapa Ama AMPABEN-KYEREME
Obaapa Ama AMPABEN-KYEREME - avatar
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...
6th Feb 2017, 1:37 PM
Arnol Fokam