|
1 | | -Are there more efficient way for developing? |
| 1 | +Use the best way for developing |
2 | 2 | =================================================== |
3 | 3 |
|
4 | 4 |
|
5 | | -How to program from my cellphone |
| 5 | +Develop from QEditor |
6 | 6 | ---------------------------------------- |
7 | | -* `What editor should I use? <http://wiki.qpython.org/en/QEdit/>`_ |
| 7 | +QEditor is the QPython's built-in editor, which supports Python / HTML syntax highlight. |
8 | 8 |
|
9 | | -How to program from my pc |
| 9 | + |
| 10 | +**QEditor's main features** |
| 11 | + |
| 12 | +* Edit / View plain text file, like Python, Lua, HTML, Javascript and so on |
| 13 | + |
| 14 | +* Edit and run Python script & Python syntax highlight |
| 15 | + |
| 16 | +* Edit and run Shell script |
| 17 | + |
| 18 | +* Preview HTML with built-in HTML browser |
| 19 | + |
| 20 | +* Search by keyword, code snippets, code share |
| 21 | + |
| 22 | +You could run the QPython script directly when you develop from QEditor, so when you are moving it's the most convient way for QPython develop. |
| 23 | + |
| 24 | + |
| 25 | +Develop from your PC/Laptop's browser |
10 | 26 | -------------------------------------- |
| 27 | +QPython has a built-in script which is **qedit4web.py**, you could see it when you click the start button and choose "Run local script". |
| 28 | +After run it, you could see the result. |
| 29 | + |
| 30 | +.. image:: ../_static/guide_ide_qedit4web.png |
| 31 | + :alt: QPython qedit4web |
| 32 | + |
| 33 | +Then, you could access the url from your PC/Laptop's browser for developing, just like the below pics. |
| 34 | + |
| 35 | +.. image:: ../_static/guide_ide_qedit4web_choose.png |
| 36 | + :alt: QPython qedit4web choose project or file |
| 37 | + |
| 38 | +*After choose some project or script, you could start to develop* |
| 39 | + |
| 40 | +.. image:: ../_static/guide_ide_qedit4web_develop.png |
| 41 | + :alt: QPython qedit4web |
| 42 | + |
| 43 | + |
| 44 | +With it's help, you could write from browser and run from your android phone. It is very convenient. |
| 45 | + |
| 46 | + |
0 commit comments