My Python setup used to change a lot, as I would find ad-hoc solutions for my needs. These days I've settled on a Python setup that satisfies pretty much all of my different use cases and is easy to use. It is composed of these tools:
Pyenv for Python ver... (more…)
Read more »
This document serves as a collection of reasons why beginners should avoid Python 3 as of November 22nd, 2016. I give two sets of reasons as I see them now. One for total beginners, and another for people who are more knowledgeable about programming. Th...
Read more »
MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ['\\(','\\)'] ], displayMath: [ ['$$','$$'], ['\\[','\\]'] ], processEscapes: false, } }); Python for Finance,... (more…)
Read more »
PyCharm and Visual Studio Code both support Python development, but Visual Studio Code wins over PyCharm in many ways. (more…)
Read more »