Python
A EKF Robotika Labor wikiből
A lap korábbi változatát látod, amilyen Admin (vitalap | szerkesztései) 2012. június 28., 18:07-kor történt szerkesztése után volt.
Fejlesztői környezet kialakítása
- Windows 7 operációs rendszeren
- Python 3 telepítése: http://python.org/download/
- Eclipse Classic telepítése: http://eclipse.org/downloads/
- PyDev plugin telepítése
- Eclipse -> Help -> Install New Software...
- Add... -> Name: PyDev , Location: http://pydev.org/updates
- Eclipse -> Window -> Preferences -> PyDev -> Interpreter - Python -> Auto Config -> Apply és OK.
- Ubuntu 12.04 LTS operációs rendszeren
Dokumentációk, leírások
- Python 3 tutorial: http://docs.python.org/py3k/tutorial/index.html
- Python 3 library reference: http://docs.python.org/py3k/library/index.html
- Tkinter: [1][2][3][4]
- Turtle: http://docs.python.org/py3k/library/turtle.html
- PySerial: [5][6]