Home > Articles > Programming

Welcome to the World of Programming!

Greg Perry, co-author of Sams Teach Yourself Beginning Programming in 24 Hours, offers some advice and encouragement to all newcomers looking to learn their first programming language.
Like this article? We recommend

I’m so thrilled to get this chance to welcome you to the exciting world of computer programming!

I have a little history under my belt, having started programming back when I was in the 11th grade. That was so many years ago that there were really only two computers widely sold for homes in the world: the very first Apple and RadioShack's TRS-80. A few other small computers were available, but only on a limited scale. This was 1978, and although some of us really enjoyed the new little home computers that were coming out and knew what they were capable of, we had no idea that the entire world would be changed by the microcomputer.

That term, microcomputer, is what we used to call them. There were lots of large computers for sale back in those days, and we had to distinguish between the small little home computers (often being built from parts by hobbyists) from the ones that businesses used. Those were called mainframes and minicomputers back then. You hardly ever hear those terms anymore.

Today there are still large computers being used, but the majority of computers in the world are the ubiquitous small computers that sit on almost every desk in the world (called desktops), and just about on every lap (laptops), as well as in almost every phone! And by “majority,” I’m talking about hundreds of thousands more; yes even millions more small computers sold today than those huge mainframe computers that used to be so common in businesses. Now only extremely large, global corporations and governments need those large computers. For the rest of us, the computers we know and love are small, and it seems as though every home and business has lots of them!

Programming

You can imagine that someone like me who has been programming computers since high school (long before high schools ever taught programming) has seen a lot over the past 40 years. And I like what I see!

The most important thing I can tell you right now is that programming computers is a lot of fun!

It does not matter if you are young or old - you will enjoy learning how to program. You will finally be able to get a computer to do exactly what you want it to do! That's what programming is all about: telling a computer step-by-step exactly what to do next. In a way, you are the author of a program which will be your creation, your own personal set of rules for computer telling the computer exactly what to do next.

Learning the Language of Computers

Computers are actually not very smart in spite of the fact that they may seem to be on the outside. Computers are nothing more than dumb machines that can only do somewhat basic tasks. Their advantage, however, is that they can do those tasks very, very fast. So fast, that when we use a computer it appears that they're doing more than one thing at once. At the basic level, they aren't. They are simply following a programmer's instructions one step at a time. (Modern computers do have multiple “cores” in their central processors that can process multiple instructions at one time, but at their essence each core is doing one step at a time.)

Most of the time to learn how to program a computer you must learn a computer language. I said earlier that computers are not very smart, and they really are not. They don't understand English or Spanish or French or Italian. They only understand very basic and rigid computer programming languages. So if you want to program a computer, you will have to learn one of those languages so that the language you speak will be what the computer understands. Otherwise, computers cannot follow your instructions, known as your program.

A program to a computer is a lot like a recipe for a cook in the kitchen. When a cook follows a recipe, he or she must follow each step to be successful with that recipe. You as a programmer must create a program so that your computer does exactly what you want it to do. And keep in mind, your computer will do exactly what you tell it.  That means if you say something incorrectly, your computer will try to do it incorrectly. This is where errors arise. In programming talk, we call such errors bugs. The better you get at programming, the fewer bugs you will have in your programs and the more likely that a computer will do exactly what you want it to do.

Programming Languages Are Not Completely Foreign!

Although the language that you learn for your computer is not any language you speak, you will see many words that are similar. In other words, when you look at a computer program you can recognize most of the words in it. You may not know how they work in relation to a computer. You may not understand that they are commands that do certain things. But at least the language is not completely foreign in that if you speak English, you will see such words as For and Next and Define and Get and other words that are very familiar to you.

The hard part is putting those words in the exact order needed for computers to know what to do. And that is where you will spend your time when you learn how to program.

A common question asked when people first decide to program a computer is which programming language is the best. That is impossible to answer. If only one programming language were the very best, then there would only be one to choose from! What we find is that various programming languages do some things better than others. So the language you choose to learn depends on what you need to do.

One of the best places to start is learning a very simple programming language. Even though most of today's computers are very graphical with icons, buttons, images, video, and colorful screens, if you step back and learn a text-based programming language first (such as languages called C or BASIC), you will find that you can avoid much of the clutter that more advanced languages have. By that I mean you won't have to worry about how icons and video images appear on the screen. Instead, you can focus more on the computer language itself. You can focus on learning how a computer follows different commands.

The good news is, once you learn your first computer language, even if it is a text-based language, the next language that you learn becomes much easier! Most programming languages have similar aspects; they just follow those aspects differently. For example, although these terms may be new to you now, you will soon enough know all about things called:

  • Loops
  • Variables
  • Subroutines
  • Functions

And that’s only scratching the surface. Yet, almost every computer language in existence uses these concepts, just in slightly differently ways from one another. That is why when you learn one language, even if it is a very simple one, the next one becomes easier for you to learn.

There are so many languages to choose from, one of the things you will have to decide is exactly what kind of programming you want to do. Do you want to create webpages? If so, they use their own set of languages that are not true programming languages. These languages have names such as HTML and CSS. But other, more traditional programming languages can interact with HTML and CSS. This is why the world of programming today can seem extremely complicated to a newcomer. To create an interactive webpage, for example, you might have to learn all three of these languages:

  • HTML
  • CSS
  • Java

Or if you want to create apps for your favorite smartphone, you may need to learn a completely different set of languages. At first, narrowing down your options may seem a bit daunting.

For Now, Just Focus on the Nature of Programming

Don’t worry about all of those details right now. Don't worry about whether you want to learn Python or Java… Instead of being so specific, just decide on a simple introductory language and focus on learning it well. Even if you never use that language in the future, everything you learn will pay itself forward.

When you then move to a more complicated environment, such as a total Windows immersion programming language where you have to deal with icons, labels, graphics, colors, moving images, and menus, at least the programming language itself will no longer be a hindrance.  Many newcomers try to jump into one of the new graphical platform languages and end up overwhelmed. It turns out that once you have some basic skills under your belt and understand a few simple programming concepts, all of the graphical elements that come with the more advanced tools used today will be very easy to integrate into your programs.  Start small and build up.

I wish you an exciting and highly rewarding programming career!

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020