Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=nWTvXbQHwWs Please support this podcast by checking out our sponsors: - Blinkist: https://b... (more…)
Read more »
For generating plots from Fortran using Python's matplotlib.pyplot 📈 - jacobwilliams/pyplot-fortran... (more…)
Read more »
There’s three basic approaches to writing unit tests for python code that interact directly with external API’s. Typically, that code involves functions that hide the details of a HTTP call. (more…)
Read more »
MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ['\\(','\\)'] ], displayMath: [ ['$$','$$'], ['\\[','\\]'] ], processEscapes: false, } }); Python for Finance,... (more…)
Read more »
IntroductionIn this post, I want to look at the biggest strengths and weaknesses of Python, with more emphasis on the weaknesses, just because these problems have been there for years now and some of the rough edges bleed a lot. The Good – Where Python Sh... (more…)
Read more »