CS
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 [...]
iCommunity FOSS 09
I mentioned many times before that I was planning to make a workshop about Free Open Source Software (FOSS) in Damascus, and thankfully I did The Idea The idea was to spread the culture of FOSS between the interested people here in Damascus. What I noticed was that almost 99% of computer science students didn’t [...]
FOSS Workshop
Hello, if you don’t know already, I’m a Computer Science student from Damascus University Syria. My friends and I are working on an Open Source Free Software workshop here at the faculty of Computer Science, the workshop will take place on February 2009, but we are gathering some resources and information from now. The workshop [...]
