Cantitate/Preț
Produs

Quick Python 3: Quick Programming

Autor David Matuszek
en Limba Engleză Hardback – 3 feb 2023
Are you a programmer who wants to get started quickly in a new language? This book is for you.
Are you a novice who wants to learn to program? This book is not for you.
Are you a Python programmer who needs encyclopaedic information? This book is not for you.

Like any mainstream language, Python has loops, if statements, assignment statements, functions, etc. I’ll show you what these look like in Python. I won’t waste your time telling you what they’re good for.
Python has features you may not be familiar with--iterators, list comprehensions, maybe even dictionaries. I’ll spend more time on these.
I’ll cover some of the library functions I found most immediately useful, and tell you where to find more.
In short, this book will help you hit the ground running. Next week, you’ll be ready to buy that Python encyclopaedia.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 14302 lei  6-8 săpt. +4373 lei  6-12 zile
  CRC Press – 3 feb 2023 14302 lei  6-8 săpt. +4373 lei  6-12 zile
Hardback (1) 46761 lei  6-8 săpt.
  CRC Press – 3 feb 2023 46761 lei  6-8 săpt.

Din seria Quick Programming

Preț: 46761 lei

Preț vechi: 61080 lei
-23% Nou

Puncte Express: 701

Preț estimativ în valută:
8949 9441$ 7458£

Carte tipărită la comandă

Livrare economică 03-17 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781032410920
ISBN-10: 1032410922
Pagini: 127
Ilustrații: 1 Line drawings, black and white; 1 Illustrations, black and white
Dimensiuni: 138 x 216 x 10 mm
Greutate: 0.26 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Quick Programming


Public țintă

Professional Practice & Development, Professional Training, and Undergraduate Core

Cuprins

1. The Absolute Bare Minimum. 2. Better Tools. 3. Classes. 4. Getting Fancy. 5. Testing. 6. Graphical User Interfaces.

Notă biografică

David L. Matuszek was Director of the Master's in Computer and Information Technology course at the University of Pennsylvania, USA (2001-2017). With 40 years' teaching experience, and 45 years' programming experience, David is skilled in both the design of innovative software systems and in teaching others how to master programming languages in an accessible and engaging way.

Recenzii

“When a gifted teacher presents a new concept, they first cover every needed building block. The new concept becomes such a necessary and obvious extension of those building blocks, it feels like something you already knew.  That is how Dave Matuszek’s books read.  In sparse, concise language he tells you exactly what you most need to know about programming, and lays it all out so clearly and logically it seems inevitable. His cheerful, intuitive examples progress step by step from introductory to advanced stages carrying you along painlessly. 
I cannot recommend this series highly enough to anyone wanting a quick primer on a language they have yet to use. Whether a computer science student or a self-taught programmer, there are treats in store.”
 
- Martha Palmer, Arts and Sciences Professor of Distinction for Linguistics, and the former Helen & Hubert Croft Professor of Engineering in the Computer Science Department, University of Colorado Boulder, USA.
“Dr. David Matuszek has written a great series of books on programming that will be of interest to many experienced programmers… These short, well-written books can help programmers master a new language or technique rapidly and have fun doing so.”
- Tim Finin, Willard and Lillian Hackerman Chair in Engineering and a Computer Science and Electrical Engineering professor at the University of Maryland, Baltimore County (UMBC).
 

Descriere

This handy, concise guide cuts to the core of what you need to know to enable you to pick up Python 3, quickly and easily.This book shows you what the latter look like in Python 3 without getting bogged down on applications. It also explores Python 3’s less familiar with iterators, like list comprehensions and dictionaries