Linear Regression is one of the easiest algorithms in machine learning. In this post we will explore this algorithm and we will implement it using Python from scratch. (more…)
Read more »
Cracking Codes with Python teaches complete beginners how to program in the Python programming language. The book features the source code to several ciphers and hacking programs for these ciphers. The programs include the Caesar cipher, transposition cip... (more…)
Read more »
More and more investigations are being conducted on Tor and many of them can also include investigating Bitcoin transactions. The nature of Bitcoin is such that the transactions themselves are designed to be anonymous but there are many other factors that... (more…)
Read more »
An improved asyncio module, Pyjion for speed, and moving to Python 3 will make for a rich Python ecosystem.
Read more »
I wanted to give GraphQL a shot for a while now. After all, the cool kids at Github are doing it, so I wanted to learn what all the hype is… (more…)
Read more »