PyS60 documentation
From OpenSource
Contents |
Python programming
- The release notes of the 1.4.1 release contain more details on how 1.4.1 differs from 1.2.0.
- The 1.2.0 release shipped with three useful documents: "Programming with Python for Series 60" , "Getting Started with Python for Series 60" and "API Reference for Python". They are included in the 1.2.0 release that you can download from here.
- For information on the Python language itself, see the official Python site. Note that PyS60 is based on Python version 2.2.2.
- Jürgen Scheible has made a great tutorial to PyS60 programming.He has also written a book in 2007 with Ville Tuulos whose title is Mobile Python Book.
- There are many useful tips in the Forum Nokia PyS60 discussion board. The search function is your friend.
Example code
- Code Snippets has actually many Python for S60 snippets tagged as series60 and pys60.
Symbian OS
- Symbian Codex Search public domain Symbian C++ code
Search in source code (.h/cpp files) and/or documents (.doc/.pdf/.xls). Over 5000 indexed files for fast lookup
- MobileDev Search Search The Web for Java ME (J2ME), Symbian, .NET Compact Framework, Flash Lite and Python for S60
- Symbian Search Search topics around Symbian, S60 and UIQ
- Xcode Plugin for Symbian OS a plugin for Xcode that allows you to develop Symbian OS applications on Mac OS X. It is, as far as I'm aware, the only way of developing apps for Symbian devices on OS X without needing to use the command line.But how can i integrate pys60 to it?
- HOWTO develop Symbian apps using Mac OS X
- SymRAD - Symbian Rapid Application Development. In the latter part of last year I worked on a new rapid application development environment called SymRAD. It currently works on Series 80, Series 60 3rd Edition and UIQ 3.0.
Miscellaneous links
TODO: clean this up
- Comments about Python for Series 60 cell phones(updated in 2007 for 3rd): Some details that the developer should be aware when developing for that target. Elvis Pfützenreuter (Nokia Research Institute in Brazil) will try to point the problems he has had.
- On the french site OSymbian you found a forum about Python on S60.
- Pynokio.org A new site has been created especially devoted to Python on S60 You found interesting examples : Tictactoe games , graphs , BT.
- italian python Forum
- Phoenix Labs (italian site) Two interesting articles: Introduzione a PythonS60 , Interfaccie in pythonS60 and two apps : stegoS60 and codfis
- PyS60 App Gallery If you've *finished* a Python application, it's working and is available to the public, why not add it to the Pys60 App Gallery?
- blog in Thai language Blog thai with good tutorial.
- IAP Class 2006 In Jan 2006, MIT. A two day workshop for all MIT students organized by Larry Rudolph. There is a PDF file with infos how to develop pyd extension for pys60 in C++
- Install s60 Python in an emulator It covers how to get a standard (1.2 FP2) install going (pointing out which packages from Nokia to install).
- Cyxapeff Python S60 Page Russian mini web-page.
- mobile python Russian Forum on mobile python.
- Pymbian - Symbian C++ programming paradigm simulator for Python enviroment. Pymbian simulates Symbian platform essential services. It makes possible to build prototypes in regular Python, using Symbian C++ programming paradigms.
