All Articles

Startup Engineering

Article in draft mode…

Algorithm Analysis and Big O

In this post we will discuss Big O notation.

The Block Chain Technology

The article is in draft mode. Comming very soon…

Making HTTP Request with Python!

How can we request data from an API. Send an HTTP request, get data back and parse it as JSON

Debugging and Error Handling in Python

Explain common errors and how they occur in Python Use pdb to set breakpoint and step through code Use try and except blocks to handle errors

Working with Agile / SCRUM

Article in draft mode…