• Python Coding - One Year Later

  • A Treasure Trove of Practical and Simple Examples
  • De: Cathy Young
  • Narrado por: Virtual Voice
  • Duración: 10 h y 20 m

Escucha audiolibros, podcasts y Audibles Originals con Audible Plus por un precio mensual bajo.
Escucha en cualquier momento y en cualquier lugar en tus dispositivos con la aplicación gratuita Audible.
Los suscriptores por primera vez de Audible Plus obtienen su primer mes gratis. Cancela la suscripción en cualquier momento.
Python Coding - One Year Later  Por  arte de portada

Python Coding - One Year Later

De: Cathy Young
Narrado por: Virtual Voice
Prueba por $0.00

Escucha con la prueba gratis de Plus

Compra ahora por US$3.99

Compra ahora por US$3.99

la tarjeta con terminación
Al confirmar tu compra, aceptas las Condiciones de Uso de Audible y el Aviso de Privacidad de Amazon. Impuestos a cobrar según aplique.
Background images

Este título utiliza narración de virtual voice

Virtual voice es una narración generada por computadora para audiolibros

Resumen del Editor

The primary goal of this book is to learn the simple basics of debugging a Python script so your code runs as expected. Debugging is the process of finding and removing "bugs" or defects in a program, and it is also useful in getting your code to run in the first place! Chapter 3 presents "Python Basics" because a big part of debugging is knowing the correct syntax for a particular object and task. This book doesn't try to cover all the nuances of Python but does cover the terms and syntax you're likely to encounter in your first few weeks or months of programming. The overhead and clutter are gone, leaving behind clear and simple instructions.

Code examples are self-contained, so you can copy and paste them into your IDE and run the program. There are certainly more elegant ways to do many of these tasks, but I wanted to demonstrate each concept with a working piece of code limited to a few lines. In Chapter 3, we'll look at the following topics and more.

  • Functions, Lists, Dictionaries, Tuples, Ranges, Comprehension
  • Indexing, Slicing, Comparison Operators, Control Statements

There are dozens of diagrams that explain concepts such as indexing, slicing, scope, or recursive functions. We'll look at syntax relevant to each type of object. For example, to add to a "list," you could use 'append,' 'join' or 'extend' methods. While adding a new key:value pair to a dictionary is straightforward, adding to an existing dictionary can be confusing. The"type" of object in the key:value pair determines which methods you'll use to add, update, or delete objects.

There are over 50 real-world code examples. Between the detailed Table of Contents and extensive Index, you can quickly find answers. The Index includes common phrases for those times when you don't know the technical term. For example, to find a string in Python, you could use the "in" comparison operator. Whether you look for "find" or "search," the Index refers you to the "in" comparison operator. The examples are varied so you can work with different types of data, such as: XML, HTML, matplotlib (plots/charts/graphs), OS (files/directories), *.txt, *.csv, user input, or dates.

Lo que los oyentes dicen sobre Python Coding - One Year Later

Calificaciones medias de los clientes

Reseñas - Selecciona las pestañas a continuación para cambiar el origen de las reseñas.