- 5 Results
Lowest price: € 27.25, highest price: € 77.31, average price: € 44.44
1
Introduction to Programming Concepts with Case Studies in Python - Göktürk Üçoluk, Sinan Kalkan
Order
at ebay.nl
€ 27.25
Shipment: € 13.001
OrderSponsored link
Göktürk Üçoluk, Sinan Kalkan:

Introduction to Programming Concepts with Case Studies in Python - hardcover

ISBN: 9783709113424

by Üçoluk, Göktürk; Kalkan, Sinan | HC | Good, Introduction to Programming Concepts with Case Studies in Pythonby Üçoluk, Göktürk; Kalkan, SinanPages can have notes/highlighting. Spine m… More...

99.1, Zahlungsarten: Paypal, APPLE_PAY, Google Pay, Visa, Mastercard, American Express. Shipping costs:Versand zum Fixpreis, [SHT: Economy Shipping], Illinois 605** Aurora, [TO: Wereldwijd, Oostenrijk, België, Brazilië, Chili, China, Tsjechië, Denemarken, Finland, Frankrijk, Duitsland, Griekenland, Hongkong, Hongarije, India, Indonesië, Ierland, Italië, Japan, Zuid-Korea, Maleisië, Nederland, Noorwegen, Filipijnen, Polen, Portugal, Slowakije, Zuid-Afrika, Spanje, Zweden, Zwitserland, Taiwan, Thailand, Turkije, Maagdeneilanden (VS), Canada, Verenigd Koninkrijk, Australië, Nieuw-Zeeland, Puerto Rico] (EUR 13.00) thrift.books
2
Introduction to Programming Concepts with Case Studies in Python
Order
at Amazon.nl
€ 45.85
Shipment: € 0.001
OrderSponsored link
Introduction to Programming Concepts with Case Studies in Python - hardcover

2012, ISBN: 9783709113424

auteur: Üçoluk, Göktürk, auteur: Kalkan, Sinan, Springer, Hardcover, Auflage: 2012, 232 Seiten, Publiziert: 2012-10-30T00:00:01Z, Produktgruppe: Book, Hersteller-Nr.: biography, 1.14 kg, … More...

Shipping costs:Wordt gewoonlijk verzonden binnen 13 tot 14 dagen. De verzendkosten kunnen afwijken van de werkelijke kosten. (EUR 0.00) BOOKS etc
3
Introduction to Programming Concepts with Case Studies in Python - Kalkan, Sinan; Üçoluk, Göktürk
Order
at Achtung-Buecher.de
€ 44.44
Shipment: € 0.001
OrderSponsored link
Kalkan, Sinan; Üçoluk, Göktürk:
Introduction to Programming Concepts with Case Studies in Python - hardcover

2012

ISBN: 3709113423

2012 Gebundene Ausgabe Datenverarbeitung / Anwendungen / Technik, Python (EDV), Computerprogrammierung und Softwareentwicklung, computerengineering; computerscience; ProgrammingConstruc… More...

Shipping costs:Versandkostenfrei innerhalb der BRD. (EUR 0.00) MARZIES.de Buch- und Medienhandel, 14621 Schönwalde-Glien
4
Order
at AbeBooks.co.uk
€ 27.34
Shipment: € 13.261
OrderSponsored link
Üçoluk, Gà ktürk; Kalkan, Sinan:
Introduction to Programming Concepts with Case Studies in Python - hardcover

2012, ISBN: 3709113423

[EAN: 9783709113424], Tweedehands, goed, [SC: 13.26], [PU: Springer], Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less, Books

NOT NEW BOOK. Shipping costs: EUR 13.26 ThriftBooks-Dallas, Dallas, TX, U.S.A. [54448258] [Beoordeling: 5 (van 5)]
5
Order
at alibris.co.uk
€ 77.31
OrderSponsored link
Üçoluk, Göktürk:
Introduction to Programming Concepts With Case Studies in Python - hardcover

2012, ISBN: 9783709113424

Hardcover, Access codes and supplements are not guaranteed with used items. May be an ex-library book., Gebraucht, guter Zustand, [PU: Springer]

Shipping costs:plus shipping costs Newport Coast, CA, Bonita

1As some platforms do not transmit shipping conditions to us and these may depend on the country of delivery, the purchase price, the weight and size of the item, a possible membership of the platform, a direct delivery by the platform or via a third-party provider (Marketplace), etc., it is possible that the shipping costs indicated by euro-book.co.uk / euro-book.co.uk do not correspond to those of the offering platform.

Bibliographic data of the best matching book

Details of the book
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.

Details of the book - Introduction to Programming Concepts with Case Studies in Python


EAN (ISBN-13): 9783709113424
ISBN (ISBN-10): 3709113423
Hardcover
Publishing year: 2012
Publisher: Springer
240 Pages
Weight: 0,472 kg
Language: Englisch

Book in our database since 2009-07-07T19:05:14+01:00 (London)
Detail page last modified on 2023-12-19T16:01:19+00:00 (London)
ISBN/EAN: 9783709113424

ISBN - alternate spelling:
3-7091-1342-3, 978-3-7091-1342-4
Alternate spelling and related search-keywords:
Book author: sina, sinan, gok, göktürk
Book title: programming python, think python, with, sinan


Information from Publisher

Author: Göktürk Üçoluk; Sinan Kalkan
Title: Introduction to Programming Concepts with Case Studies in Python
Publisher: Springer; Springer Wien
222 Pages
Publishing year: 2012-10-30
Vienna; AT
Printed / Made in
Weight: 0,518 kg
Language: English
42,75 € (DE)
43,95 € (AT)
47,50 CHF (CH)
POD
X, 222 p.

BB; 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; BC; EA

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



< to archive...