Django is a code example
Example 1: django
# Start a Project.
django-admin startproject
# cd into
# Create the application
python manage.py startapp
# Start using the files.
Example 2: django
$ python -m django --version
# Start a Project.
django-admin startproject
# cd into
# Create the application
python manage.py startapp
# Start using the files.
$ python -m django --version