+ 3

is it good that you start learning programming with python not knowing c++ in this app???

I don't have any knowledge of programming

19th Aug 2016, 6:57 PM
sk sid
sk sid - avatar
9 Réponses
+ 12
I think, it's a good idea to start programming with Python. I started with Java. It was more difficult because it took a very long time until I could write simple programs. Maybe you just compare the 'Hello world!' program in different languages: in Java: public class HelloWorld { public static void main(String[] args) { // Prints "Hello, World" to the terminal window. System.out.println("Hello, World"); } } in Python: print (Hello world!) :-) Python is a good choice for beginners
19th Aug 2016, 8:11 PM
Amarie
+ 3
Yes, and yes! I think its a nice way to start. But do not limit yourself with this app only. Try computer implementations of quizzes here and challange yourself with some problems. Happy coding!
19th Aug 2016, 8:39 PM
mimimisi
mimimisi  - avatar
+ 3
I would say Python is a good language to start becoming interested in programming. I personally started with c++ and hated it. I almost changed majors because of it. Luckily, I barely passed. I then discovered Python, which allowed me to become less fearful of programming. Once I grasped Python, I explored Java and JavaScript. Then, and only then, did I venture back into c++. I conquered my fear and was able to eventually learn c++ with some competency. However, if confidence isn't an issue, I would say c++ is a good foundation for learning the basics of any programming language. I guess that's why they teach it first.
20th Aug 2016, 12:58 PM
Hazel "Joey" Pickett
Hazel "Joey" Pickett - avatar
+ 2
Ya right. I also started with java instead of c++. Everyone was shouting at me for that, like c++is the basic of coding and all those shit. Keep going sid!
19th Aug 2016, 8:37 PM
Surya Deep Mishra
Surya Deep Mishra - avatar
+ 1
saali is better
23rd Aug 2016, 2:44 PM
Charanjit Singh
Charanjit Singh - avatar
+ 1
dont start with java. james gosling said it is "dead simple". but only if you are familiar with some oop, my opinion, start with c++
24th Aug 2016, 7:03 PM
John Gachina
John Gachina - avatar
+ 1
24th Aug 2016, 7:03 PM
John Gachina
John Gachina - avatar
0
Start with javascript then python. Then you can switch to more advanced ones like c++ or java
21st Aug 2016, 7:38 AM
Nijat
Nijat - avatar
0
Yes start with Python. Good luck.
3rd Apr 2018, 6:05 PM
Dipti
Dipti - avatar