On Mon, May 14, 2012 at 10:44 AM, Tom Wilson wilsontp@gmail.com wrote: ...
So here's my situation: I am an experienced programmer. You talk to me about technical stuff and I follow right along. I've already written a programmer for the TS2K, even though it doesn't have much of a UI.
See this file for Chirp's implementation of the Kenwood live programming protocol: http://chirp.danplanet.com/projects/chirp/repository/entry/chirp/kenwood_liv...
Sorry the code syntax highlighting isn't working.
However, I don't know Python - at all. I do know c and its descendants (C++, C#, Java, etc), VB (both VBA/VBScript and .Net), and enough php to get by... but I've never set up a Python dev environment.
So is there a site where I can get the whirlwind tour on setting up a Windows box to use Python? Also, which source control tool will I need for downloading from the repository?
Thanks for your help -Tom
You're probably on your own for Windows. I don't think any of the other devs use Windows :-)
The scm tool is mercurial (hg).
Tom KD7LXL