Some example lines to add to any test code you write that work from Python 1.4.0 to 3.2.2 on various platforms.
It is all Public Domain and you can do with it as you please...
I really don't care how you vote and/or rate this as I try to write Python code for my usage to work on the platforms and versions inside the code.
Some people will know this but very MANY won't and there will be more to come...
This is not for the big guns, but for the Amateur coder AND radio enthusiast.
It is a DEMO Morse Code Generator and tutor that will generate the tones required for the original standard letters A to Z and numbers 0 to 9. Puctuation...
This is a(n) LED style "VU" meter in the vertical plane instead of the horizontal one in the recipe below:-
http://code.activestate.com/recipes/577612-seven-bit-colored-analogue-bar-graph-generator-dem/?in=lang-python
A function to convert decimal integer numbers, (from 0 to 255), into byte(s) format. Another function calling the above function to convert ASCII strings into byte(s) format.
Python 3.1.3 (r313:86834, Nov 28 2010, 10:01:07)
"execfile()" IS BACK!!!
Some example lines to add to any test code you write that work from Python (1.4.0), 2.0.1 to 3.2.2 on various platforms.
It is all Public Domain and you can do with it as you...
Printing to the screen with a difference. ;oD
Works on almost any version of Python running in a terminal inside Linux.
(C)2012, B.Walker, G0LCU...
The code says it all... ;o)
Put the two lines in any Python code and have universal KB input...
Enjoy finding simple solutions to often very difficult problems...
Bazza, G0LCU...
Simple 1KHz Audio Function Generator Using Standard Python In Linux - afg.py
This code is a stand alone program to generate a signal, at the earphone sockets, of 1KHz. It is a basic audio signal generator and can be used as a...
Hi experts...
I think that this is a first... ;o)
Another kids level project to do for yourselves...
This is yet another Python DEMO to show the power of the sound card using Linux as an audio frequency...
The single very powerful line of just the fifteen ASCII characters says it all...
Read the code for more information...
Tested on the platforms and versions inside the code...
This is entirely Public Domain and... |