IT
I'm Learning Python part 10 (last one)
I'm Learning Python part 10 (last one) Back to blogging As usual, I will apologize for not blogging for a long time. I have been very busy, university exams, university projects, job projects, teaching and learning. Python Course At Damascus University, in the faculty of informatics we managed to create free courses to students, and [...]
I'm Learning Python part 9
I’m Learning Python part 9 Classes In Python As I told you before, Python is a powerful programming language, and powerful it won’t be without Object Oriented design. Python supports both Pure Object Oriented Programming (Every thing must be in a class) and Structural Programming (You can type code everywhere). It supports also other programming [...]
I'm Learning Python part 8
I’m Learning Python part 8 Python 3.0 Since the last time I wrote an article Python many changes happened in my life, one of them is the release of Python 3.0 (Which is known also as Python3K and Python3000). Python 3.0 is the first intentionally backwards incompatible Python release, which means that there are some [...]
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: [...]

