I teach programming this year I was assigned a group of non-programmers who are studying GIS. Python was the best language to teach them. They love it. I did not suffer as much as I would with C++. Now I think all beginners should start with Python not C++. What do you think? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

I teach programming this year I was assigned a group of non-programmers who are studying GIS. Python was the best language to teach them. They love it. I did not suffer as much as I would with C++. Now I think all beginners should start with Python not C++. What do you think?

Python or C++ for beginners?

24th Mar 2017, 6:22 PM
SAMI Awad
SAMI Awad - avatar
12 Answers
+ 4
I'm currently taking a C++ course in college and it's a struggle. Most professors forget that not everyone has a basic foundation of coding and they teach like we do.
24th Mar 2017, 8:00 PM
Vicky Val Qiu
Vicky Val Qiu - avatar
+ 4
I think Python is easier for beginners learning on their own, but C or C++ is better in a structured classroom environment. If it's a good teacher, learning C or C++ is the best foundation to start from.
25th Mar 2017, 3:21 AM
Emilie Wolf
Emilie Wolf - avatar
+ 3
I'm a big fan of C++. It more accurately represents how a computer works at a far lower level than languages such as Python, and there's a lot to gain in understanding manual memory management. Interpreted languages are usually easier to understand, but it leads to confusion later on in their career when they try to use more involved languages.
24th Mar 2017, 7:49 PM
Squidy
Squidy - avatar
+ 3
To get the basic concept of programming. it's best to learn Python up to the loops and methods. After this it's easier to understand the same in other languages. Python is the best to start with l, because it's "clear" and it has an easy to understand syntax. With "clear" I mean it hasn't those curly brackets that make everything look complicated.
24th Mar 2017, 11:17 PM
Karlo
Karlo - avatar
+ 3
Your every comment is a valuable argument.
25th Mar 2017, 5:37 PM
SAMI Awad
SAMI Awad - avatar
+ 2
Python is definitely a very good language. It has lots of usage in programming sector. But , C++ is a very good language to start up programming due to its easy understanding. C++ is also very useful in programming sector like python but unlike python it provides a more worldly experience to new beginners.
26th Mar 2017, 8:40 AM
Divyansh Dwivedi
Divyansh Dwivedi - avatar
+ 1
Am a beginner learning python. I hav not learnt c++, or java but I think python is the best and every beginner can easily understand the language.
26th Mar 2017, 2:16 AM
Brian Sitali
Brian Sitali - avatar
+ 1
thank god for you I need a python teacher and I was hoping you would help me please 👲👲👲
26th Mar 2017, 8:26 AM
Karabo Senyatsi
Karabo Senyatsi - avatar
+ 1
For students in the IT field c++ has been the choice for many years. I think we will stick to that for now. However other majors who need to know some programming should start wit Puthon not c++.
27th Mar 2017, 4:29 AM
SAMI Awad
SAMI Awad - avatar
+ 1
Based on your answers I see that it is not advised to start with Python.
27th Mar 2017, 7:11 PM
SAMI Awad
SAMI Awad - avatar
0
in all the academies and universities, the languages that they use for beginners are : java, c++ or pyton. personally I think that doesn't matter the language as it's very important learning the algorithm . because if you learn how to programme the syntax is not an issue.
24th Mar 2017, 7:17 PM
El mostafa El kaderi Yemlahi
El mostafa El kaderi Yemlahi - avatar
0
The arguments here seem very simiar to those in my department. We are leaning towards keeping c++ as a starting course for Cs and IT students. However for GIS we wil use Python.
2nd Apr 2017, 4:44 PM
SAMI Awad
SAMI Awad - avatar