November 2008
You are browsing the archive for November 2008.
I'm Learning Python part 7
I’m Learning Python (part 7) Apology: First of all I wanna apologize for being late with this part, I’ve had busy days first during Shaam 2008 expo and second during some studies at the college and last busy time past launching Bawabaty project. Numbers: Numbers in Python are divided into 5 sections: Integers: Such as: [...]
I'm Learning Python part 6
I’m Learning Python (part 6) Dictionaries Dictionaries in Python are like dictionaries in life, they consist of key-value pairs, each key maps a value, values can be any object type, and keys also. Keys must be unique, I mean that we can’t have two identical keys with different values. Dictionaries are defined using curly braces [...]
