Programming

Queues - Python

less than 1 minute read

Queues using Python

Stacks - Python

less than 1 minute read

Stacks using Python

Python Functions Default Arguments

1 minute read

Python Functions Default Arguments Default arguments are evaluated once, specifically when the module is loaded, and are shared across all callers. As a rule...

Python Built-in Functions: map, filter, zip

1 minute read

Python Built-in Functions: map, filter, zip Map Make an iterator that computes the function using arguments from each of the iterables. Stops when the shorte...

Python Programming Basics Day#1

18 minute read

Introduction This weekend, I have attended a training from Linux World (#13) on Python Programming (Basic to Advanced). Its a free training, check out https:...

Go Maps

1 minute read

Go Maps A map maps keys to values.

Go Slices and more

5 minute read

Go Slices and more A slice literal is like an array literal without the length.

Go Help

4 minute read

Go Help

Go Pointers

less than 1 minute read

Pointers