lbjoseph
Jul 1, 2011
Basics of Programming
-Introduction
Table of Contents
Learning and experimenting pays off, however. As you can see, I am now writing this article to help you learn the basics of programming.
The Problem With Programming Tutorials
If you try to find a good beginner's programming tutorial online, you'll usually run into one of the following problems:- They're not youth friendly.
- They expect you to already know a different programming language.
- They start by teaching very difficult and often boring programming languages.
Instead,
-
Aims toProgramming tutorials should be easily understood by youth and adults alike. -
Doesn'tProgramming tutorials shouldn't expect you to have the slightest clue about programming. -
Teaches theProgramming tutorials should teach a fun and easyto learn Liberty BASICprogramming language.
However , you should finish reading this introduction so you know how to go about learning and finding help.
Where to Find Help
Liberty BASICLiberty BASIC Forums
Also, Liberty BASIC has an online version of the help file. This is the reference to have.
Liberty BASIC Online Help
If you do nothing else, at least join
Before We You Start
Liberty BASIC It's easier to read and type that way. A lot can be
Do you hate math? You're going to like programming.
Do you love math? You're still going to like programming.
Programming allows you to apply the science of math to solve problems in an organized fashion, but doesn't require you spend all your time working with odd symbols and weird patterns of thinking. Programming is pretty natural, once you get the "hang" of it.
However, if you're writing a program that requires a lot of mathematical computations, you would have to be able to figure out the equations you need before you program them. You can't program anything you don't understand. The only way around that is to use someone else's code
No Brains Required
Jumpstart
There is a series of lessons (with pictures!) that teach programming from the ground-up on the LBPE. ThisThis author highly recommends following the short lessons until you've taught yourself the basics. Also, there is a wealth of information available here on the
Be sure to read everything. Skimming and speed reading does not work with programming. You have the ability to focus and pay attention for as long as you like. Your attention span is entirely up to you and how much you'd like to learn at a time.
Don't overwork yourself, either. Be sure to get up off your computer every so often and take a break. That's usually when this author figures most of his problems out.
Begin Jumpstart
Basics of Programming | Introduction |