This post is the third of many that attempts to document everything I have been learning about Python. Some ways to execute a Python program: From the command line you can invoke the interpreter using python source.py Double clicking the file icon in windows. This assumes that the .py file extension is associated with the… Continue reading Python – import and reload modules
Category: programming
Programming 101: Typing
So you’ve realized that you suck at programming and decided to get better at it. Congratulations, you are in that very small minority of programmers who have realized how much more there is to learn about the art of software development. Most programmers spend all their professional lives never knowing about the improvements and advances… Continue reading Programming 101: Typing
Thoughts on programming
I have been programming for 6 years. I spend most of my time either programming or thinking about programming. I have come to realize that I am not particularly good at it and what’s more, I don’t think I understand it all that well. Don’t get me wrong, I have written programs that are in… Continue reading Thoughts on programming