I have a small bit of programming information. But am not sure what programming langauges are cheap and simple to use. Also, what king of programs can I write.

One Response to “What kind of programming projects can I write for a hobby?”

  • pinchhazard:

    If you’re interested in web programming, pick up PHP. Along the way, learn HTML and Javascript, if you don’t by now know them. Or at least, know how they work and know how to google for references when you need to find out how to do something.

    PHP and Javascript have a excellent “classic” C/C++ style syntax, which can help you learn C++ or Java if you want to go that route. And another vital point: it’s free.

    I reckon that PHP is a excellent language because it is widespread and you can do some clean equipment with it. Knowing how write code that runs on a webserver is useful for making apps that ARE really useful. You will also probably find it de rigueur for learning how databases work as you make more complex PHP applications. Thus, you will be experiencing many critical areas of computer science.

Leave a Reply