Learn to code: Make thousands, possible millions.

Data-Hawk

I have no strings on me.
Joined
May 6, 2012
Messages
8,423
Reputation
1,995
Daps
16,330
Reppin
Oasis
So I'm looking towards the self teaching method...

I have Codeacademy open and recently i've been learning some HTML but from reading this thread I get the idea that I shouldnt make that priority and should rather learn a language more geared towards app/gaming design

Am i right to think this? Would it be more wise to invest most time in learning some ruby then learning some html and css on the side?

Help will be appreciated thanks..


It really really depends on what you want to get out of programming, If you want to make websites, then HTML 5 + Javascript/Ruby/Python will do. If you want to make desktop applications, It really boils down to either C++/Java/C#, you can't go wrong with either one.

For Game programming, there's like a million ways to go about it now. I'd highly recommend learning C# + Unity 3D( They have free version & a Pro version ). Using this combo, you can write your game once and have it run on multiple on platforms (Desktop,Android, iOS, Win8, Mac etc).

Here's a great place to start

http://unity3d.com/learn/tutorials/modules
 

Data-Hawk

I have no strings on me.
Joined
May 6, 2012
Messages
8,423
Reputation
1,995
Daps
16,330
Reppin
Oasis
We need to keep this thread moving. I could use a mentor. Been learning a bunch of theoretical shyt but I doubt I use a lot of this at a job.

Anybody have any comments on the Swift language? It excites me because Objective C syntax was irritating. Swift changes all of that..

What Language are you trying to learn? I think simple games is the best way to learn, you get visual feedback, you can immediately see the changes.etc
 

Medio

All Star
Joined
Oct 15, 2012
Messages
4,022
Reputation
85
Daps
6,817
Reppin
New York
Think we should keep this thread more active, coding is great, career wise and it's nice because it creates for endless problem solving, which exercises your brain.

Currently,
I have good knowledge of Python, SQL, and R
I really like Python and it is fun
R is more for statistical programming
and SQL for databases

I am into Data Analyst so the above programs are really good for what I want to do.

If you want to learn Python then codeacademy is a great starting point.
Also www.coursera.org has a FREE course for python as well
And this book called 'learn python the hard way' you should look at also.

SQL, there's several website tutorials that are good but I learned this most from work using a real database to extract information with special queries

R was used a lot in my program so that's how I learned it but www.coursera.org also has FREE courses on R as well.

I feel limited sometimes of what I can learn so a good way is to start a project on your own to figure out something, that's what I'm doing right now (using Python) and I'm learning a lot of things on the way. It's a good way to start out and you can put what project you're working on in your portfolio if it's legit.
 

Makavalli

Sinister is a system
Joined
May 3, 2012
Messages
9,484
Reputation
2,386
Daps
30,787
Reppin
NULL
Props for this thread man yall got me interested in learning this shyt so when i get some free time im gonna sit and go over a few of the links posted. Better way to use my internet time instead of searching for pawg porn
 

Medio

All Star
Joined
Oct 15, 2012
Messages
4,022
Reputation
85
Daps
6,817
Reppin
New York
You don't need to learn coding to be a programmer also.

You can learn coding to just be more efficient.
If you are a research analyst or financial analyst or anything where you use Excel or beyond at work and do something manually all the time and if you figure out a way to use coding to make your work more automated that is awesome and will earn you career points, better chance for job growth, etc.

Also, before learning coding (for non programmers) EVERYONE should know Excel
 

Darts

Spittin' em
Joined
Jun 17, 2012
Messages
5,505
Reputation
850
Daps
13,069
Been doing these Codecademy lessons for 25 days straight. :lift: This has been much better than sitting in some class where I barely learned anything and shyt flew over my head.


I'm almost finished with Javascript, and have started PHP and Python...then it's off to JQuery, AngularJS and Ruby. Now if I can find some practice 'homework' to help sharpen what I've learnt. :patrice:
 

N*E*R*D

In Search Of...
Joined
May 5, 2012
Messages
2,724
Reputation
915
Daps
5,553
You don't need to learn coding to be a programmer also.

You can learn coding to just be more efficient.
If you are a research analyst or financial analyst or anything where you use Excel or beyond at work and do something manually all the time and if you figure out a way to use coding to make your work more automated that is awesome and will earn you career points, better chance for job growth, etc.

Also, before learning coding (for non programmers) EVERYONE should know Excel

What's the best way to go about doing that?A book or video tutorials?
 

Nomadum

Woke Dreamer
Joined
Dec 23, 2014
Messages
4,622
Reputation
-705
Daps
9,075
Reppin
Nothing
Been doing these Codecademy lessons for 25 days straight. :lift: This has been much better than sitting in some class where I barely learned anything and shyt flew over my head.


I'm almost finished with Javascript, and have started PHP and Python...then it's off to JQuery, AngularJS and Ruby. Now if I can find some practice 'homework' to help sharpen what I've learnt. :patrice:

one spot I use for specific information like coding challenges and "try it yourselves" is the subreddit /r/programming
also, if you google "Coding challenges" you will find alot of forums which give you a problem to solve with a program, for example...

One might ask "Create a program which does x, y, and z" and users write up their code and present it. it helps you see how people code in their own format, how they declare variables, etc.
 

Darts

Spittin' em
Joined
Jun 17, 2012
Messages
5,505
Reputation
850
Daps
13,069
one spot I use for specific information like coding challenges and "try it yourselves" is the subreddit /r/programming
also, if you google "Coding challenges" you will find alot of forums which give you a problem to solve with a program, for example...

One might ask "Create a program which does x, y, and z" and users write up their code and present it. it helps you see how people code in their own format, how they declare variables, etc.

Good looking out. I found a few sites like coderbyte and a few others that should give me practice.
 
Top