A word about subprocess module for running bash commands in Python

June 21, 2017

It has been a few days since I have been working on the GSoC project. Although I haven’t been able to write about all the things going on that side. From now on probably I will talk about it more often. Yesterday I managed to upload the code on our local experimental server and show the results to the mentor.

Read More

LaTex: Format your documents like a pro

June 12, 2017

I had never heard about this term before doing this project, but when I came to know about its features and found it excellent. LaTex is a document markup language and document preparation system for the TEX typesetting program. Within the typesetting system, its name is styled as LaTex.

Read More

Getting started with C++ boost library

April 22, 2017

Last few days were well spent with the C++ library boost. It was a great learning experience. I was introduced to the one of best-kept code and some new coding paradigms. Along with that it was the first time I was coding with the new standards of C++11 and C++14.

Read More

Changing the commit messages that are already pushed

February 17, 2017

So in this post, we will be talking about the process of changing the commit messages that are already pushed into the remote. But, before talking about changing those messages we must know about the basics commands of GitHub.

Read More