Python on Linux

I have installed Linux Ubuntu on my 64-bit Windows PC, turning it into a dual boot configuration. The link is:  http://www.ubuntu.com/download/ubuntu/windows-installer * * * I have also installed the Linux versions of Python & Spyder. Here is a Python installation method from Nick Smith: Part… Read more

Python Tip

Every Python book and website tutorial recommends the following command for prompting the user for input: raw_input() But I have found that this command is buggy and unreliable. Specifically, I wrote a long, complex code that had several raw_input() commands. The code ran successfully in… Read more

Python Progress

The Python scripting program, ver 2.7.2, can be freely downloaded from: http://www.python.org/download/  Programmers will also need to install libraries such as NumPy, SciPy and matplotlib, particularly for science and engineering programming. These libraries are also freely available, but their proper installation and integration with Python is tricky. As… Read more

Lonn’s Shovel

I once knew a man named Lonn Butler, a righteous man who has since gone to be with the Lord. Lonn was 90 or so years old when I knew him. He had pecan trees in his backyard.  A sapling had grown near one of… Read more

Welcome!

This is the beginning of my scriptural teaching blog. Scriptures will be taken from the Holy Bible, the Book of Mormon, Doctrine & Covenants, and other sacred texts.  The posts will include commentary. The purpose is to give glory to Jesus Christ, who is Yeshua… Read more

Python

I had the opportunity today to speak with several engineers from the Aerospace Corporation.  They said that their organization is beginning a gradual transition from Matlab to Python. Python is an interpreted, interactive, object-oriented, open-source programming language.   In addition, numerical library functions are available for Python.… Read more