How to take screen shots in Ubuntu 18.04 LTS

The good news is that Ubuntu 18.04 comes with its own take screen shot features. If you need to take a full screen screen shot, just press the prntscrn key on the keyboard. The screenshot will be saved in the default location which is the /home/yourusername/pictures location. Now if you need to take screen shot…

How to stick to a daily mundane activity for a long period

Now a days most of us are becoming a consumers rather than a producers. It’s totally not our fault. Now a days entertainment are very cheaply available to us which are forcing us to be a much more consumers. Because it increases the dopamine which is a chemical messenger involved in rewarding us and motivating…

Class, objects and their attributes in Python

so in this post https://industechie.com/index.php/2019/10/06/objects-in-object-oriented-programing/ data and behaviours are discussed in details. Now express them in terms of the programiing language. Take the below example. suppose Lion and Dog belongs to a animal class. but they behave differently. Dog can bark but Lion can roar. And also they have different weight and height. So please…

Objects in Object Oriented Programing

So we can say that the objects are instances of a class. Mango tree is an instance of a geneal tree class. Being an non computer science student it was intially very much dificult to me to understand the concept of the objects. In the computer science world the object is anything which can be…

Object Oriented Programing

What the heck is this Object Oriented Programming (OOP) ? Is it the brother of the black-hole when it is converting in to the worm-hole with out breaking the law of relativity? Just kidding. Ignore this crazy part. It’s like a thing as it is. It’s like a thing that it should be. Just chill,…