View Single Post
  #15   Spotlight this post!  
Unread 07-01-2008, 00:05
techwizrd techwizrd is offline
Autonomous Programmer
FRC #0116 (Epsilon Delta)
Team Role: Programmer
 
Join Date: Jan 2008
Rookie Year: 2008
Location: Herndon, Virginia
Posts: 7
techwizrd is an unknown quantity at this point
Send a message via AIM to techwizrd
Lightbulb Re: Programming in Python and Explaination of Programming

Quote:
Originally Posted by roboxking View Post
Our team has decided to use Python for programming, instead of C. Does anyone know how to do that. I also need a general explanation of how programming works in general. This is our first year in FRC, and in FVC (now FTC) all we did was use EasyC, so how programming worked wasn't an issue. Thanks for the help anyone can give me.
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.