Cantitate/Preț
Produs

Introduction to Programming Concepts with Case Studies in Python

Autor Göktürk Üçoluk, Sinan Kalkan
en Limba Engleză Paperback – 28 noi 2014
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.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 28482 lei  6-8 săpt.
  SPRINGER VIENNA – 28 noi 2014 28482 lei  6-8 săpt.
Hardback (1) 26699 lei  6-8 săpt.
  SPRINGER VIENNA – 30 oct 2012 26699 lei  6-8 săpt.

Preț: 28482 lei

Preț vechi: 35603 lei
-20% Nou

Puncte Express: 427

Preț estimativ în valută:
5455 5914$ 4535£

Carte tipărită la comandă

Livrare economică 02-16 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783709117446
ISBN-10: 3709117445
Pagini: 232
Ilustrații: X, 222 p.
Dimensiuni: 155 x 235 x 12 mm
Greutate: 0.33 kg
Ediția:2012
Editura: SPRINGER VIENNA
Colecția Springer
Locul publicării:Vienna, Austria

Public țintă

Lower undergraduate

Cuprins

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.

Recenzii

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)
“Üçoluk and Kalkan (both, Middle East Technical Univ., Turkey) offer a self-contained, concise introduction to computer science and Python programming. The intended audience is college freshmen taking their first computer science course. … It covers basic programming in Python along with programming paradigms, data structures, and even computational complexity … . Summing Up: Recommended. Lower-division undergraduates.” (S. L. Tanimoto, Choice, Vol. 50 (11), July, 2013)

Textul de pe ultima copertă

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.

Caracteristici

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