docs: add links to Python tutorials

This commit is contained in:
Oleg Kalachev
2020-08-20 20:28:55 +03:00
parent 333cf9655f
commit 106209d79b
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ Read more in the [GPS connection](gps.md) article.
## Autonomous flight {#flight}
> **Info** For studying Python programming language, see [tutorial](https://www.learnpython.org/en/Welcome).
After you've configured your positioning system, you can start writing programs for autonomous flights. Use the [SSH connection to the Raspberry Pi](ssh.md) to run your scripts. In order to run a Python script use the `python` command:
```bash

View File

@@ -32,6 +32,8 @@
## Автономный полет {#flight}
> **Info** Для изучения языка программирования Python обращайтесь к [самоучителю](https://pythonworld.ru/samouchitel-python).
После настройки системы позиционирования становится возможным написание скриптов для автономных полетов. Для выполнения скриптов [подключитесь в Raspberry Pi по SSH](ssh.md). Для того, чтобы запустить Python-скрипт, используйте команду `python`:
```bash