The new version of OnlineSchemaChange is written in Python and has a more flexible architecture. (more…)
Read more »
On december the 8th Guido van Rossum (also known to be the BDFL or the Python project) announced on his twitter account that Python 3.6...
Read more »
In previous posts, I only used strings and booleans. In this one, I use a new data type called “int” (for integer) that allows the storage and computation of natural numbers (numbers without a decimal part). I use them to … Continue reading →... (more…)
Read more »
Practical Python Programming (course by @dabeaz). Contribute to dabeaz-course/practical-python development by creating an account on GitHub. (more…)
Read more »
Implementation of Joel Greenblatt's magic formula, which he described in his book - "The Little Book That Still Beats the Market". - rbhatia46/Greenblatt-Magic-Formula-Value-Investing... (more…)
Read more »