Should I Learn C / C ++ Before Learning Python?

I want to learn python, but I feel like I have to learn C or C ++ in order to get a solid foundation for building. I already know some C / C ++, as well as other programming languages, which helps. So, should I first learn C / C ++?

+3
source share
4 answers

In my opinion, it’s better to start learning Python.

It became easier for me to learn C or C ++ then. It has libraries that do just about anything you might need, and can do just about anything.

, C/++, - . , .

# - , Python .

Python , :

  • - (Django ..).
  • , .
  • (Tkinter ..)
  • (pygame)
  • (SciPy)

Python C, , C, Python . Python , .

, python , , python: http://docs.python.org/library/

, C/++, Python.

+7

, , ( ...)

, - . , , , .

, ++, . , , - .

, : ++, Python?

Python... .

+4

.. , . . .
python ++ - - , , , , , .

+2

In my opinion, you should demonstratively learn Python before trying to learn C or C ++, since you will get a better understanding of the basic concepts, C ++ is a level below the Python level, so you will need to make more commands to do that- what you can do on a single line in python.

+1
source

Source: https://habr.com/ru/post/1775365/


All Articles