Skip to content

Instantly share code, notes, and snippets.

@nad2000
Created July 12, 2016 08:26
Show Gist options
  • Save nad2000/728b5ea718656f8ef7551d9be7c4e99d to your computer and use it in GitHub Desktop.
Save nad2000/728b5ea718656f8ef7551d9be7c4e99d to your computer and use it in GitHub Desktop.
Spyder (the Scientific PYthon Development EnviRonment) new module template with the hashbang, source encoding line, and VIM modeline
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
"""
Created on %(date)s
@author: %(username)s
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment