• OK, it's on.
  • Please note that many, many Email Addresses used for spam, are not accepted at registration. Select a respectable Free email.
  • Done now. Domine miserere nobis.

Free Online Programming Lessons

Architect

Professional INTP
Local time
Today 1:41 PM
Joined
Dec 25, 2010
Messages
6,691
---
Any free SQL courses?

There was a free Stanford databases class last quarter. Great one too, I learned a lot, much more than mere SQL. Haven't seen anything this quarter.
 

EyeSeeCold

lust for life
Local time
Today 12:41 PM
Joined
Aug 12, 2010
Messages
7,828
---
Location
California, USA
Thanks
 

EyeSeeCold

lust for life
Local time
Today 12:41 PM
Joined
Aug 12, 2010
Messages
7,828
---
Location
California, USA

Beholder

What for?
Local time
Today 10:41 PM
Joined
Dec 30, 2011
Messages
333
---
Location
Over the Hills and Far Away
I've always wanted to learn a programming language, but never knew which one to start with. Any suggestions? (I know close to nothing about programming)

Edit: I mean, which language(s?) would be the most useful, and for what?
 

Intellect

Member
Local time
Today 8:41 PM
Joined
Sep 16, 2012
Messages
96
---
Any suggestions? (I know close to nothing about programming)

Edit: I mean, which language(s?) would be the most useful, and for what?

Here's how I started: HTML -> PHP -> C/C++ and nowadays I pretty much just choose the right tool for the job.

If you have absolutely no programming knowledge, I'd recommend starting with HTML. It's a markup language, so it's very simple. You can probably pick up all the basics in a few hours. From there, you can tackle JavaScript or PHP. Both are web development languages and pretty easy to grasp. With a few weeks of study, you can probably build some very basic web apps with knowledge of those three (HTML/JS/PHP).

A good thing to keep in mind is that there are many different styles of programming and types of languages. Ruby on Rails, for example, is another web development language/framework but it's very different from PHP. If you don't like one language, dont' write off programming altogether — give another language/style a try.

Any free SQL courses?

This is the book I learned web dev from: http://www.amazon.com/PHP-MySQL-Web-Development-4th/dp/0672329166

Teaches you PHP and SQL (with the MySQL RDBMS). Honestly, I think it's best to learn SQL in conjunction with another language. You won't get very far learning about it in isolation (unless you already have a foundational knowledge, I guess).
 

SMO

Member
Local time
Today 3:41 PM
Joined
Sep 16, 2012
Messages
81
---
Location
Kentucky
I've always wanted to learn a programming language, but never knew which one to start with. Any suggestions? (I know close to nothing about programming)

Edit: I mean, which language(s?) would be the most useful, and for what?

I just started learning programming (with no prior knowledge of it), I have been using a combination of codeacademy.com and udacity.com, I tried to just jump into Java but that didn't work out for me. Going through the courses, I think they give you a basic overview of several languages so you can then decide which to delve deeper into.
 

EyeSeeCold

lust for life
Local time
Today 12:41 PM
Joined
Aug 12, 2010
Messages
7,828
---
Location
California, USA
All of these great sites and none of them have anything for Law.
 

EyeSeeCold

lust for life
Local time
Today 12:41 PM
Joined
Aug 12, 2010
Messages
7,828
---
Location
California, USA
Top Bottom