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
| @Echo off | |
| E: | |
| cd LE\GLC\examples | |
| cls | |
| echo Starting Glyphinator Watchdog | |
| echo If you want to close this watchdog, close the glyphinator window and type Y depending on your language followed by Enter in this window. |
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
| import intrinio | |
| from datetime import datetime | |
| from dateutil.relativedelta import relativedelta | |
| from os.path import join | |
| from mssql import MSSQL | |
| from utility import Utility | |
| class StockData(object): | |
| """This class was developed to make working with stock data easier""" |
OlderNewer