Hello,

I want to execute: print('Hello world.') in a file called hello.py


After creating a virtual-env (via PyCharm) I  have these directories:

  ./foo
  ./foo/venv
  ./foo/venv/lib
  ./foo/venv/lib/python3.6
  ./foo/venv/lib/python3.6/site-packages
  ./foo/venv/include
  ./foo/venv/bin


I want to store my small project in git and upload it to github later.

What is the best practice for the directory layout?

Are there (official) docs how to start a new project after creating the virtualenv?


Regards,

  Thomas Güttler








--
Thomas Guettler http://www.thomas-guettler.de/
I am looking for feedback: https://github.com/guettli/programming-guidelines

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to