Computing

Programming?

Submitted by AlphaReturn, , Thread ID: 130635

Thread Closed

RE: Programming?

nab97
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
15
08-11-2019, 03:10 AM
#31
It would also help if you have any game that you really like, you could search if it has any mods or even better if it's open source and learn how it works even if it seems you don't understand anything, you'll have something to keep you interested

RE: Programming?

FutileFreedom
Novice
Level:
0
Reputation:
0
Posts:
23
Likes:
0
Credits:
7
08-11-2019, 05:18 AM
#32
As majority of the people have said, start with Pytrhon. It's easy to read and write, and there are plenty of tutorials and resources you can learn from on the internet.

I had the unfortunate experience of starting with PHP before digging into other languages, but, since I am primarily a web programmer, PHP is my goto language.

RE: Programming?

JesusMcJesus
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
16
17-12-2019, 03:43 AM
#33
I'd say start with python, then maybe switch to C++. Python can do most of what C++ allows you too, but at the cost of performance, since it is an interpreter language; that is, your programs don't run directly on the CPU, but are executed through the Python interpreter.

Users browsing this thread: 1 Guest(s)