Introduction to Python


The importance of Python language first began to wander in my mind, once I started to learn Data Science related subjects. Then I started searching for job requirements of a Data Scientist and of course almost all the jobs had mentioned the knowledge of Python as a requirement/ advantage. Furthermore, when I talked to the lecturers at…

Encapsulation


Puppy cannot take the cookie..  But you can.. So probably puppy needs you to take it… Well.. In Java also we need to keep things where everyone cannot access (Others can access only via authorized people). We call it “Encapsulation”. Encapsulation is one of the Object Oriented principles. Keeping the fields of a class private…

First step to Java


Java is a programing language developed by James Gosling at Sun Microsystems. Currently it is a widely using language. Well… there are reasons that made it so important. Easy to learn (now be happy :)) An open source (no need to pay for coding or using) A cross-platform language (no matter you use Windows, Linux,…