Cantitate/Preț
Produs

An Introduction to Python and Computer Programming: Lecture Notes in Electrical Engineering, cartea 353

Autor Yue Zhang
en Limba Engleză Paperback – 23 oct 2016
This book introduces Python programming language and fundamental concepts in algorithms and computing. Its target audience includes students and engineers with little or no background in programming, who need to master a practical programming language and learn the basic thinking in computer science/programming. The main contents come from lecture notes for engineering students from all disciplines, and has received high ratings. Its materials and ordering have been adjusted repeatedly according to classroom reception. Compared to alternative textbooks in the market, this book introduces the underlying Python implementation of number, string, list, tuple, dict, function, class, instance and module objects in a consistent and easy-to-understand way, making assignment, function definition, function call, mutability and binding environments understandable inside-out. By giving the abstraction of implementation mechanisms, this book builds a solid understanding of the Python programming language.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 69978 lei  6-8 săpt.
  Springer Nature Singapore – 23 oct 2016 69978 lei  6-8 săpt.
Hardback (1) 96750 lei  6-8 săpt.
  Springer Nature Singapore – 27 iul 2015 96750 lei  6-8 săpt.

Din seria Lecture Notes in Electrical Engineering

Preț: 69978 lei

Preț vechi: 85340 lei
-18% Nou

Puncte Express: 1050

Preț estimativ în valută:
13393 14129$ 11161£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9789811012433
ISBN-10: 9811012431
Pagini: 295
Ilustrații: X, 295 p. 58 illus., 5 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.44 kg
Ediția:Softcover reprint of the original 1st ed. 2015
Editura: Springer Nature Singapore
Colecția Springer
Seria Lecture Notes in Electrical Engineering

Locul publicării:Singapore, Singapore

Cuprins

An introduction to Python and computer programming.- Using Python as a Calculator.- The First Python Program.- Branching and Looping.- Problem solving using branches and loops.- Functions.- Lists and mutability.- Sequences, Mappings and Sets.- Problem solving using lists and functions.- Classes.- Summary.

Recenzii

“There are 11 chapters, each of which has aselection of exercises at the end. The problems are well written and generallyincrease in complexity. … Tailored to the instructor, it provides a goodfoundation.” (David Bellin, Computing Reviews, October, 2015)

Notă biografică

Dr. Yue Zhang is an Assistant Professor at Singapore University of Technology and Design. Before joining SUTD in 2012, he worked as a postdoctoral research assistant at University of Cambridge. Yue Zhang received his DPhil and MSSc degrees from University of Oxford and his BEng degree from Tsinghua University, China. Yue Zhang has been class tutors of programming languages at Oxford and Cambridge and has been teaching and leading computer science courses at SUTD.

Textul de pe ultima copertă

This book introduces Python programming language and fundamental concepts in algorithms and computing. Its target audience includes students and engineers with little or no background in programming, who need to master a practical programming language and learn the basic thinking in computer science/programming. The main contents come from lecture notes for engineering students from all disciplines, and has received high ratings. Its materials and ordering have been adjusted repeatedly according to classroom reception. Compared to alternative textbooks in the market, this book introduces the underlying Python implementation of number, string, list, tuple, dict, function, class, instance and module objects in a consistent and easy-to-understand way, making assignment, function definition, function call, mutability and binding environments understandable inside-out. By giving the abstraction of implementation mechanisms, this book builds a solid understanding of the Python programming language.

Caracteristici

Gives a gentle introduction to Python and programming, avoiding details that can hinder the understanding of important concepts Incorporates the very fundamentals of algorithms and computation which applies to all programming languages Abstracts the kernel of Python, in particular the object system, into a unique and novel diagram system Includes supplementary material: sn.pub/extras