Python

From Utopia
Revision as of 14:15, 27 June 2023 by Locke (talk | contribs)
Jump to navigation Jump to search


IDE

PyCharm

Libarys

os

import os

Datei einlesen

with open(fileName) as f:
    lines = f.readlines()


Web Programmierung

WSGI


Django