|
Re: Programming in Python and Explaination of Programming
Quote:
Originally Posted by techwizrd
Sadly, our team wants to use C too. I personally suggest, being an experienced Python programmer (whatever that's worth  ), using CPython to write the code. You can import the header files and write the code with Python syntax. If I am correct, you'll get nice compiled code at the end, that theoretically should work. I personally am not very experienced with CPython, as I do not normally need to write C-like code with toolkits like PyGTK out.
|
CPython is just the name of the standard Python interpreter (Just as JPython is the interpreter written in Java). It does not mean you can produce C code from your Python code.
__________________
John Downey
Lead Robot Inspector - Purdue IndianaFIRST District
Whitney Young Magnet High School/Robophins (FRC 4302) - Mentor (2013-current)
Midwest Regional Planning Committee - Member (2012-current)
Boilermaker Regional Planning Committee - Member (2011-2014)
Robot Inspector (2008-current)
Purdue FIRST Programs - Staff Advisor (2008-2011)
Lafayette-Jefferson High School/Precision Guessworks (FRC 1646) - Mentor (2006-2011)
|