How to Make a Quiz Using Python

How to Make a Quiz Using Python

Wanna make an animated quiz? wanna make your friends jealous when you can code yourself a game! Well now you can, this easy-to-read guide will teach you everything you need!

Database Programming in Layman’s Terms

Database Programming in Layman’s Terms

I’m not a computer programmer by any means. What’s more, I have no desire to be. However, I’m totally amazed at how complicated the subject appears to be in the search engines. So take a cruise and see how I do at breaking this complex subject in layman’s terms.

Learn to Program – Understanding Oops

Learn to Program – Understanding Oops

OOPS concept made programming more efficient and less time consuming. Learning a programming language involves learning the OOPS or Object Oriented Programming System concepts first. It helps the programmer to treat software development just like they handle real world objects.

10 Useful and Useless Benefits of Computer Programming

10 Useful and Useless Benefits of Computer Programming

10 Useful and Useless benefits of Computer programming.

Learn C++ Instantly (Almost)

Learn C++ Instantly (Almost)

Ever wanted to dazzle your friends by writing programs that can do nearly anything? With C++ and this series of tutorials, you can.

What is C++?

What is C++?

A small description of C++.

How to Make Your Own Computer Games

How to Make Your Own Computer Games

Instructions on how to make computer games, where to get the program, how to use it.

Scratch: Learn Programming

Scratch: Learn Programming

This a very cute program I found, its very simple, even kids can do cool things with it.
Good for green beginners as well as for the biggest Java experts.

Six Functions Missing From Javascript Arrays

Six Functions Missing From Javascript Arrays

JavaScript is a computer programming language that most often runs inside a web browser as part of a web page. It is a simple yet powerful interpreted language that includes several built-in classes and functions. One of these built-in classes is the Array class which has powerful functions such as concat, sort, slice, and splice. However, there are several useful functions, linearSearch, binarySearch, retainAll, and removeAll, that were not included in the Array class.

Video of the Day