The first thing you have to ask yourselves is, "Do I really want to be a computer scientist?" Computer Science and programming really does take a lot of time and effort to master, but I find it to be one of the most rewarding experiences. I think it is very much worth the effort, but many, many people do not see the enjoyment in programming. How do I know this? Next time you meet someone, just tell them, "I am majoring in Computer Science," and get your camera ready because they are gonna have a funny look on their face. The reality is most people just don't know what Computer Science is, but that is changing. Computer Science is one of the fastest growing fields and will continue to be a growing field as the consumer electronic market grows. But that is enough about how people are dumbfounded about what Computer Science really is.
Let's talk about what Computer Science actually is, because how do you know if you want to be a Computer Scientist if you don't know what a computer scientist is or does? Wikipedia says, "Computer science or computing science (abbreviated CS) is the study of the theoretical foundations of information and computation and of practical techniques for their implementation and application in computer systems." That definition makes it sound way more terrifying than it really is, so let's just focus on one aspect of being a computer scientist, programming. So what is programming? Wikipedia says, "Computer programming (often shortened to programming or coding) is the process of designing, writing, testing,debugging, and maintaining the source code of computer programs. " Now doesn't that sound much more enjoyable? It is.
So what does it take to start programming?
- The desire to learn how to program. If you don't want to learn, then you won't learn. You won't persist when you have problems and you will just give up.
- Time. Unfortunately, you will not be programming Android apps after just one day.
- You find joy in the little things. With programming you have to start small. You have to be amazed by something as simple as getting a sentence to print out. If you get excited over the little steps that you make as you learn to program, then you will be successful with programming.
- A computer. You can't program without at least having access to a computer. It does not matter if it runs Windows, Mac OSX, or Linux.
Getting Started
- You need an integrated development environment or IDE. The most popular one in the world is Eclipse. It is available for a wide range of systems. We are going to use Eclipse for Java Developers. Download it here. The links are on the right side of the page just select your operating system.
- Install it.
- For the sake of time (mine and yours) we are going to use another source for setting up eclipse. The screenshots in the tutorial are a little dated, but it should be the same steps. Learn how to set up eclipse here and create a project here. The tutorial will teach you how to print your first sentence using java! Also, if you are more of a visual learner, I recommend watching this video:
No comments:
Post a Comment