1,320
edits
(add boilerplate from WikiIndex:Add a Wiki) |
(fill in a few details) |
||
| Line 1: | Line 1: | ||
{{Wiki | {{Wiki | ||
| logo = | | logo = http://code.google.com/p/python-on-a-chip/logo?type=logo.png | ||
| URL = http://www.pythononachip.org/ | | URL = http://www.pythononachip.org/ | ||
| recentchanges URL = | | recentchanges URL = http://code.google.com/p/python-on-a-chip/w/list | ||
| wikinode URL = No | | wikinode URL = No | ||
| status = | | status = New | ||
| language = YourWikiLanguage | | language = YourWikiLanguage | ||
| editmode = YourWikiEditMode | | editmode = YourWikiEditMode | ||
| engine = YourWikiEngine | | engine = YourWikiEngine | ||
| license = YourWiki'sLicense | | license = YourWiki'sLicense | ||
| maintopic = | | maintopic = programming | ||
}} | }} | ||
== Description == | == Description == | ||
"The Python-on-a-Chip program consists of the PyMite {{tag|virtual machine}}, ports to specific platforms, libraries, tests, tools and documentation. PyMite is a flyweight {{tag|Python}} bytecode interpreter written from scratch to execute in low memory on {{tag|microcontroller}}s without an operating system. PyMite supports a subset of Python 2.5 and can also be compiled, tested and executed on a desktop computer." | |||
"Python has a reputation for being friendly to beginning {{tag|programmer}}s. PyMite should appeal to people who are beginning to program microcontrollers. PyMite provides a {{tag|rapid development}} language for {{tag|embedded}} systems." | |||
Currently "Requires roughly 40 KB program memory and initializes in under 3 KB of RAM". | |||
The python-on-a-chip wiki supports PyMite and discusses related topics. | |||
{{add}} | {{add}} | ||
| Line 37: | Line 46: | ||
(This wiki moved in 2009-Apr-16 from a trac wikiengine at http://pymite.python-hosting.com/ to the Google Code at http://www.pythononachip.org/ ) | |||
''(What is the name of the wikiengine used by Google Code? I see it uses MoinMoin wiki syntax ...)'' | |||
''As of 2009-12-03, this python-on-a-chip wiki is completely new and empty ...'' | |||
---- | |||