[Tutor] Next steps after creating virtualenv (new github project)?

Thomas Güttler Lists guettliml at thomas-guettler.de
Sun Mar 3 07:41:17 EST 2019


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



More information about the Tutor mailing list