Python for Serious Beginners: A Practical Introduction to Modern Python with Simple Hands-on Projects (eBook)

Python for Serious Beginners: A Practical Introduction to Modern Python with Simple Hands-on Projects (eBook)

Harry Yoon
Harry Yoon
Prezzo:
Omaggio
Compra EPUB
Prezzo:
Omaggio
Compra EPUB

Formato

:
EPUB
Cloud: Scopri di più
Compatibilità: Tutti i dispositivi
Lingua: en
Editore: Harry Yoon
Codice EAN: 9798215659359
Anno pubblicazione: 2022
Scopri QUI come leggere i tuoi eBook
Abbonati a Kobo Plus per avere accesso illimitato a migliaia di eBook

Note legali

NOTE LEGALI

a) Garanzia legale, Pagamenti, Consegne, Diritto di recesso
b) Informazioni sul prezzo
Il prezzo barrato corrisponde al prezzo di vendita al pubblico al lordo di IVA e al netto delle spese di spedizione
Il prezzo barrato dei libri italiani corrisponde al prezzo di copertina.
I libri in inglese di Libraccio sono di provenienza americana o inglese.
Libraccio riceve quotidianamente i prodotti dagli USA e dalla Gran Bretagna, pagandone i costi di importazione, spedizione in Italia ecc.
Il prezzo in EURO è fissato da Libraccio e, in alcuni casi, può discostarsi leggermente dal cambio dollaro/euro o sterlina/euro del giorno. Il prezzo che pagherai sarà quello in EURO al momento della conferma dell'ordine.
In ogni caso potrai verificare la convenienza dei nostri prezzi rispetto ad altri siti italiani e, in moltissimi casi, anche rispetto all'acquisto su siti americani o inglesi.
c) Disponibilità
I termini relativi alla disponibilità dei prodotti sono indicati nelle Condizioni generali di vendita.

Disponibilità immediata
L'articolo è immediatamente disponibile presso Libraccio e saremo in grado di procedere con la spedizione entro un giorno lavorativo.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Disponibile in giorni o settimane (ad es. "3-5-10 giorni", "4-5 settimane" )
L'articolo sarà disponibile entro le tempistiche indicate, necessarie per ricevere l'articolo dai nostri fornitori e preparare la spedizione.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Prenotazione libri scolastici
Il servizio ti permette di prenotare libri scolastici nuovi che risultano non disponibili al momento dell'acquisto.

Attualmente non disponibile
L'articolo sarà disponibile ma non sappiamo ancora quando. Inserisci la tua mail dalla scheda prodotto attivando il servizio Libraccio “avvisami” e sarai contattato quando sarà ordinabile.

Difficile reperibilità
Abbiamo dei problemi nel reperire il prodotto. Il fornitore non ci dà informazioni sulla sua reperibilità, ma se desideri comunque effettuare l'ordine, cercheremo di averlo nei tempi indicati. Se non sarà possibile, ti avvertiremo via e-mail e l'ordine verrà cancellato.
Chiudi

Descrizione

Learn Real Python Programming Today! With Hands-On Coding Projects and Exercises Wanna learn programming? Wanna learn Python? Start from this book! This book will teach you the fundamentals of programming and the Python language basics, in a series of thoughtfully organized lessons for the most effective learning experience. It includes many hands-on exercises! Python for (Serious) Beginners will give you the best introduction to programming in Python whether you are coming from a different programming language background or you are learning programming for the first time. This book covers all the essential features of Modern Python (Python 3.10/3.11) through the carefully designed code examples. Python for (Serious) Beginners starts from the absolute basics such as how to install the Python tools on your machine, and how to use the Python interactive shell, and it covers all the key concepts of Python 3 with enough depth to be useful even to the experienced programmers. Python for (Serious) Beginners is rather unique in that, throughout the book, we cover the fundamentals of Python programming while working on a few simple real programming projects. The book also includes a few "lab sessions" with a number of practical exercises, in which the readers can practice real hands-on programming. Python for (Serious) Beginners covers the following topics, among others: How to install Python locally on your machine. How to effectively use the Python REPL (interactive shell) The basic structure of a Python program. Python modules and packages. Basic constructs of Python such as expressions and statements. Simple built-in data types, e.g., as integer, float, bool, and string. Complex built-in data types, e.g., list, tuple, and dictionary. Objects. Variables and assignments. Immutability vs mutability. Arithmetic and comparison operations. Built-in functions and methods, e.g., print(), input(), type(), etc. Loops using the for and while statements. If-else conditional expressions and conditional statements. The new `match` statement. (New as of 3.10.) Structural pattern matching. How to define a function using the def statement. How to define a custom type using the class statement. How to create a new enum type. Typing and type annotations. Fundamental concepts of programming such as "recursion". Object oriented programming (OOP). Basics of the software development process. Order your copy and start learning real Python programming today! Note 1: The book primarily uses CLI (terminal programs), and not IDEs, to illustrate the software development practice. Note 2: Smart people will most likely pick up this book and end up learning real solid Python programming in the long run!