A few months ago Microsoft announced about the creation of Jupyter for .NET. However, people are barely interested in it despite how attractive the topic is. I... (more…)
Read more »
MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ['\\(','\\)'] ], displayMath: [ ['$$','$$'], ['\\[','\\]'] ], processEscapes: false, } }); Python for Finance,... (more…)
Read more »
A tutorial for those with some experience in Python for data science students and real estate agents who are looking to gain insight about… (more…)
Read more »
Asyncio helps you to write asynchronous functions using python making your application a lot faster with better user experience with its easy to use syntax. (more…)
Read more »
We use Sentry to track runtime errors and I noticed that over time we started getting more type related errors in our Python 2 codebase than before. I believe as the amount of code grows it becomes…
Read more »