General Discussions · Python Codes

Keylink Data Structure

We often encounter projects and experiments where keywords are associated to the web links. For each of those keywords present in the list, one or more links are collected to gather and process the data related to it. Keylink data structure maintains a web link to every keyword present in the list. The number of… Continue reading Keylink Data Structure

Ebooks

Structures and C – Ebook

Understanding ‘structures’ has given stunning buildings and architectural wonders. Understanding ‘structures’ has explained us how to visualize the universe and the planetary system. Understanding ‘structures’ has given out patterns and designs. Structures have made the study easy and involving. Understanding ‘structures’ will also make you a better programmer. Though we are referring to different structures… Continue reading Structures and C – Ebook

Python Codes

‘switch’ Case in Python

[Note: This tutorials is for beginners only] Once you start programming in Python, very soon you encounter with the scenario that there is no direct support of switch case. The community has various alternatives for the purpose namely, Using dictionaries Using lambdas Using Exceptions and many others! For a beginner it is faster and easier… Continue reading ‘switch’ Case in Python

Ebooks

Design of a Programmer

There are rules. There sure are rules. But no one is going to tell you those! They aren’t told because everyone makes their own and its one of its kind. The question is how do I make my own rules to be a better programmer? Is it possible? The answer is yes and hence is… Continue reading Design of a Programmer

General Discussions

Inventory Data Structure

Inventory data structure is a makeover of a matrix data structure. Often we encounter tasks where we have keywords and their associated properties. Consider like we have 5 items and each item has associated 10 properties, we want to put them in a table and then perform some operations on it.  A matrix is too… Continue reading Inventory Data Structure

General Discussions

Why Suddenly The languages I Studied Look Bad!?

The decisive goal of each programming language is to keep it effortless for the user and conceal the complexity in the implementation. The intact notion of theory in computer science verbalizes the abstraction by keeping it easy to the user. The theory puts a demand that every perception needs a formal proof for acceptance. Every… Continue reading Why Suddenly The languages I Studied Look Bad!?

Puzzle Programs

XYZ+XYZ+XYZ=YYY C Program

You might have encountered this puzzle at several places. Including in WhatsApp and other social media which is circulated in the following manner: You will find many discussions on the web on solving this which ends up in the answer 148. We can also obtain the result by writing a program and asking machine to… Continue reading XYZ+XYZ+XYZ=YYY C Program

Ebooks

PhD – The Messy Desk

Okay, so you decided to have a Permanent Head Damage! Isn’t it? So why you want a PhD! Does it mean that? Very much! Needless I say all that, PhD is one hell of an exciting journey. This book will reveal all the encounters one will undergo. It’s more like being arrested for no reason… Continue reading PhD – The Messy Desk