Welcome
Welcome to Home to PyS60 Developers.
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. [...]
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 [...]
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 [...]