[ Home | Feed | Twitter | Vector Art | Ascii Art | Tutorials ]
We had about 12 members this time. And I hope people got a good opportunity to discuss, share and learn Python.
Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: chennaipy, python
This article is for people, who own a Thinkpad and are located in Chennai, and want to get it serviced. I am writing the article, because most people do not know, what services they are entitled to, and how to avail them.
Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: thinkpad
We had a great monthly meet this time. There were around 11 participants.
Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: chennaipy, python
I did a lightning talk on Protothreads at the ChennaiPy user group meeting last week. This post contains the code examples demonstrated during the talk.
The code was written to show how Protothreads work, but it is not the best way to implement Protothreads. For one, the examples use 100% of the CPU, because the scheduler does not block. For a more complete implementation, check the source code of the Kiwi project.
BTW, the term Protothreads comes from a co-operative multi-threading implementation in C by Adam Dunkels.
Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: python
The development of the FOSS Lab Manual for the Anna University Syllabus is underway at Google Code. The contents for the first Virtualization lab is available in this post. Post your suggestions and feedback.
Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, qemu