Python
A EKF Robotika Labor wikiből
(Változatok közti eltérés)
(→Fejlesztői környezet kialakítása) |
(→Dokumentációk, leírások) |
||
18. sor: | 18. sor: | ||
* Tkinter: [http://docs.python.org/py3k/library/tk.html][http://pythonware.com/library/tkinter/introduction/index.htm][http://www.tkdocs.com/tutorial/][http://effbot.org/tkinterbook/] | * Tkinter: [http://docs.python.org/py3k/library/tk.html][http://pythonware.com/library/tkinter/introduction/index.htm][http://www.tkdocs.com/tutorial/][http://effbot.org/tkinterbook/] | ||
* Turtle: http://docs.python.org/py3k/library/turtle.html | * Turtle: http://docs.python.org/py3k/library/turtle.html | ||
+ | * PySerial: [http://pyserial.sourceforge.net/][http://pyserial.sourceforge.net/shortintro.html] |
A lap 2012. június 28., 18:07-kori változata
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]