Python
Version vom 22. August 2020, 11:51 Uhr von Martin Kirner (Diskussion | Beiträge)
Installation
sudo apt-get install -y python3 python3-pip
Shebang
#!/usr/bin/env python3 from pathlib import Path current = str(Path.cwd().absolute()) print('aktuelles Verzeichnis:', current)
Dateidownload
https://lerneprogrammieren.de/dateien-herunterladen-tutorial/
Links
https://docs.python.org/3/library/
https://projects.raspberrypi.org/en/projects?software%5B%5D=python
Zurück zu Hauptseite