Programmare Con Python Online


Download Programmare Con Python Online PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Programmare Con Python Online book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

Programmare con Python


Programmare con Python

Author: Marco Buttu

language: it

Publisher: LSWR

Release Date: 2014-06-24T00:00:00+02:00


DOWNLOAD





Python è un linguaggio di programmazione multipiattaforma, robusto e maturo, a cui si affidano le più prestigiose aziende e organizzazioni a livello mondiale, come Google, la NASA, YouTube, Intel e Yahoo! Il suo successo è legato sia al fatto che favorisce la produttività, rendendo semplice lo sviluppo di sistemi software anche molto complessi, sia al fatto che ha molteplici ambiti di utilizzo: applicazioni web, giochi e multimedia, interfacce grafiche, networking, applicazioni scientifiche, intelligenza artificiale, programmazione di sistema e tanto altro ancora. Questo libro è la più completa, moderna e dettagliata guida a Python attualmente disponibile, aggiornata all’ultima release del linguaggio (Python 3.4) rilasciata nel gennaio 2014. La trattazione è molto dettagliata e segue un percorso graduale costruito attorno a una ricca serie di esempi ed esercizi: si parte dalle basi del linguaggio, senza dare nulla per scontato, sino ad arrivare agli argomenti considerati ostici anche dai programmatori più esperti.

Algoritmi per l’intelligenza artificiale


Algoritmi per l’intelligenza artificiale

Author: Roberto Marmo

language: it

Publisher: HOEPLI EDITORE

Release Date: 2024-09-20T00:00:00+02:00


DOWNLOAD





Cosa è l’intelligenza artificiale? Quali problemi computazionali può risolvere? Quali passi fare per creare un algoritmo? Come organizzare i dati di input e interpretare l’output? Quale modello matematico scegliere e come programmarlo in linguaggio Python? La nuova edizione del volume di Marmo intende rispondere a queste domande in modo pragmatico, per capire come funziona l’algoritmo, risolvere problemi tecnici e creare nuovi utilizzi. Ricca di esempi, consigli, link scelti, codice in linguaggio Python, l’opera è stata aggiornata inserendo alla fine di ogni capitolo una raccolta di prompt da usare in ChatGPT, con i quali sarà possibile approfondire di volta in volta l’argomento trattato.

Learning Python


Learning Python

Author: Mark Lutz

language: en

Publisher: "O'Reilly Media, Inc."

Release Date: 2013-06-12


DOWNLOAD





Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed in other languages. Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3— the latest releases in the 3.X and 2.X lines—plus all other releases in common use today. You’ll also learn some advanced language features that recently have become more common in Python code. Explore Python’s major built-in object types such as numbers, lists, and dictionaries Create and process objects with Python statements, and learn Python’s general syntax model Use functions to avoid code redundancy and package code for reuse Organize statements, functions, and other tools into larger components with modules Dive into classes: Python’s object-oriented programming tool for structuring code Write large programs with Python’s exception-handling model and development tools Learn advanced Python tools, including decorators, descriptors, metaclasses, and Unicode processing