Python
A EKF Robotika Labor wikiből
(Változatok közti eltérés)
(→Dokumentációk, leírások) |
(→Fejlesztői környezet kialakítása) |
||
9. sor: | 9. sor: | ||
*** Add... -> Name: PyDev , Location: http://pydev.org/updates | *** Add... -> Name: PyDev , Location: http://pydev.org/updates | ||
** Eclipse -> Window -> Preferences -> PyDev -> Interpreter - Python -> Auto Config -> Apply és OK. | ** Eclipse -> Window -> Preferences -> PyDev -> Interpreter - Python -> Auto Config -> Apply és OK. | ||
+ | |||
+ | |||
* Ubuntu 12.04 LTS operációs rendszeren | * Ubuntu 12.04 LTS operációs rendszeren | ||
+ | ** sudo apt-get install python3 python3-tk eclipse | ||
+ | ** 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. | ||
== Dokumentációk, leírások == | == Dokumentációk, leírások == |
A lap 2012. június 28., 18:14-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
- sudo apt-get install python3 python3-tk eclipse
- 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.
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]