Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
| user:hof:pyeditor [2026-04-24 14:28] – hof | user:hof:pyeditor [2026-08-20 19:49] (aktuell) – [Installing files] hof | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| # Bottom Python Editor | # Bottom Python Editor | ||
| - | < | ||
| Bottom Editor offers a standalone editor version at [[https:// | Bottom Editor offers a standalone editor version at [[https:// | ||
| Zeile 176: | Zeile 175: | ||
| cv2.imshow(' | cv2.imshow(' | ||
| </ | </ | ||
| - | |||
| ## Installing files | ## Installing files | ||
| You can install files from an URL (with CORS headers if from a different domain!): | You can install files from an URL (with CORS headers if from a different domain!): | ||
| <code html> | <code html> | ||
| - | < | + | < |
| with open(' | with open(' | ||
| for line in infile: | for line in infile: | ||
| Zeile 191: | Zeile 189: | ||
| </ | </ | ||
| - | < | + | < |
| with open(' | with open(' | ||
| for line in infile: | for line in infile: | ||