Read, Set, Go! How to Create a GO Board Game in Python
The board game of Go is so expressly Japanese – elegant, yet simple, yet layered with depths of genius for those who meditate upon it. The rules are simple, and well documented here. Here is an example...
View ArticleGraphing Linear Inequalities with Python
Here is a practical example of the matplotlib.pyplot module in use. This code generates a list of linear inequalities, prints them in numbered groups (such as if you were to be creating worksheets for...
View Article5 Best Java Applications for your Cell Phone
Not all of us want to invest in a slick new iPhone or a snazzy Android device that will burn a hole in your pocket. It’s not just about the money either, my reason to not opt for these devices is...
View ArticlePros & Cons of PHP Programming
Commonly known as PHP, Hypertext Preprocessor is a programming language that is open source and easy to implement. Despite some differing views on the subject, it is a very simple programming tool that...
View ArticlePython Script for Markov Chains
Consider the following problem in order to understand why we would need to create a Python Script for Markov Chains: A certain attire-fickle girl changes her outfit every hour. Her opinion for what...
View ArticleThe Pros and Cons of Using Ruby on Rails
What exactly is Ruby on Rails? Ruby on Rails often referred to as RoR or Rails is commonly defined as an open source full-stack web application for use with Ruby, a general purpose programming...
View ArticleMemory for Random Generation Scripts
Python scripts can be used to create many things – shoes and ships and sealing wax, cabbages and kings – and to do many things – to make the sea boiling hot, and give pigs some wings. You will perhaps...
View ArticleUnderstanding the Differences Between C & C++
Both C and C++ are computer programming languages. As it has been derived from C, C++ can be considered as a superset of C. It runs most of the C code and includes the concept “Object Oriented“....
View ArticleImportant WordPress Tips from WordPress Pros
WordPress is undoubtedly one of the most popular publishing platforms in the internet world today. From developing new custom plugins to converting existing page designs, WordPress provides a range of...
View Article5 Reasons to Prefer Objective C for developing iPhone/iOS Apps
The popularity of iPhone has generated a substantial increase in the demand for iPhone Apps from millions of individuals and business users all over the world. Apple’s online store features literally...
View Article