Created
July 12, 2016 08:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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