Python
A EKF Robotika Labor wikiből
(Változatok közti eltérés)
(→Fejlesztői környezet kialakítása) |
(→Fejlesztői környezet kialakítása) |
||
(egy szerkesztő 3 közbeeső változata nincs mutatva) | |||
8. sor: | 8. sor: | ||
*** Eclipse -> Help -> Install New Software... | *** Eclipse -> Help -> Install New Software... | ||
*** 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 -> Editor -> 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 -> Editor -> Interpreter-Python -> New...-> Interpreter Executable: /usr/bin/python3.2 -> 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: [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 | ||
+ | * PySerial: [http://pyserial.sourceforge.net/][http://pyserial.sourceforge.net/shortintro.html] |
A lap jelenlegi, 2012. július 10., 22:57-kori változata
[szerkesztés] 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 -> Editor -> 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 -> Editor -> Interpreter-Python -> New...-> Interpreter Executable: /usr/bin/python3.2 -> Apply és OK.
[szerkesztés] 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]