Jul 30
Digg
Stumbleupon
Technorati
Delicious

“PySwaper” - Protect your Inbox!

SMS hiding !

Author: Pavan Pareta
Jul 17
Digg
Stumbleupon
Technorati
Delicious

Network programming for PyS60 (XV)

As discussed in post III, TCP sockets have flow control but they require some extra coding since we can not precisely control the amount of received bytes when using recv(). However, the socket API in Python provides a very useful method called makefile() that transforms a standard socket object in a file like object. [...]

Author: Marcelo Barros
Jul 11
Digg
Stumbleupon
Technorati
Delicious

Featured PyS60 Application #15

Every few weeks, we feature a new application on PyS60 in the “PyS60 Applications” section!
The prominent aim of the Featured PyS60 Applications section is to help the developers of PyS60 build standalone applications on PyS60.
The featured application #15 is Magic Video by Floriano Scioscia.
Magic Video is a video numbers puzzle for Symbian S60 smartphones with PyS60 [...]

Author: Bogdan Galiceanu
Jul 01
Digg
Stumbleupon
Technorati
Delicious

Programming Games with AI

So far, I have talked about flash games based on logic, their design, code modeling and given tips in Flash Lite. As some might know, I have been reading Python and J2ME for quite some time now. And in this post, I shall discuss how to program a simple Tic-Tac-Toe game in Python. I shall [...]

Author: Manikantan