Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

You Need To Learn How To Program
Slate ^ | Wednesday, Jan. 4, 2012, at 4:48 PM ET | Farhad Manjoo

Posted on 01/13/2012 1:08:17 AM PST by Sonny M

If you’re looking for a New Year’s resolution, let me suggest an idea that you might not have considered: You should learn computer programming. Specifically, you should sign up for Code Year, a new project that aims to teach neophytes the basics of programming over the course of 2012. Code Year was put together by Codecademy,* a startup that designs clever, interactive online tutorials. Codecademy’s founders, Zach Sims and Ryan Bubinski, argue that everyone should know how to program—that learning to code is becoming as important as knowing how to read and write. I concur. So if you don’t know how to program, why not get started this week? Come on, it’ll be fun!

Code Year’s minimum commitment is one new lesson every week. The company says that it will take a person of average technical skill about five hours to complete a lesson, so you’re looking at about an hour of training every weekday. That’s not so bad, considering that the lessons are free, and the reward could be huge: If you’re looking to make yourself more employable (or more immune from getting sacked), if you’d like to become more creative at work and in the rest of your life, and if you can’t resist a good intellectual challenge, there are few endeavors that will pay off as handsomely as learning to code.

(Excerpt) Read more at slate.com ...


TOPICS: Business/Economy; Computers/Internet; Education; Reference
KEYWORDS: codeacademy; codeyear; coding; computers; education; onlinelearning; programming; tech
Navigation: use the links below to view more comments.
first 1-2021-4041-6061-80 ... 121-134 next last
I'm actually going to try and learn a little bit about coding this year. My plan so far is to start with "codeaccademy", move on to "treehouse" and then try "code school". I do want to learn, and figure this might as well be the year. I just don't know really where to learn, and have heard these places mentioned a few times.
1 posted on 01/13/2012 1:08:25 AM PST by Sonny M
[ Post Reply | Private Reply | View Replies]

To: Sonny M

correct my error, I meant “code academy” not to be confused with “codeacademy” (2 different places, one is online, the other is brick and mortar and based in chicago).


2 posted on 01/13/2012 1:11:02 AM PST by Sonny M ("oderint dum metuant")
[ Post Reply | Private Reply | To 1 | View Replies]

To: Sonny M

geek ping for am reading


3 posted on 01/13/2012 1:15:08 AM PST by NewHampshireDuo
[ Post Reply | Private Reply | To 1 | View Replies]

To: Sonny M

for tomorrows read.


4 posted on 01/13/2012 1:16:20 AM PST by mowowie
[ Post Reply | Private Reply | To 2 | View Replies]

To: Sonny M

The question is, what code to learn? C++? Visual Basic? Fortran? COBAL? JavaScript?


5 posted on 01/13/2012 1:17:53 AM PST by jonrick46 (Countdown to 11-06-2012)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Sonny M

5 LET S = 0
10 MAT INPUT V
20 LET N = NUM
30 IF N = 0 THEN 99
40 FOR I = 1 TO N
45 LET S = S + V(I)
50 NEXT I
60 PRINT S/N
70 GO TO 5
99 END

Beginners All-purpose Symbolic Instruction Code!!


6 posted on 01/13/2012 1:19:26 AM PST by djf (http://www.freerepublic.com/focus/f-chat/2801220/posts)
[ Post Reply | Private Reply | To 1 | View Replies]

To: jonrick46

I don’t know anything about coding, but my guess, either start with the easiest ones to learn, and move up, or learn the most popular ones first, or something like that (I’m kind of hoping the easy ones are the popular ones, lol).


7 posted on 01/13/2012 1:19:38 AM PST by Sonny M ("oderint dum metuant")
[ Post Reply | Private Reply | To 5 | View Replies]

To: djf

I have no idea what any of that means, LOL.


8 posted on 01/13/2012 1:25:56 AM PST by Sonny M ("oderint dum metuant")
[ Post Reply | Private Reply | To 6 | View Replies]

To: Sonny M

Thanks for posting. WIll take a look.


9 posted on 01/13/2012 1:27:17 AM PST by VicVega (GEAUX SAINTS-LSU bleaux it in the BCS Championship game.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Pontiac

Bump for later


10 posted on 01/13/2012 1:28:06 AM PST by Pontiac (The welfare state must fail because it is contrary to human nature and diminishes the human spirit.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Sonny M

It’s a program I copied and pasted but looking at it I’m not sure it does anything useful at all!

Basic is a good language to start with because you can easily learn the principles of programming like program flow, input output, if-then-else statements, etc.


11 posted on 01/13/2012 1:31:19 AM PST by djf (http://www.freerepublic.com/focus/f-chat/2801220/posts)
[ Post Reply | Private Reply | To 8 | View Replies]

To: Sonny M

I sure love to code!

I’m usually working in C or assembly writing code for micro-controllers.

It’s not hard to write software at all. It would make you a fun and low-cost hobby. :-)


12 posted on 01/13/2012 1:36:05 AM PST by Bobalu (Newt is just the a-hole we need at a time like this)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Bobalu
It’s not hard to write software at all. It would make you a fun and low-cost hobby.

That gets a hearty amen from this corner! I'm an old guy (about to turn 70) but being able to push the bits around and have the computer at my command does keep me youthful. It's really great to be in absolute control of the computer as opposed to a user at the mercy of pre-packaged software.

It's not necessarily for everyone -- but in a way it's not too different from hunting and then cooking your own food instead of relying on a prepared meal.

By the way, the very first language I learned (when it was still quote new) was C from the original, pre-ANSI book by K&R, may the latter RIP.

13 posted on 01/13/2012 1:57:40 AM PST by re_nortex (DP...that's what I like about Texas.)
[ Post Reply | Private Reply | To 12 | View Replies]

To: re_nortex

First I learned Basic/machine language. Then 1 2 3 Logo, then started pascal then gave up.


14 posted on 01/13/2012 2:00:41 AM PST by cotton
[ Post Reply | Private Reply | To 13 | View Replies]

To: Sonny M
Teach Yourself Programming in Ten Years
15 posted on 01/13/2012 2:08:22 AM PST by cartan
[ Post Reply | Private Reply | To 1 | View Replies]

To: Sonny M

You’ve done us all a great service by posting this. Thanks very much!


16 posted on 01/13/2012 2:14:05 AM PST by lbryce (BHO:The bastard offspring of Satan and Medusa.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Sonny M
"Glorified typing!!! That's all this is. What am I doing here?"

Heard an irritable pure math professor (an algebraist) shout that out a couple of times during a packed seminar given by a distinguished British AI expert. Seems he and everyone else in the math dept. was required or strongly encouraged to attend and he took exception. It was kind of embarrassing actually. It was almost as if we had an unhappy two-year-old in the room. Knowing how to write computer programs is a good thing. Plus it's fun.

17 posted on 01/13/2012 2:25:07 AM PST by LibWhacker
[ Post Reply | Private Reply | To 1 | View Replies]

To: re_nortex
C from the original, pre-ANSI book by K&R, may the latter RIP.

I still have my original copy of K&R :-)

It does feel different now that Dennis Ritchie is gone :-(

Presently I'm writing some morse code software in C to run on the Tiny85 controller. It's fun writing code for a one dollar computer-on-a-chip like the Tiny85 ... and even though it's very limited compared to something like a desktop PC it's still many times more raw power than the old Apple2.

This is just a fun freeware hobby project.

18 posted on 01/13/2012 2:29:42 AM PST by Bobalu (Newt is just the a-hole we need at a time like this)
[ Post Reply | Private Reply | To 13 | View Replies]

To: djf
That used to be the way to get started in "computers", i.e., IT.

Nowadays if that's all you know: you're hosed.

I know, because my 20 year career in IT ended 12 years ago when the green-screen, green-bar paper printout disappeared.

NOW a coder needs to know OOP, i.e., everything is a class, and all things belong within their class. It is when the objects of a particular class become instantiated with values that they take on the essence of becoming. Once they are no longer necessary, they no longer are; everything is ethereal.

It is so strange to discover that procedures can be defined inherently as objects within a "class", e.g., "making coffee". What's really and truly bizarre are "overloading" of procedures (let alone operators). In object oriented programmimg the procedure of such fundamental conecpt as addition can be "overloaded". What's so cool 'bout that is that you don't have to worry 'bout the sequence of code; just define WHAT needs to be done and the compiler and CPU determines how and when it gets done when what needs to get done is actually needed. Isn't that that rat's ass?

19 posted on 01/13/2012 2:34:50 AM PST by raygun (http://bastiat.org/en/the_law DOT html)
[ Post Reply | Private Reply | To 11 | View Replies]

To: djf

My parents apparently knew how to code? Remember hearing “Or Else!” quite a bit growing up. Hm.


20 posted on 01/13/2012 2:44:45 AM PST by Freedom4US
[ Post Reply | Private Reply | To 11 | View Replies]


Navigation: use the links below to view more comments.
first 1-2021-4041-6061-80 ... 121-134 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson