Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5436
| From | Thomas Güttler Lists <guettliml@thomas-guettler.de> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | [Python-de] Hello Word-Project: Von "virtualenv erstellen" zu github |
| Date | 2019-03-03 14:12 +0100 |
| Message-ID | <mailman.5.1551618736.24663.python-de@python.org> (permalink) |
| References | <fef5e78d-cd24-0ffc-8ad5-131a8f4d7364@thomas-guettler.de> |
Hallo,
ich suche eine Beschreibung wie man vorgeht, um in ganz kleines Python
Projekt
zu erstellen und dann zu github hoch lädt.
Nach dem Erstellen der Virtualenv (per PyCharm) sehe ich diese
Verzeichnisse:
./foo
./foo/venv
./foo/venv/lib
./foo/venv/lib/python3.6
./foo/venv/lib/python3.6/site-packages
./foo/venv/include
./foo/venv/bin
Und nun: wo hello.py speicher und wie die Zeile "print('Hello world.')"
per Kommandozeile aufrufbar machen?
Und dann: dies ganze per github verfügbar machen.
Ich kann das, daran scheitert es nicht.
Ich suche eine Doku die das schön im Zeitlupentempo erklärt.
Die Doku kann gerne auf englisch sein.
Hat jemand einen passenden Link?
Gruß,
Thomas
--
Thomas Guettler http://www.thomas-guettler.de/
I am looking for feedback: https://github.com/guettli/programming-guidelines
Back to de.comp.lang.python | Previous | Next | Find similar
[Python-de] Hello Word-Project: Von "virtualenv erstellen" zu github Thomas Güttler Lists <guettliml@thomas-guettler.de> - 2019-03-03 14:12 +0100
csiph-web