Folium is python library built on top of leaflet.js. It is used to visualize data through interactive maps, choropleth visualization, as well as parsing markers on data.Create multiple data views, and custom icons... (more…)
Read more »
Python toolkit for quantitative finance. Contribute to goldmansachs/gs-quant development by creating an account on GitHub. (more…)
Read more »
Second edition of Springer Book Python for Probability, Statistics, and Machine Learning - unpingco/Python-for-Probability-Statistics-and-Machine-Learning-2E... (more…)
Read more »
I stumbled on a surprising instance of Elixir being much easier to learn and use than Python: I was in each one’s REPL, comparing how to do some typical programming task. (I forget exactly, but it … (more…)
Read more »
The Python subprocess module is a powerful swiss-army knife for launching
and interacting with child processes. It comes with several high-level APIs like
call, check_output and (starting with Python 3.5) run that are
focused at child processes our progra... (more…)
Read more »