Mobile applications development with Python in Kivy framework

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: Barua, Tarkeshwar (VerfasserIn), Doshi, Ruchi (VerfasserIn), Hiran, Kamal Kant (VerfasserIn)
Format: Buch
Sprache:English
Veröffentlicht: Berlin ; Boston De Gruyter [2021]
Schriftenreihe:De Gruyter STEM
Schlagworte:
Online-Zugang:http://www.degruyter.com/search?f_0=isbnissn&q_0=9783110689389&searchTitles=true
Inhaltsverzeichnis
Inhaltsverzeichnis
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!

MARC

LEADER 00000nam a2200000 c 4500
001 BV047292892
003 DE-604
005 20210629
007 t|
008 210521s2021 gw a||| |||| 00||| eng d
015 |a 20,N11  |2 dnb 
015 |a 21,A15  |2 dnb 
016 7 |a 1205673784  |2 DE-101 
020 |a 9783110689389  |c Broschur : EUR 39.95 (DE) (freier Preis), EUR 39.95 (AT) (freier Preis)  |9 978-3-11-068938-9 
020 |a 3110689383  |9 3-11-068938-3 
024 3 |a 9783110689389 
035 |a (OCoLC)1244248920 
035 |a (DE-599)DNB1205673784 
040 |a DE-604  |b ger  |e rda 
041 0 |a eng 
044 |a gw  |c XA-DE-BE 
049 |a DE-703 
084 |a ST 250  |0 (DE-625)143626:  |2 rvk 
084 |8 1\p  |a 004  |2 23sdnb 
100 1 |a Barua, Tarkeshwar  |e Verfasser  |0 (DE-588)1232414557  |4 aut 
245 1 0 |a Mobile applications development  |b with Python in Kivy framework  |c Tarkeshwar Barua, Ruchi Doshi, Kamal Kant Hiran 
264 1 |a Berlin ; Boston  |b De Gruyter  |c [2021] 
300 |a XIII, 346 Seiten  |b Illustrationen  |c 24 cm, 614 g 
336 |b txt  |2 rdacontent 
337 |b n  |2 rdamedia 
338 |b nc  |2 rdacarrier 
490 0 |a De Gruyter STEM 
650 0 7 |a Python 3.x  |0 (DE-588)7692360-5  |2 gnd  |9 rswk-swf 
650 0 7 |a Python  |g Programmiersprache  |0 (DE-588)4434275-5  |2 gnd  |9 rswk-swf 
650 0 7 |a App  |g Programm  |0 (DE-588)7705206-7  |2 gnd  |9 rswk-swf 
650 0 7 |a Kivy  |g Framework, Informatik  |0 (DE-588)1231014695  |2 gnd  |9 rswk-swf 
653 |a Python 
653 |a Programmierung 
653 |a App Entwicklung 
653 |a Kivy 
689 0 0 |a Python  |g Programmiersprache  |0 (DE-588)4434275-5  |D s 
689 0 1 |a Kivy  |g Framework, Informatik  |0 (DE-588)1231014695  |D s 
689 0 |5 DE-604 
689 1 0 |a App  |g Programm  |0 (DE-588)7705206-7  |D s 
689 1 1 |a Python 3.x  |0 (DE-588)7692360-5  |D s 
689 1 |5 DE-604 
700 1 |a Doshi, Ruchi  |e Verfasser  |0 (DE-588)1232422584  |4 aut 
700 1 |a Hiran, Kamal Kant  |e Verfasser  |0 (DE-588)1232423548  |4 aut 
710 2 |a Walter de Gruyter GmbH & Co. KG  |0 (DE-588)10095502-2  |4 pbl 
776 0 8 |i Erscheint auch als  |n Online-Ausgabe, PDF  |z 978-3-11-068948-8 
776 0 8 |i Erscheint auch als  |n Online-Ausgabe, EPUB  |z 978-3-11-068952-5 
856 4 2 |m X:MVB  |u http://www.degruyter.com/search?f_0=isbnissn&q_0=9783110689389&searchTitles=true 
856 4 2 |m B:DE-101  |q application/pdf  |u https://d-nb.info/1205673784/04  |3 Inhaltsverzeichnis 
856 4 2 |m DNB Datenaustausch  |q application/pdf  |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032696205&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA  |3 Inhaltsverzeichnis 
883 2 |8 1\p  |a dnb  |d 20210408  |q DE-101  |u https://d-nb.info/provenance/plan#dnb 
943 1 |a oai:aleph.bib-bvb.de:BVB01-032696205 

Datensatz im Suchindex

_version_ 1819768145550770176
adam_text CONTENTS PREFACE * V AUTHORS * BIOGRAPHY * XV 1 1.1 1.1.1 1.2 1.3 1.3.1 1.4 1.5 1.6 1.7 1.8 1.9 INTRODUCTION OF PYTHON * 1 WHY PYTHON ----- 1 DRAWBACKS OF PYTHON * 1 HISTORY OF PYTHON ----- 2 MAJOR FEATURES OF PYTHON * 2 WHAT IS NEW IN UPCOMING PYTHON 3.8 * 3 MARKET DEMAND * 7 WHY PYTHON IN MOBILE APP DEVELOPMENT? * 9 PYTHON VERSIONS * 11 ARCHITECTURE OF PYTHON APPLICATION * 11 SYSTEM REQUIREMENT * 13 INSTALLATION OF PYTHON IN VARIOUS PLATFORM * 13 INSTALLATION IN WINDOWS * 13 INSTALLATION IN LINUX * 13 INSTALLATION IN MAC * 14 1.10 1.10.1 1.11 1.12 1.13 1.14 CREATING FIRST HELLO WORLD APP * 14 BASIC OPERATIONS IN PYTHON PROMPT * 17 ANATOMY OF PYTHON PROGRAM * 17 IDLE ----- 18 USER INPUT * 18 INSTALLING EXTERNAL MODULES USING PIP * 18 SUMMARY * 19 KEY TERMS * 20 REVIEW QUESTIONS * 20 EXERCISE * 21 2 2.1 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.4 PYTHON BASICS * 24 VARIABLES * 24 DATA TYPES * 26 BOOLEANS * 28 INTEGER * 28 FLOAT ----- 28 STRING ----- 28 NONE ----- 29 BLOCK INDENTATION ----- 29 MATH CALCULATIONS * 30 VIII CONTENTS 2.5 2.6 2.7 2.8 2.9 2.10 2.11 2.11.1 2.11.2 2.11.3 2.11.4 2.11.5 2.12 2.13 2.14 2.15 OPERATORS * 31 STRING OPERATIONS * 31 INDEXING -----32 SLICING ----- 33 CONCATENATION * 33 SINGLE-LINE AND MULTILINE COMMENTS * 33 FUNCTIONS -----34 BUILT-IN FUNCTIONS ----- 34 USER-DEFINED FUNCTIONS ----- 35 FUNCTION WITH ARGUMENT * 36 FLOW OF EXECUTION * 36 DEFAULT VALUES * 36 RETURN VALUE * 37 TYPE-CASTING ----- 38 DISASSEMBLER * 38 LAMBDA KEYWORD * 39 SUMMARY ----- 40 KEY TERMS * 40 REVIEW QUESTIONS ----- 41 EXERCISE * 41 3 CONDITIONS AND LOOPS * 45 3.1 IF AND ELSE AND CONDITIONAL STATEMENTS * 45 3.1.1 NESTED IF-ELSE ----- 47 3.2 LOOPS ----- 48 3.2.1 FOR LOOP ----- 48 3.2.2 WHILE LOOP -----49 3.3 BREAK AND CONTINUE STATEMENT * 49 3.4 COLLECTIONS ----- 50 3.4.1 TUPLES ----- 51 3.4.2 LISTS ------ 52 3.4.3 SETS ------ 54 3.4.4 FROZEN SETS ----- 55 3.4.5 BYTE ------ 56 3.4.6 BYTE ARRAY * 56 3.4.7 STRING ----- 57 3.4.8 DICTIONARIES ----- 58 3.4.9 ARRAYS * 60 3.5 DATE AND TIME * 61 SUMMARY * 61 KEY TERMS * 62 CONTENTS * IX REVIEW QUESTIONS * 62 EXERCISE * 62 4 OBJECT-ORIENTED PROGRAMMING (OOP) * 65 4.1 OBJECT-ORIENTED PROGRAMMING (OOP) ----- 65 4.2 CLASS ----- 65 4.3 OBJECT ----- 66 4.4 FUNCTIONS ----- 66 4.5 ABSTRACTION ----- 68 4.5.1 ABSTRACT CLASS -----69 4.5.2 INTERFACE ----- 70 4.6 POLYMORPHISM ----- 73 4.6.1 OVERLOADING ----- 75 4.6.2 OVERRIDING ----- 76 4.7 ENCAPSULATION ----- 78 4.8 INHERITANCE * 79 4.9 ACCESS MODIFIER/SPECIFIER ----- 80 4.10 DECORATOR ----- 81 4.10.1 CLASSMETHOD DECORATOR * 82 4.10.2 STATICMETHOD DECORATOR -----83 SUMMARY -----83 KEY TERMS * 84 REVIEW QUESTIONS ----- 84 EXERCISE ----- 85 5 STANDARD LIBRARIES * 88 5.1 FILE OPERATIONS USING NATIVE * 88 5.1.1 WRITING FILE ----- 89 5.2 OS MODULE ----- 89 5.3 EXCEPTION HANDLING ------ 91 5.3.1 USER-DEFINED EXCEPTIONS * 92 5.4 IMPORT STANDARD PYTHON MODULES AND PACKAGES * 92 5.4.1 CREATING A MODULE * 93 5.4.2 PACKAGES ----- 93 5.5 REGULAR EXPRESSION ----- 95 5.6 MATH MODULE ------ 97 5.6.1 WRITING DOCUMENTATION FOR MODULE ----- 98 5.7 JSON ----- 99 5.8 SQLITE3 ----- 101 5.9 SQLALCHEMY ----- 103 SUMMARY ----- 104 KEY TERMS ----- 104 X * CONTENTS REVIEW QUESTIONS * 105 EXERCISE ----- 106 6 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 6.10 6.11 6.11.1 6.11.2 6.11.3 6.11.4 6.11.5 6.11.6 6.12 6.12.1 6.12.2 6.12.3 6.12.4 6.13 6.13.1 6.13.2 GETTING STARTED WITH KIVY * 109 WHY CROSS-PLATFORM? * 109 WHAT IS KIVY ----- 109 WHY PYTHON IN MOBILE APP * 109 KIVY ARCHITECTURE * 110 PYTHON DEVELOPED MOBILE APPS * 113 HISTORY OF KIVY ----- 114 WHY NOT CORDOVA * 114 KIVY VERSIONS * 114 HOW IT IS DIFFERENT FROM THE CROSS-PLATFORM APP FRAMEWORK * 114 SYSTEM REQUIREMENT * 115 INSTALLATION OF KIVY * 115 INSTALLATION IN WINDOWS? * 115 INSTALLATION IN MAC OS? * 115 INSTALLATION IN LINUX? * 116 WHAT ARE WHEELS AND PIP? * 117 CYTHON INSTALLATION IN LINUX? * 118 VERIFYING INSTALLATION * 118 CREATING THE FIRST HELLO WORLD APP * 118 EVENT HANDLING IN KIVY * 119 EVENT DISPATCHER * 119 MAIN LOOP * 119 CUSTOM EVENTS * 120 ANATOMY OF KIVY ----- 121 RUNNING KIVY APPLICATION * 122 LISTING AND UNINSTALLING KIVY * 124 SUMMARY ----- 125 KEY TERMS * 126 REVIEW QUESTIONS * 126 EXERCISE * 127 7 7.1 7.2 7.3 7.3.1 7.3.2 7.4 7.4.1 KIVY BASICS * 130 CONFIGURING ENVIRONMENT * 130 CONFIGURE KIVY AND HOW TO IMPORT KIVY LIBRARY * 140 FIRST APP ----- 142 WIDGETS ----- 145 CUSTOM WIDGETS * 146 ORIENTATION HORIZONTAL AND VERTICAL * 147 SIZE-HINT, POS_HINT ----- 149 CONTENTS * XI 7.4.2 7.4.3 7.5 7.5.1 7.5.2 7.5.3 POS_HINT * 152 FILECHOOSER * 154 SUPER, PADDING, _ INIT __ , ADD_WIDGET * 158 SUPER ----- 158 _ INIT _____ 159 ADD_WIDGET * 161 SUMMARY * 162 KEY TERMS * 163 REVIEW QUESTIONS * 163 EXERCISE * 164 8 8.1 8.2 8.3 8.4 8.5 8.6 8.7 8.8 LAYOUTS ----- 167 WHAT IS THE LAYOUT * 167 BOX LAYOUT * 167 FLOAT LAYOUT * 170 ANCHOR LAYOUT ----- 175 GRID LAYOUT ----- 178 RELATIVE LAYOUT * 181 STACK LAYOUT * 182 PAGE LAYOUT ----- 184 SUMMARY * 186 KEY TERMS * 186 REVIEW QUESTIONS * 186 EXERCISE * 187 9 9.1 9.2 9.3 9.4 9.4.1 9.5 9.6 9.7 9.8 9.9 9.10 9.11 DESIGNING USER INTERFACES * 190 WHAT IS UL (USER INTERFACE) COMPONENTS * 190 BUTTONS * 190 LABELS ----- 193 LISTVIEW ----- 196 RECYCLERVIEW * 197 IMAGE * 201 EVENTS AND PROPERTIES * 202 FONTS AND THEIR PROPERTIES * 204 POPUP MENU ----- 204 TEXTINPUT ----- 206 SCROLLVIEW ----- 207 KIVY CLOCK ----- 208 SUMMARY * 209 KEY TERMS * 210 REVIEW QUESTIONS ----- 210 EXERCISE ----- 210 XII * CONTENTS 10 UX WIDGETS ----- 213 10.1 ACTIONBAR AND SLIDER * 213 10.2 CHECKBOX AND TEXT ON WINDOW * 215 10.2.1 TOGGLE BUTTON ----- 219 10.2.2 TREEVIEW ----- 222 10.3 RADIO/CHECKBOX BUTTON AND LABEL MANAGEMENT * 224 10.4 PROGRESSBAR AND CAROUSEL ----- 228 KIVY CLOCK ----- 230 10.4.1 CUSTOM PROGRESSBAR * 231 10.4.2 CAROUSEL LAYOUT * 234 10.4.3 SCATTER * 237 10.5 CANVAS * 239 10.6 ASYNCLMAGE ----- 241 10.7 SPINNER ----- 243 10.8 ACCORDION ----- 244 10.9 SWITCHING BETWEEN TWO SCREENS * 245 SUMMARY ----- 247 KEY TERMS * 249 REVIEW QUESTIONS * 250 EXERCISE * 250 11 GRAPHICS HANDLING * 253 11.1 GRAPHICS ----- 253 11.2 INTERACTING WITH ANOTHER FRAMEWORK * 256 11.3 MODULES ----- 260 11.4 NETWORK SUPPORT ----- 261 11.5 STORAGE TOOL * 262 11.6 ROTATE CLOCK AND ROTATE SPEED * 264 11.7 TRIGGERED EVENTS * 266 11.8 ANIMATIONS ----- 268 11.9 AUDIO ----- 270 11.10 VIDEO ----- 271 ANNOTATION ----- 276 SUMMARY * 276 KEY TERMS ----- 278 REVIEW QUESTIONS * 279 EXERCISE * 279 12 PACKAGING APP FOR VARIOUS PLATFORMS * 282 12.1 ADDING BEHAVIOR WITH MIXIN CLASS * 282 12.1.1 PACKAGING APPLICATION * 284 12.1.2 TESTING APPLICATION WITH ANDROID DEVICE * 285 CONTENTS * XIII BIBLIOGRAPHY * 341 12.1.3 12.1.4 12.2 12.3 12.4 12.5 12.6 12.7 12.8 PACKAGING FOR ANDROID * 291 PLYER -----303 BUILDING AN ANDROID APK ON OS X ----- 304 PACKAGE LICENSING * 305 PACKAGING APPLICATION USING KIVY LAUNCHER * 305 EXTERNAL LIBRARIES * 306 PYTHON APPLICATION TESTING * 306 RELEASE ON THE MARKET * 311 KIVY APPLICATION TESTING * 311 SUMMARY ----- 311 KEY TERMS ----- 313 REVIEW QUESTIONS ----- 314 EXERCISE * 314 13 13.1 13.2 13.3 SAMPLE PROJECT * 318 INTRODUCTION OF GIT ----- 318 IMPLEMENTATION OF GIT * 318 SAMPLE PROJECT 1 * 320 SAMPLE PROJECT 2 ----- 324 13.4 13.5 13.6 KIVY CATALOG ----- 327 CREATING MY OWN SCREEN ----- 335 PROJECT GAME -----336 INDEX ----- 343
any_adam_object 1
author Barua, Tarkeshwar
Doshi, Ruchi
Hiran, Kamal Kant
author_GND (DE-588)1232414557
(DE-588)1232422584
(DE-588)1232423548
author_facet Barua, Tarkeshwar
Doshi, Ruchi
Hiran, Kamal Kant
author_role aut
aut
aut
author_sort Barua, Tarkeshwar
author_variant t b tb
r d rd
k k h kk kkh
building Verbundindex
bvnumber BV047292892
classification_rvk ST 250
ctrlnum (OCoLC)1244248920
(DE-599)DNB1205673784
discipline Informatik
format Book
fullrecord <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02747nam a2200637 c 4500</leader><controlfield tag="001">BV047292892</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210629 </controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">210521s2021 gw a||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">20,N11</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">21,A15</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1205673784</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783110689389</subfield><subfield code="c">Broschur : EUR 39.95 (DE) (freier Preis), EUR 39.95 (AT) (freier Preis)</subfield><subfield code="9">978-3-11-068938-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3110689383</subfield><subfield code="9">3-11-068938-3</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783110689389</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1244248920</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1205673784</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-703</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="084" ind1=" " ind2=" "><subfield code="8">1\p</subfield><subfield code="a">004</subfield><subfield code="2">23sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Barua, Tarkeshwar</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1232414557</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mobile applications development</subfield><subfield code="b">with Python in Kivy framework</subfield><subfield code="c">Tarkeshwar Barua, Ruchi Doshi, Kamal Kant Hiran</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin ; Boston</subfield><subfield code="b">De Gruyter</subfield><subfield code="c">[2021]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 346 Seiten</subfield><subfield code="b">Illustrationen</subfield><subfield code="c">24 cm, 614 g</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="490" ind1="0" ind2=" "><subfield code="a">De Gruyter STEM</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python 3.x</subfield><subfield code="0">(DE-588)7692360-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">App</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)7705206-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Kivy</subfield><subfield code="g">Framework, Informatik</subfield><subfield code="0">(DE-588)1231014695</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">Python</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">Programmierung</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">App Entwicklung</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">Kivy</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Kivy</subfield><subfield code="g">Framework, Informatik</subfield><subfield code="0">(DE-588)1231014695</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">App</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)7705206-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Python 3.x</subfield><subfield code="0">(DE-588)7692360-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Doshi, Ruchi</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1232422584</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Hiran, Kamal Kant</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1232423548</subfield><subfield code="4">aut</subfield></datafield><datafield tag="710" ind1="2" ind2=" "><subfield code="a">Walter de Gruyter GmbH &amp; Co. KG</subfield><subfield code="0">(DE-588)10095502-2</subfield><subfield code="4">pbl</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, PDF</subfield><subfield code="z">978-3-11-068948-8</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, EPUB</subfield><subfield code="z">978-3-11-068952-5</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">X:MVB</subfield><subfield code="u">http://www.degruyter.com/search?f_0=isbnissn&amp;q_0=9783110689389&amp;searchTitles=true</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">B:DE-101</subfield><subfield code="q">application/pdf</subfield><subfield code="u">https://d-nb.info/1205673784/04</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&amp;doc_library=BVB01&amp;local_base=BVB01&amp;doc_number=032696205&amp;sequence=000001&amp;line_number=0001&amp;func_code=DB_RECORDS&amp;service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="2" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">dnb</subfield><subfield code="d">20210408</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#dnb</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-032696205</subfield></datafield></record></collection>
id DE-604.BV047292892
illustrated Illustrated
indexdate 2024-12-24T08:44:24Z
institution BVB
institution_GND (DE-588)10095502-2
isbn 9783110689389
3110689383
language English
oai_aleph_id oai:aleph.bib-bvb.de:BVB01-032696205
oclc_num 1244248920
open_access_boolean
owner DE-703
owner_facet DE-703
physical XIII, 346 Seiten Illustrationen 24 cm, 614 g
publishDate 2021
publishDateSearch 2021
publishDateSort 2021
publisher De Gruyter
record_format marc
series2 De Gruyter STEM
spellingShingle Barua, Tarkeshwar
Doshi, Ruchi
Hiran, Kamal Kant
Mobile applications development with Python in Kivy framework
Python 3.x (DE-588)7692360-5 gnd
Python Programmiersprache (DE-588)4434275-5 gnd
App Programm (DE-588)7705206-7 gnd
Kivy Framework, Informatik (DE-588)1231014695 gnd
subject_GND (DE-588)7692360-5
(DE-588)4434275-5
(DE-588)7705206-7
(DE-588)1231014695
title Mobile applications development with Python in Kivy framework
title_auth Mobile applications development with Python in Kivy framework
title_exact_search Mobile applications development with Python in Kivy framework
title_full Mobile applications development with Python in Kivy framework Tarkeshwar Barua, Ruchi Doshi, Kamal Kant Hiran
title_fullStr Mobile applications development with Python in Kivy framework Tarkeshwar Barua, Ruchi Doshi, Kamal Kant Hiran
title_full_unstemmed Mobile applications development with Python in Kivy framework Tarkeshwar Barua, Ruchi Doshi, Kamal Kant Hiran
title_short Mobile applications development
title_sort mobile applications development with python in kivy framework
title_sub with Python in Kivy framework
topic Python 3.x (DE-588)7692360-5 gnd
Python Programmiersprache (DE-588)4434275-5 gnd
App Programm (DE-588)7705206-7 gnd
Kivy Framework, Informatik (DE-588)1231014695 gnd
topic_facet Python 3.x
Python Programmiersprache
App Programm
Kivy Framework, Informatik
url http://www.degruyter.com/search?f_0=isbnissn&q_0=9783110689389&searchTitles=true
https://d-nb.info/1205673784/04
http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032696205&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA
work_keys_str_mv AT baruatarkeshwar mobileapplicationsdevelopmentwithpythoninkivyframework
AT doshiruchi mobileapplicationsdevelopmentwithpythoninkivyframework
AT hirankamalkant mobileapplicationsdevelopmentwithpythoninkivyframework
AT walterdegruytergmbhcokg mobileapplicationsdevelopmentwithpythoninkivyframework