it:programmiersprache:python:exkurs:pfade:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
it:programmiersprache:python:exkurs:pfade:start [01.09.2026 13:25] marschit:programmiersprache:python:exkurs:pfade:start [08.09.2026 08:16] (aktuell) – [Modul os.path] marsch
Zeile 1: Zeile 1:
 ====== Pfade ====== ====== Pfade ======
  
-Voraussetzung: [[it:programmiersprache:python:strings|Strings]]+Voraussetzung: [[it:programmiersprache:python:01_strings|Strings]]
  
 {{ youtube>yxa-DJuuTBI|Python Tutorial: Pathlib - The Modern Way to Handle File Paths (Corey Schafer)}} {{ youtube>yxa-DJuuTBI|Python Tutorial: Pathlib - The Modern Way to Handle File Paths (Corey Schafer)}}
Zeile 19: Zeile 19:
  
 home_directory_of_file = path.dirname(__file__) home_directory_of_file = path.dirname(__file__)
-parallel_directory_of_file = path.abspath(path.join(MAIN_DIR, "..", "paralleldir"))+parallel_directory_of_files_home = path.abspath(path.join(home_directory_of_file, "..", "paralleldir"))
 </code> </code>
  
  • it/programmiersprache/python/exkurs/pfade/start.1788269120.txt.gz
  • Zuletzt geändert: 01.09.2026 13:25
  • von marsch