+ 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
9 Respuestas
+ 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
+ 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!
+ 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.
+ 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!
+ 1
saali
is better
+ 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++
+ 1
or python
0
Start with javascript then python. Then you can switch to more advanced ones like c++ or java
0
Yes start with Python. Good luck.