Any programmers on the forum ?
Currently learning Swift further developing my skill set
its great but i dont recommend you toalso learn Android.
Ios developer are limited in market.
[automerge]1572319584[/automerge]
C++ is old news now. Machine learning is the future and it comes through having big data and algorithm knowledge, with mastery over python.
c++ and c will never perishes prime reason is all your compiler in low level languages are written in c .
The basic unix systemwas developed on C as well. C++ is mostly used in protocol or in osi layer communication. I infact see a huge boom of demand in c++ with demand in internet of things
[automerge]1572349579[/automerge]
Python is F***ing hard as hell I tired to study that and failed it no idea how you can do that
@Bogard
But yeah I have to agree machine learning and A.I is the future.
@Nidai_Kitetsu which languages are you learning right now ?
Try C++ and implement reverse binary tree problem using it . ;)
If you find python hard you need to learn basic syntax of it. I suggest you take course on coursera .
Machine learning - Refer AndrewNg its free on coursera.
[automerge]1572349710[/automerge]
Why will they perish?
I work on VHDL, C, Matlab etc. I use python as hobby, I am not really good in that
VHDL that reminds me are you into analog designing. Man thats tough as hell. I almost failed my microelectronics exam .
I respect People who master analog/digit circuit design.
[automerge]1572350516[/automerge]
Same goes for the old mathematical models they gonna perish sooner or later
cobol , forton perished becaise their syntax were hard to learn.
C is still relevent because its execution speed even in present time is fast. Also most of OS kernels are still being used in C.
The Android firmware kernel is in C as well.
Also i am gonna dig deep why c and c++ will remain relevant.
Basically all your operating system compilers when you execute the os task are written in c/c++.
Lets take an vehicle , it has radar , lidar , and other sensor. Most of it are written in object oriented programming.
Python and java are interpreters good for web application and making the code complexity easy particularly web apps on application will take heavy RAM memory and pointers in C++ were unreliable.
Oracle s James Gosling found a way to make object oriented programming easier so we have java it was introduced in 1980s and Javas market has not dropped at all.
All your apps and web application needs core java .
Now there are others like python , javascript, scala have gained real momentum due to Data science .
However key element to computer science is not to learn multiple languages.
As a c++ developer for me 1 week is enough to understand the syntax of python if i read the guide because both python and c++ core lies in data structure and object oriented programming.