+ 5
There are many routes and many possible programming languages to do that.
Python is a great start, you should continue learning it to greater depth than what can be offered by Sololearn courses.
Also, learning C and C++ can be helpful to gain a better understanding how computers work in general, if you want to achieve "hacking skills". :)
+ 6
You can get good recommendations if you can specify your goals. What to you want to achieve by learning programming? What kind of software do you want to build?
As a start you can have a look at the Sololearn blog.
https://www.sololearn.com/blog/best-programming-languages/
+ 2
+ 1
That is not quite true. C++ is an evolution over C, there are many commonalities, but C++ brings much more tools, standard libraries and 3rd party frameworks to the table which are not available for C. Basically C is like Duplo with very crude abstraction and simple language elements, and C++ is like Lego Technics.
+ 1
C has its own sweet spot for particular types of development tasks, for example coding drivers, microcontrollers, embedded systems. C++ is more productive for building more complex applications, like even operating systems.
+ 1
I would recommend html,sql or css
+ 1
i recommend you to start learning web dev , HTML , JS , Cs or C++,C
+ 1
For beginners start with Python or JavaScript. If you are interested in front End start with JavaScript or if backend you can go with Python.
+ 1
Thanks y'all