Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts

Tuesday, September 28, 2010

Python Wrestling Part 2

I haven't blogged in a while, but my little Python program is coming along. Given that it is a part-time project, it is going slower than I would have liked.

I recently had to write some VBScript for a project and wondered if doing it in Python would have been easier, faster, more fun. I need to look into this...

Thursday, August 12, 2010

Wrestling Python for a week

I have spent some of my free time wrestling with Python in the last 7 days. By Python, I mean the programming language and not the reptile...I am NOT Steve Irwin. :-)

I have been reading about Python for a few years and finally got the chance to sit down and work on a program. It is going very well. Python is a multi-platform language available from www.python.org. The .NET variant, IronPython, can be used to automate AutoCAD. There is also a Java version, Jython.

There are some code editors that work very well with Python. I have opted for Notepad++ which is a Notepad replacement for Windows and Gedit for Linux. Both text editors have color coding support for Python and I test from a command line (Terminal) window.

Once my project is moving along, I will post about it.