Cantitate/Preț
Produs

Learn to Program with Python 3: A Step-by-Step Guide to Programming

Autor Irv Kalb
en Limba Engleză Paperback – 23 aug 2018
Move from zero knowledge of programming to comfortably writing small to medium-sized programs in Python. Fully updated for Python 3, with code and examples throughout, the book explains Python coding with an accessible, step-by-step approach designed to bring you comfortably into the world of software development.
Real–world analogies make the material understandable, with a wide variety of well-documented examples to illustrate each concept.  Along the way, you’ll develop short programs through a series of coding challenges that reinforce the content of the chapters.

Learn to Program with Python 3 guides you with material developed in the author's university computer science courses. The author's conversational style feels like you're working with a personal tutor. All material is thoughtfully laid out, each lesson building on previous ones. 

What You'll Learn  
  • Understand programming basics with Python, based on material developed in the author's college courses
  • Learn core concepts: variables, functions, conditionals, loops, lists, strings, and more
  • Explore example programs including simple games you can program and customize
  • Build modules to reuse your own code
Who This Book Is For

This book assumes no prior programming experience, and would be appropriate as text for a high school or college introduction to computer science.
Citește tot Restrânge

Preț: 25743 lei

Preț vechi: 32178 lei
-20% Nou

Puncte Express: 386

Preț estimativ în valută:
4927 5198$ 4106£

Carte disponibilă

Livrare economică 12-26 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484238783
ISBN-10: 1484238788
Pagini: 280
Ilustrații: XVII, 354 p. 36 illus.
Dimensiuni: 178 x 254 x 26 mm
Greutate: 0.65 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1. Getting Started.- 2. Variables and Assignment Statements.- 3. Built-in Functions.- 4. User-Defined Functions.- 5. if, else, and elif Statements.- 6. Loops.- 7. Lists.- 8. Strings.- 9. File Input / Output.- 10. Internet Data.- 11. Data Structures.- 12. Where to Go From Here.

Notă biografică

Irv Kalb has a BS and MS in Computer Science, and has worked as a software developer, manager, and as a teacher of software throughout his career. He has worked both as an employee for a number of technical companies and for many years as an independent consultant.  He has been writing technical articles and ebooks about software since 2000, and has been teaching software development in Silicon Valley colleges since 2010.

Textul de pe ultima copertă

Move from zero knowledge of programming to comfortably writing small to medium-sized programs in Python. Fully updated for Python 3, with code and examples throughout, the book explains Python coding with an accessible, step-by-step approach designed to bring you comfortably into the world of software development.
Real–world analogies make the material understandable, with a wide variety of well-documented examples to illustrate each concept.  Along the way, you’ll develop short programs through a series of coding challenges that reinforce the content of the chapters.

Learn to Program with Python 3 guides you with material developed in the author's university computer science courses. The author's conversational style feels like you're working with a personal tutor. All material is thoughtfully laid out, each lesson building on previous ones.

Caracteristici

Teaches programming with a step-by-step approach honed in the author's Python courses Updated for the latest Python 3 code and techniques Concepts build on each other throughout the book and a variety of sample programs are provided including a game example