Mobile Python: rapid prototyping of applications on the mobile platform
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Chichester
Wiley
2007
|
Schlagworte: | |
Online-Zugang: | Publisher description Contributor biographical information Table of contents only Inhaltsverzeichnis |
Beschreibung: | Includes bibliographical references (p. [303]-304) and index |
Beschreibung: | XX, 327 S. Ill. 24 cm |
ISBN: | 9780470515051 0470515058 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV035058900 | ||
003 | DE-604 | ||
005 | 20090313 | ||
007 | t | ||
008 | 080918s2007 xxka||| |||| 00||| eng d | ||
010 | |a 2007029113 | ||
020 | |a 9780470515051 |c pbk. |9 978-0-470-51505-1 | ||
020 | |a 0470515058 |c pbk. |9 0-470-51505-8 | ||
035 | |a (OCoLC)611306098 | ||
035 | |a (DE-599)BVBBV035058900 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxk |c GB | ||
049 | |a DE-M347 |a DE-83 |a DE-384 | ||
050 | 0 | |a QA76.73.P98 | |
082 | 0 | |a 005.13/3 | |
084 | |a QH 500 |0 (DE-625)141607: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Scheible, Jürgen |e Verfasser |4 aut | |
245 | 1 | 0 | |a Mobile Python |b rapid prototyping of applications on the mobile platform |c Jürgen Scheible and Ville Tuulos |
264 | 1 | |a Chichester |b Wiley |c 2007 | |
300 | |a XX, 327 S. |b Ill. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes bibliographical references (p. [303]-304) and index | ||
630 | 0 | 4 | |a Symbian OS (Computer file) |
650 | 4 | |a Python (Computer program language) | |
650 | 4 | |a Nokia smartphones | |
650 | 4 | |a Cellular telephones |x Programming | |
650 | 0 | 7 | |a Mobile Computing |0 (DE-588)4694120-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Mobile Computing |0 (DE-588)4694120-4 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Tuulos, Ville |e Verfasser |4 aut | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0739/2007029113-d.html |3 Publisher description | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0833/2007029113-b.html |3 Contributor biographical information | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0833/2007029113-t.html |3 Table of contents only | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016727437&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016727437 |
Datensatz im Suchindex
_version_ | 1804138002247581696 |
---|---|
adam_text | MOBILE PYTHON RAPID PROTOTYPING OF APPLICATIONS ON THE MOBILE PLATFORM
JUERGEN SCHEIBLE AND VILLE TUULOS REVIEWED BY PANOS ASPROULIS, MAL
MINHAS, TIM OCOCK, MARK SHACKMAN, LAN WESTON HEAD OF SYMBIAN PRESS
FREDDIE GJERTSEN MANAGING EDITOR SATU MCNABB BICINTIWNIAL BICENTENNIAL
JOHN WILEY & SONS, LTD CONTENTS CONTRIBUTORS IX ABOUT THE AUTHORS XI
AUTHORS ACKNOWLEDGMENTS XIII SYMBIAN PRESS ACKNOWLEDGMENTS XVII
FOREWORDS XIX 1 INTRODUCTION AND BASICS 1 1.1 WHY DOES PYTHON MAKE A
DIFFERENCE? 3 1.2 HOW TO USE THIS BOOK 4 1.3 WHO IS THIS BOOK FOR? 5 1.4
WHAT ARE SYMBIAN OS, S60 AND PYTHON FOR S60? 6 1.5 PYTHON TERMINOLOGY IN
THIS BOOK 7 1.6 DEMOCRATIZING INNOVATION ON THE MOBILE PLATFORM 8 1.7
THE PROCESS OF RAPID PROTOTYPING WITH PYTHON S60 10 1.8 SUMMARY 11 2
GETTING STARTED 13 2.1 INSTALLING PYTHON FOR S60 ON 3RD EDITION DEVICES
14 2.2 INSTALLING PYTHON FOR S60 ON 2ND EDITION DEVICES 21 2.3 WRITING A
PROGRAM IN PYTHON FOR S60 27 2.4 WHITE SPACE IN PYTHON CODE 28 2.5
TROUBLESHOOTING 29 2.6 SUMMARY 30 VI CONTENTS 8 GRAPHICAL USER INTERFACE
BASICS 3.1 USING MODULES 3.2 NATIVE UL ELEMENTS - DIALOGS, MENUES AND
SELECTION LISTS 3.3 MESSAGES 3.4 SUMMARY APPLICATION BUILDING AND SMS
INBOX 4.1 FUNCTIONS 4.2 APPLICATION STRUCTURE 4.3 STRING HANDLING 4.4
SMS INBOX 4.5 SMS GAME SERVER 4.6 SUMMARY SOUND, INTERACTIVE GRAPHICS
AND CAMERA 5.1 SOUND 5.2 KEYBOARD KEYS 5.3 GRAPHICS 5.4 CAMERA 5.5
MOBILE GAME: UFO ZAPPER 5.6 SUMMARY DATA HANDLING 6.1 FILE BASICS 6.2
READING AND WRITING TEXT 6.3 LOCAL DATABASE 6.4 GSM AND GPS POSITIONING
6.5 VOCABULECTOR: A LANGUAGE-LEARNING TOOL 6.6 SUMMARY BLUETOOTH AND
TELEPHONE FUNCTIONALITY 7.1 BLUETOOTH PAIRING 7.2 OBEX AND RFCOMM 7.3
PHONE-TO-PHONE COMMUNICATION 7.4 PHONE-TO-PC COMMUNICATION 7.5
COMMUNICATION WITH GPS AND OTHER DEVICES 7.6 TELEPHONE FUNCTIONALITY AND
CONTACTS 7.7 SYSTEM INFORMATION 7.8 SUMMARY MOBILE NETWORKING 8.1 SIMPLE
WEB TASKS 8.2 SETTING UP THE DEVELOPMENT ENVIRONMENT 31 31 32 45 47 49
49 52 60 64 70 76 77 77 84 92 100 104 110 111 112 117 121 123 127 131
133 134 134 136 141 148 151 152 154 155 156 158 CONTENTS VII 8.3
COMMUNICATION PROTOCOLS 166 8.4 SERVER SOFTWARE 172 8.5 PUSHING DATA TO
A PHONE 1 77 8.6 PEER-TO-PEER NETWORKING 183 8.7 USING A PHONE AS A WEB
SERVICE 193 8.8 SUMMARY 197 9 WEB SERVICES 199 9.1 BASIC PRINCIPLES 200
9.2 MOPYMAPS! MOBILE YAHOO! MAPS 201 9.3 EVENTFU: FINDING EVENTFUL
EVENTS 207 9.4 INSTAFLICKR: SHOOT AND UPLOAD PHOTOS TO FLICKR 215 9.5
SUMMARY 224 10 EFFECTIVE PYTHON FOR S60 227 10.1 POWERFUL LANGUAGE
CONSTRUCTS 227 10.2 INTROSPECTION 231 10.3 CUSTOM MODULES AND AUTOMATIC
UPDATING 234 10.4 PROGRAM PATTERNS 239 10.5 SUMMARY 241 11 COMBINING ART
AND ENGINEERING 245 11.1 MOBILENIN 245 11.2 MANHATTAN STORY MASHUP 252
11.3 MOBILEARTBLOG - IMAGE-COMPOSITION TOOL 256 11.4 ARDUINOBT
MICRO-CONTROLLER BOARD 261 11.5 CONTROLLING MAX/MSP WITH A PHONE 266
11.6 OPENSOUND CONTROL 273 11.7 ROBOTICS 274 11.8 SUMMARY 277 APPENDIX
A: PLATFORM SECURITY 279 APPENDIX B: BLUETOOTH CONSOLE 289 APPENDIX C:
DEBUGGING 295 APPENDIX D: HOW TO USE THE EMULATOR 301 REFERENCES 303
GLOSSARY 305 EXAMPLES 309 VIII CONTENTS PYTHON LANGUAGE LESSONS 315
PYTHON FOR S60 MODULES 317 INDEX 321
|
adam_txt |
MOBILE PYTHON RAPID PROTOTYPING OF APPLICATIONS ON THE MOBILE PLATFORM
JUERGEN SCHEIBLE AND VILLE TUULOS REVIEWED BY PANOS ASPROULIS, MAL
MINHAS, TIM OCOCK, MARK SHACKMAN, LAN WESTON HEAD OF SYMBIAN PRESS
FREDDIE GJERTSEN MANAGING EDITOR SATU MCNABB BICINTIWNIAL BICENTENNIAL
JOHN WILEY & SONS, LTD CONTENTS CONTRIBUTORS IX ABOUT THE AUTHORS XI
AUTHORS' ACKNOWLEDGMENTS XIII SYMBIAN PRESS ACKNOWLEDGMENTS XVII
FOREWORDS XIX 1 INTRODUCTION AND BASICS 1 1.1 WHY DOES PYTHON MAKE A
DIFFERENCE? 3 1.2 HOW TO USE THIS BOOK 4 1.3 WHO IS THIS BOOK FOR? 5 1.4
WHAT ARE SYMBIAN OS, S60 AND PYTHON FOR S60? 6 1.5 PYTHON TERMINOLOGY IN
THIS BOOK 7 1.6 DEMOCRATIZING INNOVATION ON THE MOBILE PLATFORM 8 1.7
THE PROCESS OF RAPID PROTOTYPING WITH PYTHON S60 10 1.8 SUMMARY 11 2
GETTING STARTED 13 2.1 INSTALLING PYTHON FOR S60 ON 3RD EDITION DEVICES
14 2.2 INSTALLING PYTHON FOR S60 ON 2ND EDITION DEVICES 21 2.3 WRITING A
PROGRAM IN PYTHON FOR S60 27 2.4 WHITE SPACE IN PYTHON CODE 28 2.5
TROUBLESHOOTING 29 2.6 SUMMARY 30 VI CONTENTS 8 GRAPHICAL USER INTERFACE
BASICS 3.1 USING MODULES 3.2 NATIVE UL ELEMENTS - DIALOGS, MENUES AND
SELECTION LISTS 3.3 MESSAGES 3.4 SUMMARY APPLICATION BUILDING AND SMS
INBOX 4.1 FUNCTIONS 4.2 APPLICATION STRUCTURE 4.3 STRING HANDLING 4.4
SMS INBOX 4.5 SMS GAME SERVER 4.6 SUMMARY SOUND, INTERACTIVE GRAPHICS
AND CAMERA 5.1 SOUND 5.2 KEYBOARD KEYS 5.3 GRAPHICS 5.4 CAMERA 5.5
MOBILE GAME: UFO ZAPPER 5.6 SUMMARY DATA HANDLING 6.1 FILE BASICS 6.2
READING AND WRITING TEXT 6.3 LOCAL DATABASE 6.4 GSM AND GPS POSITIONING
6.5 VOCABULECTOR: A LANGUAGE-LEARNING TOOL 6.6 SUMMARY BLUETOOTH AND
TELEPHONE FUNCTIONALITY 7.1 BLUETOOTH PAIRING 7.2 OBEX AND RFCOMM 7.3
PHONE-TO-PHONE COMMUNICATION 7.4 PHONE-TO-PC COMMUNICATION 7.5
COMMUNICATION WITH GPS AND OTHER DEVICES 7.6 TELEPHONE FUNCTIONALITY AND
CONTACTS 7.7 SYSTEM INFORMATION 7.8 SUMMARY MOBILE NETWORKING 8.1 SIMPLE
WEB TASKS 8.2 SETTING UP THE DEVELOPMENT ENVIRONMENT 31 31 32 45 47 49
49 52 60 64 70 76 77 77 84 92 100 104 110 111 112 117 121 123 127 131
133 134 134 136 141 148 151 152 154 155 156 158 CONTENTS VII 8.3
COMMUNICATION PROTOCOLS 166 8.4 SERVER SOFTWARE 172 8.5 PUSHING DATA TO
A PHONE 1 77 8.6 PEER-TO-PEER NETWORKING 183 8.7 USING A PHONE AS A WEB
SERVICE 193 8.8 SUMMARY 197 9 WEB SERVICES 199 9.1 BASIC PRINCIPLES 200
9.2 MOPYMAPS! MOBILE YAHOO! MAPS 201 9.3 EVENTFU: FINDING EVENTFUL
EVENTS 207 9.4 INSTAFLICKR: SHOOT AND UPLOAD PHOTOS TO FLICKR 215 9.5
SUMMARY 224 10 EFFECTIVE PYTHON FOR S60 227 10.1 POWERFUL LANGUAGE
CONSTRUCTS 227 10.2 INTROSPECTION 231 10.3 CUSTOM MODULES AND AUTOMATIC
UPDATING 234 10.4 PROGRAM PATTERNS 239 10.5 SUMMARY 241 11 COMBINING ART
AND ENGINEERING 245 11.1 MOBILENIN 245 11.2 MANHATTAN STORY MASHUP 252
11.3 MOBILEARTBLOG - IMAGE-COMPOSITION TOOL 256 11.4 ARDUINOBT
MICRO-CONTROLLER BOARD 261 11.5 CONTROLLING MAX/MSP WITH A PHONE 266
11.6 OPENSOUND CONTROL 273 11.7 ROBOTICS 274 11.8 SUMMARY 277 APPENDIX
A: PLATFORM SECURITY 279 APPENDIX B: BLUETOOTH CONSOLE 289 APPENDIX C:
DEBUGGING 295 APPENDIX D: HOW TO USE THE EMULATOR 301 REFERENCES 303
GLOSSARY 305 EXAMPLES 309 VIII CONTENTS PYTHON LANGUAGE LESSONS 315
PYTHON FOR S60 MODULES 317 INDEX 321 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Scheible, Jürgen Tuulos, Ville |
author_facet | Scheible, Jürgen Tuulos, Ville |
author_role | aut aut |
author_sort | Scheible, Jürgen |
author_variant | j s js v t vt |
building | Verbundindex |
bvnumber | BV035058900 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.P98 |
callnumber-search | QA76.73.P98 |
callnumber-sort | QA 276.73 P98 |
callnumber-subject | QA - Mathematics |
classification_rvk | QH 500 ST 250 |
ctrlnum | (OCoLC)611306098 (DE-599)BVBBV035058900 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik Wirtschaftswissenschaften |
discipline_str_mv | Informatik Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02039nam a2200493zc 4500</leader><controlfield tag="001">BV035058900</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20090313 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">080918s2007 xxka||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2007029113</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780470515051</subfield><subfield code="c">pbk.</subfield><subfield code="9">978-0-470-51505-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0470515058</subfield><subfield code="c">pbk.</subfield><subfield code="9">0-470-51505-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)611306098</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV035058900</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxk</subfield><subfield code="c">GB</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-M347</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-384</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.P98</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 500</subfield><subfield code="0">(DE-625)141607:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Scheible, Jürgen</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mobile Python</subfield><subfield code="b">rapid prototyping of applications on the mobile platform</subfield><subfield code="c">Jürgen Scheible and Ville Tuulos</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Chichester</subfield><subfield code="b">Wiley</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XX, 327 S.</subfield><subfield code="b">Ill.</subfield><subfield code="c">24 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references (p. [303]-304) and index</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Symbian OS (Computer file)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Python (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Nokia smartphones</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Cellular telephones</subfield><subfield code="x">Programming</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mobile Computing</subfield><subfield code="0">(DE-588)4694120-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Mobile Computing</subfield><subfield code="0">(DE-588)4694120-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Tuulos, Ville</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0739/2007029113-d.html</subfield><subfield code="3">Publisher description</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0833/2007029113-b.html</subfield><subfield code="3">Contributor biographical information</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0833/2007029113-t.html</subfield><subfield code="3">Table of contents only</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016727437&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-016727437</subfield></datafield></record></collection> |
id | DE-604.BV035058900 |
illustrated | Illustrated |
index_date | 2024-07-02T21:59:45Z |
indexdate | 2024-07-09T21:21:15Z |
institution | BVB |
isbn | 9780470515051 0470515058 |
language | English |
lccn | 2007029113 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016727437 |
oclc_num | 611306098 |
open_access_boolean | |
owner | DE-M347 DE-83 DE-384 |
owner_facet | DE-M347 DE-83 DE-384 |
physical | XX, 327 S. Ill. 24 cm |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Wiley |
record_format | marc |
spelling | Scheible, Jürgen Verfasser aut Mobile Python rapid prototyping of applications on the mobile platform Jürgen Scheible and Ville Tuulos Chichester Wiley 2007 XX, 327 S. Ill. 24 cm txt rdacontent n rdamedia nc rdacarrier Includes bibliographical references (p. [303]-304) and index Symbian OS (Computer file) Python (Computer program language) Nokia smartphones Cellular telephones Programming Mobile Computing (DE-588)4694120-4 gnd rswk-swf Mobile Computing (DE-588)4694120-4 s DE-604 Tuulos, Ville Verfasser aut http://www.loc.gov/catdir/enhancements/fy0739/2007029113-d.html Publisher description http://www.loc.gov/catdir/enhancements/fy0833/2007029113-b.html Contributor biographical information http://www.loc.gov/catdir/enhancements/fy0833/2007029113-t.html Table of contents only GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016727437&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Scheible, Jürgen Tuulos, Ville Mobile Python rapid prototyping of applications on the mobile platform Symbian OS (Computer file) Python (Computer program language) Nokia smartphones Cellular telephones Programming Mobile Computing (DE-588)4694120-4 gnd |
subject_GND | (DE-588)4694120-4 |
title | Mobile Python rapid prototyping of applications on the mobile platform |
title_auth | Mobile Python rapid prototyping of applications on the mobile platform |
title_exact_search | Mobile Python rapid prototyping of applications on the mobile platform |
title_exact_search_txtP | Mobile Python rapid prototyping of applications on the mobile platform |
title_full | Mobile Python rapid prototyping of applications on the mobile platform Jürgen Scheible and Ville Tuulos |
title_fullStr | Mobile Python rapid prototyping of applications on the mobile platform Jürgen Scheible and Ville Tuulos |
title_full_unstemmed | Mobile Python rapid prototyping of applications on the mobile platform Jürgen Scheible and Ville Tuulos |
title_short | Mobile Python |
title_sort | mobile python rapid prototyping of applications on the mobile platform |
title_sub | rapid prototyping of applications on the mobile platform |
topic | Symbian OS (Computer file) Python (Computer program language) Nokia smartphones Cellular telephones Programming Mobile Computing (DE-588)4694120-4 gnd |
topic_facet | Symbian OS (Computer file) Python (Computer program language) Nokia smartphones Cellular telephones Programming Mobile Computing |
url | http://www.loc.gov/catdir/enhancements/fy0739/2007029113-d.html http://www.loc.gov/catdir/enhancements/fy0833/2007029113-b.html http://www.loc.gov/catdir/enhancements/fy0833/2007029113-t.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016727437&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT scheiblejurgen mobilepythonrapidprototypingofapplicationsonthemobileplatform AT tuulosville mobilepythonrapidprototypingofapplicationsonthemobileplatform |