Notepad++ Plugin To Run Python Scripts
I use Python everyday, it has become my first tool to use when I need to do anything. In Arabic (in Syrian Arabic specifically) I’d say that Python has become my hand and leg Yesterday I was writing a small Python script to read the YACC file and generate a list of all the specified [...]
Brainfuck Python Interpreter
What is brainfuck? Brainfuck is a programming language This is the definition from Wikipedia: The brainfuck programming language is an esoteric programming language noted for its extreme minimalism. It is a Turing tarpit, designed to challenge and amuse programmers, and is not suitable for practical use. Its name has been variously bowdlerized. The name of [...]
Binding NetBeans with Flex
In my faculty – Informatics Engineering, Damascus University -, in the 4th year of Software Engineering Department, we have to build a compiler . I like using NetBeans for developing applications, it supports lots of languages and tools; like C, C++, Java, Python, Ruby and more. The compiler would be implemented in C++. The first [...]
Get Online Users in Django
I was upgrading my Django Bookmarks site, and I wanted to list the online users. I searched the internet and I found a simple method, but it doesn’t work properly. So I developed my own method. Why the simple method didn’t work? The problem with it is that it depends on the last login date [...]
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 [...]
