Question

Suggestions and Ideas about new features
Post Reply
Brother Mike
Posts: 198
Joined: Fri Apr 03, 2009 3:18 pm
Location: Santa Clarita, CA

Question

Post by Brother Mike »

Since there is no place for questions, I thought I would put one here.

It has just occured to me to want to know a bit more about our humble programmer. More technical than personal.

So...

What is your primary development platform?
How did you come to develop for both Windows and Ubuntu (Deb)?
Why Ubuntu (Debian) vs. other distros?
Why Python?

Yeah, just being nosey :D

Tim
Site Admin
Posts: 1454
Joined: Sun Dec 07, 2008 1:14 pm

Re: Question

Post by Tim »

Sure.

What is your primary development platform?
Python/WxPython

How did you come to develop for both Windows and Ubuntu (Deb)?
One of the advantages of WxPython is it is cross platform. I develop the Windows apps first and then transfer the code to an Ubuntu system and adapt the code for that OS.

Why Ubuntu (Debian) vs. other distros?
Ubuntu seem to be the most popular, widely distributed, actively maintained and freely available distros for Linux. So it was the logical choice. Many who are new to Linux assume it refers to a single OS, but that not quite true. It refers to a common base, but many distros that are not necessarily compatinle. So I picked the most popular. I could also make a Mac edition, but i do not have a new enough Mac to run OS X 10.5. I have a 9 year old G4 I got from ebay, but it won't run 10.5. The new Macs are quite expensive.

Why Python?
Easy for a hillbilly to lean, free to get and distribute, lots of support, powerful, cross-platform. That's some of the main reasons.
Tim Morton
Developer, Bible Analyzer

But to him that worketh not, but believeth on him that justifieth the ungodly, his faith is counted for righteousness. (Rom 4:5 AV)

Brother Mike
Posts: 198
Joined: Fri Apr 03, 2009 3:18 pm
Location: Santa Clarita, CA

Re: Question

Post by Brother Mike »

Thanks for the answers

Post Reply