View post_marks.py
This file contains 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 python3 | |
# -*- coding: utf-8 -*- | |
""" | |
post_marks.py | |
example script showing how to post daily marks to Empirasign's API | |
endpoint for the VEP (Validated Evaluated Pricing) Service, a crowd sourced | |
statistically robust tool for outlier detection | |
To get set up with a Free Trial, contact us at: |
View wingbats.py
This file contains 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 python3 | |
# -*- coding: utf-8 -*- | |
""" | |
wingbats.py | |
map wingdings 1-3 and webdings to unicode equivalents if possible | |
https://gist.github.com/empirasign/58e1a452b6a8553a04d98bc2a466bb2d | |
Copyright (c) 2019 Empirasign Strategies LLC |