Saturday 20 January 2018

Introduction

Hey guys... I have decided to start this blog at last. I have always wanted to learn how to program and I haven't learned yet but I have started this blog to track my learning process so bare with me when I share somethings in the wrong way. I am studying GIS and I would like to use python to develop my career qualifications and also have fun creating programs to automate some of my stuff.


PROCESS OF SOFTWARE DEVELOPMENT

From the books I have been reading, a computer program is a series of instructions that dictate the flow of electrical impulses in a computer. By writing a program you can control the display, mouse and even the memory of a computer. Computer programs are logical and mathematical in nature and one can create a program without the knowledge if how a computer functions. Computer program VI's an example of a software. It is stored in a medium in a computer's memory.

DEVELOPMENT TOOLS

There are a variety of tools that help programmers in their software development process. They include: Editors, compilers, interpreters, debuggers and profilers.