- 5 Ergebnisse
Kleinster Preis: € 41,10, größter Preis: € 44,44, Mittelwert: € 42,81
1
Introduction to Programming Concepts with Case Studies in Python | Sinan Kalkan (u. a.) | Taschenbuch | Paperback | X | Englisch | 2014 | Springer Wien | EAN 9783709117446 - Kalkan, Sinan
Bestellen
bei booklooker.de
€ 41,10
Versand: € 0,001
Bestellengesponserter Link
Kalkan, Sinan:

Introduction to Programming Concepts with Case Studies in Python | Sinan Kalkan (u. a.) | Taschenbuch | Paperback | X | Englisch | 2014 | Springer Wien | EAN 9783709117446 - Taschenbuch

2014, ISBN: 9783709117446

[ED: Taschenbuch], [PU: Springer Wien], The current text provides a clear introduction to Computer Science concepts in a programming environment. It is designed as suitable use in freshma… Mehr…

Versandkosten:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) preigu
2
Introduction to Programming Concepts with Case Studies in Python - Kalkan, Sinan; Üçoluk, Göktürk
Bestellen
bei Achtung-Buecher.de
€ 44,44
Versand: € 0,001
Bestellengesponserter Link

Kalkan, Sinan; Üçoluk, Göktürk:

Introduction to Programming Concepts with Case Studies in Python - neues Buch

2014, ISBN: 3709117445

2012 Kartoniert / Broschiert Informatik, computerengineering; computerscience; ProgrammingConstrucs; ProgrammingLanguages; PythonLanguage, mit Schutzumschlag neu, [PU:Springer Vienna; S… Mehr…

Versandkosten:Versandkostenfrei innerhalb der BRD. (EUR 0.00) MARZIES.de Buch- und Medienhandel, 14621 Schönwalde-Glien
3
Introduction to Programming Concepts with Case Studies in Python - Sinan Kalkan/ Göktürk Üçoluk
Bestellen
bei Hugendubel.de
€ 42,99
Versand: € 0,001
Bestellengesponserter Link
Sinan Kalkan/ Göktürk Üçoluk:
Introduction to Programming Concepts with Case Studies in Python - Taschenbuch

2012

ISBN: 3709117445

Introduction to Programming Concepts with Case Studies in Python ab 42.99 € als Taschenbuch: Auflage 2012. Aus dem Bereich: Bücher, Ratgeber, Computer & Internet, Medien > Bücher, Springe… Mehr…

Nr. 23277590. Versandkosten:, , DE. (EUR 0.00)
4
Introduction to Programming Concepts with Case Studies in Python - Göktürk Üçoluk; Sinan Kalkan
Bestellen
bei lehmanns.de
€ 42,75
Versand: € 0,001
Bestellengesponserter Link
Göktürk Üçoluk; Sinan Kalkan:
Introduction to Programming Concepts with Case Studies in Python - Taschenbuch

2014, ISBN: 9783709117446

Buch, Softcover, 2012, [PU: Springer Wien], Springer Wien, 2014

Versandkosten:Versand in 10-14 Tagen. (EUR 0.00)
5
Introduction to Programming Concepts with Case Studies in Python - Göktürk Üçoluk; Sinan Kalkan
Bestellen
bei lehmanns.de
€ 42,75
Versand: € 0,001
Bestellengesponserter Link
Göktürk Üçoluk; Sinan Kalkan:
Introduction to Programming Concepts with Case Studies in Python - Taschenbuch

2014, ISBN: 9783709117446

2012, Softcover, Buch, [PU: Springer Wien]

Versandkosten:Versand in 7-9 Tagen, , Versandkostenfrei innerhalb der BRD. (EUR 0.00)

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch
Introduction to Programming Concepts with Case Studies in Python

The current text provides a clear introduction to Computer Science concepts in a programming  environment. It is designed as suitable use in freshman- or introductory level coursework in CS and provides the fundamental concepts as well as abstract  theorems for solving computational problems. The Python language serves as a medium for illustrating and demonstrating the concepts.

Detailangaben zum Buch - Introduction to Programming Concepts with Case Studies in Python


EAN (ISBN-13): 9783709117446
ISBN (ISBN-10): 3709117445
Gebundene Ausgabe
Taschenbuch
Erscheinungsjahr: 2014
Herausgeber: Springer Wien

Buch in der Datenbank seit 2014-12-13T21:11:31+01:00 (Berlin)
Detailseite zuletzt geändert am 2023-10-05T04:01:44+02:00 (Berlin)
ISBN/EAN: 3709117445

ISBN - alternative Schreibweisen:
3-7091-1744-5, 978-3-7091-1744-6
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: sinan, gok, göktürk, kalka
Titel des Buches: python programming, concept, think python, programming with, sinan


Daten vom Verlag:

Autor/in: Göktürk Üçoluk; Sinan Kalkan
Titel: Introduction to Programming Concepts with Case Studies in Python
Verlag: Springer; Springer Wien
222 Seiten
Erscheinungsjahr: 2014-11-28
Vienna; AT
Gedruckt / Hergestellt in Niederlande.
Gewicht: 0,361 kg
Sprache: Englisch
42,75 € (DE)
43,95 € (AT)
53,60 CHF (CH)
POD
X, 222 p.

BC; Computer Engineering; Hardcover, Softcover / Informatik, EDV/Sonstiges; Computerhardware; Verstehen; Computer Engineering; Computer Science; Programming Construcs; Programming Languages; Python Language; Programming Techniques; Computer Engineering and Networks; Programming Techniques; Computerprogrammierung und Softwareentwicklung; BB

The current text provides a clear introduction to Computer Science concepts in a programming  environment. It is designed as suitable use in freshman- or introductory level coursework in CS and provides the fundamental concepts as well as abstract  theorems for solving computational problems. The Python language serves as a medium for illustrating and demonstrating the concepts.

The World of Programming.- Programming Languages.- Programming Paradigms.- The Zoo of Programming Languages.- How Programming Languages are Implemented.- How a Program gets “written”.- Meet Python.- Further Reading.- Exercises.- Data: The First Ingredient of a Program.- What is Data?.- What is Structured Data?.- Basic Data Types.- Basic Organization of Data: Containers.- Accessing Data or Containers by Names : Variables.- Further Reading.- Exercises.- Actions: the 2nd Ingredient of a Program.- Purpose and Scope of Actions.- Action Types.- Controlling Actions: Conditionals.- Reusable Actions: Functions.- Functional Programming Tools in Python.- Further Reading.- Exercises.- Managing the Size of a Problem.- An Action Wizard: Recursion.- Iteration.- Recursion versus Iteration.- Further Reading.- Exercises.- Complexity.- Time and Memory Complexity.- Further Reading.- Exercises.- Organizing Data.- Primitive and Composite Data Types.- Abstract Data Types.- Abstract Data Types in Python.- Further Reading.- Exercises.- Objects: Reunion of Data and Action.- The Idea behind the Object-Oriented Paradigm (OOP).- Properties of Object-Oriented Programming.- Object-Oriented Programming in Python.- Further Reading.

From the reviews:

“It is aimed at college freshmen and teaches fundamental concepts and abstract notions, starting with the basics. … the exercises are the book’s most attractive feature. There are sample programs, and the exercises ask readers to figure out the expected outputs. These are great, and could even serve as excellent job interview questions! Overall, the book serves its purpose, and its intended audience, well.” (Naga Narayanaswamy, Computing Reviews, September, 2013)

The current text provides a clear introduction to Computer Science concepts in a programming  environment. It is designed as suitable use in freshman- or introductory level coursework in CS and provides the fundamental concepts as well as abstract  theorems for solving computational problems. The Python language serves as a medium for illustrating and demonstrating the concepts.

This book is needed because Python is becoming the language through which freshman computer science and engineering students are introduced to the concepts of programming and computer science

This book is a timely and strong alternative to the existing textbooks

This book introduces concepts by starting with the Q/A 'WHY'? and proceeds by the Q/A 'HOW'?. Most other books start with the Q/A 'WHAT'? which is then followed by a 'HOW'?

The CS content of this book is not hijacked by a programming language

Includes supplementary material: sn.pub/extras

Includes supplementary material: sn.pub/extras



< zum Archiv...