Latest Posts
-
Useful binary tree recursions
A binary tree data structure consists of nodes which have a maximum of two children referred to as the left child and right child. We can thereby implement a binary...
-
Using argument parser for Python scripts
It’s often easy to run your Python scripts from the command line. Sometimes, your scripts may require a form of input to run- here’s a two-minute recipe to use the...
-
A beginner in free stock trading
With new trading platforms and applications truly democratizing the power to buy and sell stocks, there are plentiful interesting and affordable ways to get involved with the stock market. A...
-
Notes on deep learning
This is an agglomeration of my notes from various resources on the subject of deep learning and neural networks, which I will be using in my research this summer. Some...