Programming

Python Class

Python Class

Python support Objection Oriented Paradigm as the other languages such as Java, C++, Smalltalk. In Python, an object create be created as the following: >>> objA = A( ) >>> objA.<method>    or objA.<attribute> Normally, an object can be create from its definition which is Class. A class define ever-thing an object need to have such [...]

SmallTalk: Pharo – Getting Started (2)

SmallTalk: Pharo – Getting Started (2)

Continuing from the previous article SmallTalk: Pharo – Getting Started, I also suppose that you can install the Pharo and have it already on your machine with my recommed-ation of usting One-Click Image package, let me start here by introduction the starting point here. Characteristic of SmallTalk – Pure OOP language: Everything in SmallTalk is [...]

SmallTalk: Pharo – The getting started

SmallTalk: Pharo – The getting started

Get Pharo Pharo is a development environment for SmallTalk Programming Language. You can download it from the Pharo project website: http://pharo-project.org/pharo-download (I recommend you download the one-click image). If it is not the case, please download the following requirement software for Pharo. 1. Pharo image which is the execution file of Pharo. 2. Pharo source [...]

What is Subversion?

Subversion System is normally a system which helps the developers working in a team on one common project to collaborate the work correctly without any overlap or overwrite. Consider the following problem while Toto and Titi work in the same team on a project. During the coding, they develop on a sharing module. Their module [...]

Python tutorial – Video version series (Full series)

Continuing to the previous articles about Python Tutorial which are in text description and in video version, I come to fill all the tutorial which all real in video version which I completely taken from Youtube.com made by a guy with the heart of sharing. So below is the series which go till the end. [...]

SmallTalk : Real Object Oriented Programming Language

SmallTalk : Real Object Oriented Programming Language

This article seems to open new discovery for me or even others about a new environment of doing programming stuff using the Real Object Oriented language which is the original one date from 1980. The language is name SmallTalk. SmallTalk programming environment is named Pharo. This language is said as it underpin the “New World” [...]