Daksh's Blog

Stepping up and taking charge, when no one else will.

GitHub Tricks

In this post, I will discuss about some useful tricks for GitHub.

HTTP & HTTPS

In this post, I'll share my notes on HTTP & HTTPS.

Args and kwargs in Python

In this post, I'll share about args and kwargs in Python.

File handling in Python

In this post, I'll share about how to handle files in Python.

Python Classes Introduction

In this post, I'll share how to create classes in Python, and how to add state and behavior to the classes.