ReBreached Forums
What to start learning? - Printable Version

+- ReBreached Forums (https://rebreached.vc)
+-- Forum: General (https://rebreached.vc/Forum-General)
+--- Forum: Programming (https://rebreached.vc/Forum-Programming)
+--- Thread: What to start learning? (/Thread-What-to-start-learning)

Pages: 1 2


What to start learning? - feeblemaus - 08-14-2023

Python or C++?


RE: What to start learning? - MRXO - 08-14-2023

both.


RE: What to start learning? - cfedele1950 - 08-14-2023

(08-14-2023, 04:27 AM)feeblemaus Wrote: Python or C++?

It is usually a not very good idea to start with C++. A more beginner friendly language like Python can help you understand the fundamentals of programming initially, then you can expand and apply what you learned to learn C++. C++ is a complicated language with many intricacies, while python is a more forgiving language. Obviously the choice is yours and either is fine, alas starting with C++ can be really frustrating and confusing so you would need to be patient.
Happy coding.


RE: What to start learning? - lainsta - 08-18-2023

Python c# c++ ruby just start


RE: What to start learning? - PASHA - 08-26-2023

Personally I've started with C++


RE: What to start learning? - Valhalla - 08-26-2023

i would suggest python, modern tech and promised fast income


RE: What to start learning? - Ghost - 08-26-2023

Good question


RE: What to start learning? - gifaseifse - 09-21-2023

Start with javascript, it's 100x better than python. Especially if you want to make a web apps in a future.


RE: What to start learning? - gigaplanet - 09-28-2023

C++ and its not really close. Python is bloatware. also fuck indentation based languages give me a goddamn semicolon.


RE: What to start learning? - ozdoozdo - 10-10-2023

Maybe try free Harvard's CS50 first. It teaches basics of programming, has a little bit of C, javascript... Then just pick whatever you like