Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

This question already has an answer here:

Im a beginner working with arduino. Im little familliar with java syn and its not hard for me to do the work with ide ;but i know python better....is there any Lib that let you program Arduino with Python?

share|improve this question

marked as duplicate by Avamander Aug 19 at 19:22

This question was marked as an exact duplicate of an existing question.

    
This page on playground lists a number of links on the subject. As a matter of fact, the first paragraph hints how you may use python on your pc to interact with an arduino over a serial connection. – jogco Jul 10 at 7:29
    
This has been asked before. – Avamander Aug 19 at 19:22

Here is a page on interfacing Arduino with Python.

Interface Arduino with Python

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.