Tag Archives: Programming

Use Excel to Automate Repetitive Code

Have you ever wanted to pull data from an Excel Spreadsheet and place it into a Class or Object in your program? If you need to use a large number of repetitive structures, do you think it would be easier to create and modify them in Excel first? I’ll show you how I’ve used Excel 2007 to create a large table, then used Excel tools to automatically turn them into JavaScript Objects. Continue reading

Posted in Excel, Javascript | Tagged , , , | Leave a comment

Getting Started with Programming in C++, Java, Python, and BASH

A brief introduction and comparison of these four languages. Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Exploring the Python Interpreter with dir, import, and help

I love the Python Interpreter because you can use it to to learn the proper usage of new modules and test fragments of code. To make full use of the Python Interpreter, you definitely need to know how to use … Continue reading

Posted in Python | Tagged , | Leave a comment