General Discussions

Structures and C – Ebook Programs

This GitHub Repository contains all the programs from the ebook “Structures and C” The following can be found in the repository: Programs used in each of the chapters named with Bogie number Exercise programs and examples MCQ solutions The Book can be downloaded HERE.

Python Codes

Random Poem Generator

This is a python code for a random poem generator. The code has a lot of scope for improvements. This project was implemented to learn python and python gui using tkinter. It takes a keyword as a input and generates a random 4 line poem as output. It uses python 3.4, tkinter and BeautifulSoup API’s.… Continue reading Random Poem Generator

Python Codes

RGB and Hex Conversions – Python

While dealing with color operations we would need to work with RGB and Hex values and need conversation between formats for the operations. Here are the python code snippets to achieve the same. 1. Converting RGB to HEX 2. Converting HEX to RGB

General Discussions

The One Programming Language

As a computer scientist, if you were asked to learn ONLY one programming language, then which one would it be? In that case, I would build my own language and its as-demanding mini compiler. It would have a proper combination of concepts coming from Scheme (or any other functional), packaging structures like Java and mostly… Continue reading The One Programming Language

General Discussions

Learning Structures in C

You get admission to a college after clearing the entrance and you walk with several set of documents. The college admission department maintains several procedures and collects some certificates to return back at the time of graduation. Let us say there are like ten kinds of documents to be maintained for every student. Institute takes… Continue reading Learning Structures in C

General Discussions

The Clear Up

Take a walk outside. Clear all your thoughts about the doubts of ‘if you will be a good programmer or not’. Flush out any opinions you have which you had gathered from somewhere else and if you had decided that programming is not your cup of tea. Yeah! If not green tea, we shall have… Continue reading The Clear Up

General Discussions

Why Program?

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. Concept is goal driven to optimize it to the computer architecture. We all speak of… Continue reading Why Program?