PDA

View Full Version : Is there any Python PIC IDE?



cnr437
September 18th, 2007, 09:12 AM
Is there any IDE which uses Python Programming Language for writing PIC Microcontrollers??

CptPicard
September 18th, 2007, 09:16 AM
First question probably would be ... can Python in general program PIC microcontrollers?

If so, I would think any IDE would do, no?

pmasiar
September 18th, 2007, 01:02 PM
Funny: this post is top hit for http://www.google.com/search?q=python+pic+microcontroller -- but there are other promising links. Look them up, I have no idea which could be relevant. There **are** couple projects apparently.

Edit: we are top hit. Please behave, anyone searching for "Python PIC microcontroller" is bound to read this. Surreal feeling :-)

samjh
September 18th, 2007, 01:51 PM
I think it's just a silly idea to program PIC using Python. I've done a fair bit of programming on the PIC series of microcontrollers using Assembly and C. I just can't imagine any great success using any language higher than C for those chips, maybe except some other system-programming languages like Forth.

Anyway, look at this thread:
http://mail.python.org/pipermail/python-list/2005-August/335147.html

leif1986
June 10th, 2010, 11:32 AM
http://pyastra.sourceforge.net/


"Pyastra is a Python to assembler translator that supports the Microchip PIC16 instruction set. It is designed to generate compact and effective code."




Leif

DanielWaterworth
June 10th, 2010, 12:37 PM
Yes, pikdev:

http://pikdev.free.fr/

edit: sorry I missed the python bit. pikdev is just an IDE for asm