book cd dvd
book
book
book
cd
cd
dvd
Italian bookshop with a wide catalogue of 450.000 titles. On Unilibro.com you can buy books,cds and dvds,  you can publish on line ebooks, consult university theses, notes of the lessons, and send gifts. Shipping world-wide.






















Allen Downey ( Libri  su Unilibro.it Libri di Allen Downey su Unilibro.it )

2025

Downey Allen Title : Pensare in Python. Come pensare da informatico
Author: Downey Allen
Publisher: EGEA

Il linguaggio Python è un modo eccellente per iniziare a programmare, e questa guida, semplice e compatta, vi accompagna passo dopo passo nello studio del linguaggio, partendo dai concetti basilari, per poi passare alle funzioni, alle strutture di dati e alla programmazione a oggetti. Questa edizione, completamente riveduta, riflette il ruolo sempre crescente dei nuovi modelli linguistici LLM (Large Language Models) nel campo della programmazione, e include esercizi sull'efficacia dei prompt LLP, sul collaudo del codice e sul debugging. Attraverso gli esercizi presentati in fondo a ogni capitolo, metterete alla prova le vostre nuove competenze di programmazione man mano che le imparerete. L'autore si concentra sui concetti fondamentali della programmazione, che rimarranno rilevanti anche con le nuove evoluzioni degli strumenti. Nello specifico, il libro affronta i seguenti argomenti: sintassi e semantica del linguaggio Python; concetti di programmazione, spiegati in modo chiaro e con una particolare enfasi sulla terminologia; utilizzo di variabili, istruzioni, funzioni e strutture di dati; tecniche di lettura e scrittura di file e database; nozioni fondamentali sugli oggetti, sui metodi e sulla programmazione a oggetti. Strategie di debugging per individuare e correggere gli errori di sintassi, a runtime e semantici; utilizzo degli LLM per accelerare l'apprendimento, inclusi l'uso di prompt efficaci, il collaudo del codice e il debugging.
€ 27,00     Scontato: € 25,65
1918

Allen Downey Title : Think Complexity
Author: Allen Downey
Publisher: O'REILLY


€ 47,40
2018

Downey Allen Title : Pensare in Python. Come pensare da informatico
Author: Downey Allen
Publisher: EGEA

Python è un linguaggio di programmazione dinamico, orientato agli oggetti, utilizzabile con molti software e di facile apprendimento. L'autore introduce il lettore alla scoperta del linguaggio un passo alla volta: inizia con i concetti base della programmazione per poi passare a funzioni, ricorsione, strutture di dati e progettazione orientata agli oggetti. Gli esercizi, presenti in ogni capitolo, consentono di testare immediatamente i concetti appresi. Il libro è uno strumento ideale per imparare le basi della programmazione.
€ 19,90
1917

Downey Allen B. Title : Think Data Structures
Author: Downey Allen B.
Publisher: Oreilly & Associates Inc


€ 38,00

Rosenfeld Laurent, Downey Allen B. (CON) Title : Think Perl 6
Author: Rosenfeld Laurent, Downey Allen B. (CON)
Publisher: Oreilly & Associates Inc


€ 56,90
1916

Downey Allen B. Title : Think Dsp
Author: Downey Allen B.
Publisher: Oreilly & Associates Inc

Think DSP: Digital Signal Processing in Python is an introduction to signal processing and system analysis using a computational approach. The premise of this book (like the others in the Think X series) is that if you know how to program, you can use that skill to learn other things. By the end of the first chapter, you'll be able to decompose a sound into its harmonics, modify the harmonics, and generate new sounds. Subsequent chapters follow a logical progression that develops the important ideas incrementally, with a focus on applications.


€ 28,50

Downey Allen B., Mayfield Chris Title : Think Java
Author: Downey Allen B., Mayfield Chris
Publisher: Oreilly & Associates Inc

If you want to under computer science, but have no programming experience, this book is for you.Think Java starts with the most basic programming concepts and carefully defines every term when it’s first used. The authors then develop each new concept in a logical progression. Larger pieces like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.

This book is also concise. Each chapter is 12-14 pages and covers the material for one week of a college course. Rather than present a comprehensive presentation of Java, the authors instead focus on the tools of software design, starting with small functions and basic algorithms, and working up to object-oriented design.

  • Readable: while most other books forget to define terms or introduce too much material at once, Think Java is careful to define all terms and present difficult topics gradually
  • One concept at a time: breaks the topics that give students the most trouble into a series of small steps so that students can exercise new concepts before continuing
  • Balance of language and concepts: the book is not primarily about Java, but uses Java examples to demonstrate software engineering concepts

    Think Java is appropriate as a textbook in an introductory college or high school class. The book is currently in use at several colleges, universities, and high schools. It’s appropriate for people learning Java as a first language, including students learning on their own and professionals who are retraining.

€ 47,40
1915

Downey Allen B. Title : Think Python
Author: Downey Allen B.
Publisher: Oreilly & Associates Inc

If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language one step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design.

Through exercises in each chapter, you’ll try out programming concepts as you learn them.Think Python is ideal for students at the high school or college level, as well as self-learners, home-schooled students, and professionals who need to learn programming basics.

This updated second edition has a more direct focus on Python 3, along with simplified installation instructions. You'll also get added coverage of more topics, including list comprehensions and additional data structures.


€ 43,10
1914

Downey Allen B. Title : Think Stats
Author: Downey Allen B.
Publisher: Oreilly & Associates Inc

If you know how to program, you have the skills to turn data into knowledge, using tools of probability and statistics. This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.

By working with a single case study throughout this thoroughly revised book, you’ll learn the entire process of exploratory data analysis—from collecting data and generating statistics to identifying patterns and testing hypotheses. You’ll explore distributions, rules of probability, visualization, and many other tools and concepts.

New chapters on regression, time series analysis, survival analysis, and analytic methods will enrich your discoveries.

  • Develop an understanding of probability and statistics by writing and testing code
  • Run experiments to test statistical behavior, such as generating samples from several distributions
  • Use simulations to understand concepts that are hard to grasp mathematically
  • Import data from most sources with Python, rather than rely on data that’s cleaned and formatted for statistics tools
  • Use statistical inference to answer questions about real-world data

€ 32,70
1913

Downey Allen B. Title : Think Bayes
Author: Downey Allen B.
Publisher: Oreilly & Associates Inc

If you know how to program with Python and also know a little about probability, you’re ready to tackle Bayesian statistics. With this book, you'll learn how to solve statistical problems with Python code instead of mathematical notation, and use discrete probability distributions instead of continuous mathematics. Once you get the math out of the way, the Bayesian fundamentals will become clearer, and you’ll begin to apply these techniques to real-world problems.

Bayesian statistical methods are becoming more common and more important, but not many resources are available to help beginners. Based on undergraduate classes taught by author Allen Downey, this book’s computational approach helps you get a solid start.

  • Use your existing programming skills to learn and understand Bayesian statistics
  • Work with problems involving estimation, prediction, decision analysis, evidence, and hypothesis testing
  • Get started with simple examples, using coins, M&Ms, Dungeons & Dragons dice, paintball, and hockey
  • Learn computational methods for solving real-world problems, such as interpreting SAT scores, simulating kidney tumors, and modeling the human microbiome.

€ 28,10
2009

Downey Allen B. Title : Python for Software Design
Author: Downey Allen B.
Publisher: Cambridge Univ Pr

Python for Software Design is a concise introduction to software design using the Python programming language. Intended for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like recursion and object-oriented programming, are divided into a sequence of smaller steps and introduced over the course of several chapters. The focus is on the programming process, with special emphasis on debugging. The book includes a wide range of exercises, from short examples to substantial projects, so that students have ample opportunity to practice each new concept. Exercise solutions and code examples are available from thinkpython.com, along with Swampy, a suite of Python programs that is used in some of the exercises.
€ 58,40


Buy books online Buy dvd online cd movie
Library Unilibro

Bookshop with a wide catalogue you can buy books online, buy dvd and cd, you can consult university notes, lessons, ebooks and gifts By Unilibro

Buy books online Buy Dvd online Buy Videogame online
Libri Dvd Puzzle