The Lounge

Tips for learning to program?

Submitted by Adaptingg, , Thread ID: 105654

Thread Closed

RE: Tips for learning to program?

#11
Try youtube videos, maybe some books and practice :cool:

RE: Tips for learning to program?

#12
Learn to program basic things first.
I suggest youtubers Sentdex, thenewboston, etc. , they have a wide range of videos and topics you could explore.
It won't be easy but it will be fun!

RE: Tips for learning to program?

#13
A good idea is to learn Java first.
It is simple and easy. Head on over to https://www.codecademy.com/learn/learn-java and get started. There are a lot of other master courses or even smaller lessons that cost $10 a month ? or so. and they seem to be the best i have found.

RE: Tips for learning to program?

#14
some are faster than others, and others are poor. For me:

C++, C#, Squirrel, java, Lua (pov and slow), pawn,...

RE: Tips for learning to program?

#15
Learn by doing. Set out a goal on something you'd like to achieve and then start reading up/watch videos regarding it?
Maybe you want to make a dynamic queue in C, start reading up on how the queue works and how it might look. Then start implementing basics and go from there. Bits by bits, pieces by pieces .

RE: Tips for learning to program?

#16
find already made code examples for stuff you'd want to make, and read them. you'll learn faster for stuff you're interested in

RE: Tips for learning to program?

#17
Decompile and read as much source code as you can get your hands on, take sections of their code and mix it with other code till you get something functional. Rinse and repeat till it becomes muscle memory.

RE: Tips for learning to program?

#18
Youtube and google man. Code achadamy and places like that can help but you don't need to pay money to learn the fundamentals and places like stack overflow people will answer questions for you.

RE: Tips for learning to program?

#19
Udemy I have been learning most of the program since I had free time in my college and they were easy to understand because it's all video and step by step explained

RE: Tips for learning to program?

#20
I Would Recommend Starting Off With The Basics, First Goto https://www.w3schools.com/ that site has a massive amount of working sample code for pretty much everything related to scripted programming languages, (i.e. everything having to do with programming web content)!

I Recommend starting off with these three Scripted Languages, Javascript, PHP, and Jquery, and don't forget it is important to have a basic understanding of html as well!

Users browsing this thread: 3 Guest(s)