If you get receive a module not found, o r package not found on your jupyter notebook, it’s because that environment (regardless of what you have in your ENV or virtualenv) can’t see those packages. Read more…
I just published a repository on github that shows you the easiest ‘full service’ solution for syncing trades and hitting the TD Ameritrade API. The biggest challenge here is managing the tokens and the forced Read more…
Django is an insanely useful web framework for the average python developer. Properly used, you can boostrap a fully featured, production ready application in an afternoon. Over the years I’ve noticed that there are a Read more…