In this graphical computer age, you don’t have to know how to use Windows DOS Commands. Almost everything can be down through interactive graphical interface on Windows. Even on several Linux based operating systems, Continue reading Command Prompt (CMD) tricks you should know
Monthly Archives: December 2012
Multiple operations using a single input
Last time we talked about the basics of Python 3 programing language. Using the basic principles we learned about variables, we will create a unit conversion program for weight.
The first step Continue reading Multiple operations using a single input
Introduction to programming using Python
Python is a powerful high level programming language that is relatively easy to learn. It is used in several different industries from network based gaming(eg. WOW) to database management (payroll). This is why most high educational institutions offer Python 3 (the most recent version as of 2012) as an introductory course. Continue reading Introduction to programming using Python