Author: Claudia Cecilia Russo
Publisher: Marcombo
ISBN: 8426736327
Category : Computers
Languages : es
Pages : 229
Book Description
Multitud de estudiantes de secundaria presentan dificultades a la hora de resolver problemas a través de un ordenador. Esto va ligado directamente con la capacidad de atención, la creatividad y el pensamiento lógico, entre otras cosas, pues aprender a programar produce efectos positivos en todos los niveles. Si quiere despuntar en estos temas y conocer lo esencial de la programación, este libro es el adecuado. Las autoras trabajan desde hace varios años como docentes en nivel superior y consideran que, más allá de la edad, cualquier persona que cuente con los conceptos básicos de informática puede llegar a programar un ordenador y beneficiarse de muchas maneras. Por ello, ponen a su disposición todo lo que necesita saber acerca de: "La programación de ordenadores mediante la resolución de problemas "Los algoritmos como forma de resolver problemas a través de un ordenador Gracias a esta lectura amena y fructífera, desarrollará sus competencias y estará preparado para su futuro tecnológico.
Introducción a la programación con Python
Python Para Todos
Author:
Publisher: Independently Published
ISBN:
Category :
Languages : es
Pages : 264
Book Description
Python para Todos está diseñado para introducir a los estudiantes en la programación y el desarrollo de software a través de un enfoque en la exploración de datos. Puedes pensar en Python como una herramienta para resolver problemas que están más allá de las capacidades de una simple hoja de cálculo.Python es un lenguaje de programación fácil de usar y sencillo de aprender, disponible de forma gratuita para equipos Macintosh, Windows, o Linux. Una vez que aprendes Python, puedes utilizarlo el resto de tu carrera sin necesidad de comprar ningún software.Existen copias electrónicas gratuitas de este libro en varios formatos, así como material de soporte para el libro, que pues encontrar en es.py4e.com. Los materiales del curso están disponibles bajo una Licencia Creative Commons, de modo que puedes adaptarlos para enseñar tu propio curso de Python.
Publisher: Independently Published
ISBN:
Category :
Languages : es
Pages : 264
Book Description
Python para Todos está diseñado para introducir a los estudiantes en la programación y el desarrollo de software a través de un enfoque en la exploración de datos. Puedes pensar en Python como una herramienta para resolver problemas que están más allá de las capacidades de una simple hoja de cálculo.Python es un lenguaje de programación fácil de usar y sencillo de aprender, disponible de forma gratuita para equipos Macintosh, Windows, o Linux. Una vez que aprendes Python, puedes utilizarlo el resto de tu carrera sin necesidad de comprar ningún software.Existen copias electrónicas gratuitas de este libro en varios formatos, así como material de soporte para el libro, que pues encontrar en es.py4e.com. Los materiales del curso están disponibles bajo una Licencia Creative Commons, de modo que puedes adaptarlos para enseñar tu propio curso de Python.
Programación y Lógica Proposicional
Author: Lógica Proposicional Ángel Arias
Publisher: IT Campus Academy
ISBN: 1497418194
Category : Computers
Languages : es
Pages : 170
Book Description
Con la evolución de la tecnología cada vez más personas tienen acceso a un ordenador, ya sea en su casa, en la escuela, en el trabajo o en cualquier otro lugar. Los usuarios más curiosos pueden plantearse preguntas como: "¿cómo consiguen hacer esto? ", "¿como podría hacerlo o aprenderlo yo?", "¿cómo es un ordenador internamente?" Muchos se han aventurado a buscar respuestas de sus auto-preguntas pero no siempre es fácil encontrar lo que se busca. En este libro, el lector tiene la oportunidad de entender cómo funciona esto. El objetivo de este libro es servir como base a cualquiera que desee introducirse, o simplemente unirse, al maravilloso mundo de la programación, incluso si usted tiene pocos o ningún conocimiento sobre la materia. Este libro también puede servir como una forma de enriquecimiento cultural sobre temas ya olvidados, ya que aborda aspectos de la arquitectura de los procesadores y ordenadores, los cálculos, la lógica y las matemáticas, hasta una breve historia de los lenguajes de programación y programación básica de algoritmos. Este libro también está dirigido a aquellos que quieran participar en la actividad de la comunidad de producción de software libre pero que no han recibido capacitación técnica del género.
Publisher: IT Campus Academy
ISBN: 1497418194
Category : Computers
Languages : es
Pages : 170
Book Description
Con la evolución de la tecnología cada vez más personas tienen acceso a un ordenador, ya sea en su casa, en la escuela, en el trabajo o en cualquier otro lugar. Los usuarios más curiosos pueden plantearse preguntas como: "¿cómo consiguen hacer esto? ", "¿como podría hacerlo o aprenderlo yo?", "¿cómo es un ordenador internamente?" Muchos se han aventurado a buscar respuestas de sus auto-preguntas pero no siempre es fácil encontrar lo que se busca. En este libro, el lector tiene la oportunidad de entender cómo funciona esto. El objetivo de este libro es servir como base a cualquiera que desee introducirse, o simplemente unirse, al maravilloso mundo de la programación, incluso si usted tiene pocos o ningún conocimiento sobre la materia. Este libro también puede servir como una forma de enriquecimiento cultural sobre temas ya olvidados, ya que aborda aspectos de la arquitectura de los procesadores y ordenadores, los cálculos, la lógica y las matemáticas, hasta una breve historia de los lenguajes de programación y programación básica de algoritmos. Este libro también está dirigido a aquellos que quieran participar en la actividad de la comunidad de producción de software libre pero que no han recibido capacitación técnica del género.
Learn You a Haskell for Great Good!
Author: Miran Lipovaca
Publisher: No Starch Press
ISBN: 1593272839
Category : Computers
Languages : en
Pages : 906
Book Description
It's all in the name: Learn You a Haskell for Great Good! is a hilarious, illustrated guide to this complex functional language. Packed with the author's original artwork, pop culture references, and most importantly, useful example code, this book teaches functional fundamentals in a way you never thought possible. You'll start with the kid stuff: basic syntax, recursion, types and type classes. Then once you've got the basics down, the real black belt master-class begins: you'll learn to use applicative functors, monads, zippers, and all the other mythical Haskell constructs you've only read about in storybooks. As you work your way through the author's imaginative (and occasionally insane) examples, you'll learn to: –Laugh in the face of side effects as you wield purely functional programming techniques –Use the magic of Haskell's "laziness" to play with infinite sets of data –Organize your programs by creating your own types, type classes, and modules –Use Haskell's elegant input/output system to share the genius of your programs with the outside world Short of eating the author's brain, you will not find a better way to learn this powerful language than reading Learn You a Haskell for Great Good!
Publisher: No Starch Press
ISBN: 1593272839
Category : Computers
Languages : en
Pages : 906
Book Description
It's all in the name: Learn You a Haskell for Great Good! is a hilarious, illustrated guide to this complex functional language. Packed with the author's original artwork, pop culture references, and most importantly, useful example code, this book teaches functional fundamentals in a way you never thought possible. You'll start with the kid stuff: basic syntax, recursion, types and type classes. Then once you've got the basics down, the real black belt master-class begins: you'll learn to use applicative functors, monads, zippers, and all the other mythical Haskell constructs you've only read about in storybooks. As you work your way through the author's imaginative (and occasionally insane) examples, you'll learn to: –Laugh in the face of side effects as you wield purely functional programming techniques –Use the magic of Haskell's "laziness" to play with infinite sets of data –Organize your programs by creating your own types, type classes, and modules –Use Haskell's elegant input/output system to share the genius of your programs with the outside world Short of eating the author's brain, you will not find a better way to learn this powerful language than reading Learn You a Haskell for Great Good!
Colecciones de datos y algoritmos en Python: de cero al infinito
Author: Silvia Guardati Buemo
Publisher: Marcombo
ISBN: 8426735568
Category : Computers
Languages : es
Pages : 366
Book Description
Solucionar uno mismo los problemas derivados del análisis de las colecciones de datos por medio del diseño de algoritmos es esencial para evolucionar como programador, así como saber implementar dichas soluciones utilizando el lenguaje de programación Python. Si quiere aprender nuevas formas de representar datos, su manejo y su uso en la solución de problemas, este libro le proporcionará todo lo que necesita. En él se mantiene la premisa de que enseñar a programar debe ir más allá de explicar un lenguaje de programación, debe desarrollar la capacidad de análisis, despertar el interés por diseñar soluciones eficaces y eficientes, promover la escritura de código agradable de leer y, por lo tanto, fácil de mantener y evolucionar, y debe convencer acerca de la importancia de probar todos los algoritmos, para asegurarse de que funcionan correctamente. Este manual se organiza en cuatro capítulos: el primero está dedicado a las listas; el segundo, a los conjuntos; el tercero, a los diccionarios, y el cuarto, a los arreglos. Cada tema se desarrolla poniendo especial énfasis en el concepto, dado que lo importante es entender la teoría para luego poder llevarla a la práctica y usarla en el diseño de algoritmos con éxito. Además, todos los programas escritos en Python, presentados como ejemplos o como solución a los problemas, pueden consultarse en un repositorio de GitHub. Sin duda, este es un libro imprescindible para todos aquellos que tengan conocimientos básicos de algorítmica y quieran profundizar en esta área. También se ajusta muy bien a materias de ciencias de la computación dedicadas a la enseñanza del desarrollo de algoritmos y su implementación usando lenguajes de programación, por lo que es el manual ideal para las primeras materias de cualquier plan de estudios que incluya este campo del saber. Si antes de profundizar en este libro quiere asentar las bases del pensamiento algorítmico e introducirse en algunos de los elementos básicos del lenguaje, le recomendamos el libro Aprende a programar en Python: de cero al infinito.
Publisher: Marcombo
ISBN: 8426735568
Category : Computers
Languages : es
Pages : 366
Book Description
Solucionar uno mismo los problemas derivados del análisis de las colecciones de datos por medio del diseño de algoritmos es esencial para evolucionar como programador, así como saber implementar dichas soluciones utilizando el lenguaje de programación Python. Si quiere aprender nuevas formas de representar datos, su manejo y su uso en la solución de problemas, este libro le proporcionará todo lo que necesita. En él se mantiene la premisa de que enseñar a programar debe ir más allá de explicar un lenguaje de programación, debe desarrollar la capacidad de análisis, despertar el interés por diseñar soluciones eficaces y eficientes, promover la escritura de código agradable de leer y, por lo tanto, fácil de mantener y evolucionar, y debe convencer acerca de la importancia de probar todos los algoritmos, para asegurarse de que funcionan correctamente. Este manual se organiza en cuatro capítulos: el primero está dedicado a las listas; el segundo, a los conjuntos; el tercero, a los diccionarios, y el cuarto, a los arreglos. Cada tema se desarrolla poniendo especial énfasis en el concepto, dado que lo importante es entender la teoría para luego poder llevarla a la práctica y usarla en el diseño de algoritmos con éxito. Además, todos los programas escritos en Python, presentados como ejemplos o como solución a los problemas, pueden consultarse en un repositorio de GitHub. Sin duda, este es un libro imprescindible para todos aquellos que tengan conocimientos básicos de algorítmica y quieran profundizar en esta área. También se ajusta muy bien a materias de ciencias de la computación dedicadas a la enseñanza del desarrollo de algoritmos y su implementación usando lenguajes de programación, por lo que es el manual ideal para las primeras materias de cualquier plan de estudios que incluya este campo del saber. Si antes de profundizar en este libro quiere asentar las bases del pensamiento algorítmico e introducirse en algunos de los elementos básicos del lenguaje, le recomendamos el libro Aprende a programar en Python: de cero al infinito.
Coding as a Playground
Author: Marina Umaschi Bers
Publisher: Routledge
ISBN: 1000194523
Category : Education
Languages : en
Pages : 162
Book Description
Coding as a Playground, Second Edition focuses on how young children (aged 7 and under) can engage in computational thinking and be taught to become computer programmers, a process that can increase both their cognitive and social-emotional skills. Learn how coding can engage children as producers—and not merely consumers—of technology in a playful way. You will come away from this groundbreaking work with an understanding of how coding promotes developmentally appropriate experiences such as problem-solving, imagination, cognitive challenges, social interactions, motor skills development, emotional exploration, and making different choices. Featuring all-new case studies, vignettes, and projects, as well as an expanded focus on teaching coding as a new literacy, this second edition helps you learn how to integrate coding into different curricular areas to promote literacy, math, science, engineering, and the arts through a project-based approach and a positive attitude to learning.
Publisher: Routledge
ISBN: 1000194523
Category : Education
Languages : en
Pages : 162
Book Description
Coding as a Playground, Second Edition focuses on how young children (aged 7 and under) can engage in computational thinking and be taught to become computer programmers, a process that can increase both their cognitive and social-emotional skills. Learn how coding can engage children as producers—and not merely consumers—of technology in a playful way. You will come away from this groundbreaking work with an understanding of how coding promotes developmentally appropriate experiences such as problem-solving, imagination, cognitive challenges, social interactions, motor skills development, emotional exploration, and making different choices. Featuring all-new case studies, vignettes, and projects, as well as an expanded focus on teaching coding as a new literacy, this second edition helps you learn how to integrate coding into different curricular areas to promote literacy, math, science, engineering, and the arts through a project-based approach and a positive attitude to learning.
Mobile Technologies and Applications for the Internet of Things
Author: Michael E. Auer
Publisher: Springer
ISBN: 3030114341
Category : Technology & Engineering
Languages : en
Pages : 414
Book Description
This book discusses and assesses the latest trends in the interactive mobile field, and presents the outcomes of the 12th International Conference on Interactive Mobile Communication Technologies and Learning (IMCL2018), which was held in Hamilton, Canada on October 11 and 12, 2018. Today, interactive mobile technologies are at the core of many – if not all – fields of society. Not only does the younger generation of students expect a mobile working and learning environment, but also the new ideas, technologies and solutions coming out practically every day are further strengthening this trend. Since its inception in 2006, the conference has been devoted to highlighting new approaches in interactive mobile technologies with a focus on learning. The IMCL conferences have since established themselves as a valuable forum for exchanging and discussing new research results and relevant trends, as well as practical experience and best-practice examples. This book contains papers in the fields of: Interactive Collaborative Mobile Learning Environments Mobile Health Care Training Game-based Learning Design of Internet of Things (IoT) Devices and Applications Assessment and Quality in Mobile Learning. Its potential readership includes policymakers, educators and researchers in pedagogy and learning theory, schoolteachers, the learning industry, further education lecturers, etc.
Publisher: Springer
ISBN: 3030114341
Category : Technology & Engineering
Languages : en
Pages : 414
Book Description
This book discusses and assesses the latest trends in the interactive mobile field, and presents the outcomes of the 12th International Conference on Interactive Mobile Communication Technologies and Learning (IMCL2018), which was held in Hamilton, Canada on October 11 and 12, 2018. Today, interactive mobile technologies are at the core of many – if not all – fields of society. Not only does the younger generation of students expect a mobile working and learning environment, but also the new ideas, technologies and solutions coming out practically every day are further strengthening this trend. Since its inception in 2006, the conference has been devoted to highlighting new approaches in interactive mobile technologies with a focus on learning. The IMCL conferences have since established themselves as a valuable forum for exchanging and discussing new research results and relevant trends, as well as practical experience and best-practice examples. This book contains papers in the fields of: Interactive Collaborative Mobile Learning Environments Mobile Health Care Training Game-based Learning Design of Internet of Things (IoT) Devices and Applications Assessment and Quality in Mobile Learning. Its potential readership includes policymakers, educators and researchers in pedagogy and learning theory, schoolteachers, the learning industry, further education lecturers, etc.
Flask Web Development
Author: Miguel Grinberg
Publisher: "O'Reilly Media, Inc."
ISBN: 1491991690
Category :
Languages : en
Pages : 301
Book Description
Take full creative control of your web applications with Flask, the Python-based microframework. With the second edition of this hands-on book, youâ??ll learn Flask from the ground up by developing a complete, real-world application created by author Miguel Grinberg. This refreshed edition accounts for important technology changes that have occurred in the past three years. Explore the frameworkâ??s core functionality, and learn how to extend applications with advanced web techniques such as database migrations and an application programming interface. The first part of each chapter provides you with reference and background for the topic in question, while the second part guides you through a hands-on implementation. If you have Python experience, youâ??re ready to take advantage of the creative freedom Flask provides. Three sections include: A thorough introduction to Flask: explore web application development basics with Flask and an application structure appropriate for medium and large applications Building Flasky: learn how to build an open source blogging application step-by-step by reusing templates, paginating item lists, and working with rich text Going the last mile: dive into unit testing strategies, performance analysis techniques, and deployment options for your Flask application
Publisher: "O'Reilly Media, Inc."
ISBN: 1491991690
Category :
Languages : en
Pages : 301
Book Description
Take full creative control of your web applications with Flask, the Python-based microframework. With the second edition of this hands-on book, youâ??ll learn Flask from the ground up by developing a complete, real-world application created by author Miguel Grinberg. This refreshed edition accounts for important technology changes that have occurred in the past three years. Explore the frameworkâ??s core functionality, and learn how to extend applications with advanced web techniques such as database migrations and an application programming interface. The first part of each chapter provides you with reference and background for the topic in question, while the second part guides you through a hands-on implementation. If you have Python experience, youâ??re ready to take advantage of the creative freedom Flask provides. Three sections include: A thorough introduction to Flask: explore web application development basics with Flask and an application structure appropriate for medium and large applications Building Flasky: learn how to build an open source blogging application step-by-step by reusing templates, paginating item lists, and working with rich text Going the last mile: dive into unit testing strategies, performance analysis techniques, and deployment options for your Flask application
Python for Beginners
Author: Programming Languages ACADEMY
Publisher:
ISBN: 9781654414016
Category :
Languages : en
Pages : 363
Book Description
Would you like to start programming with Python from scratch? This is definitely the easiest way you can find! What are you waiting for, keep reading! This boxset includes: Python Programming for Beginners: The Ultimate Beginner's Guide to Learning the Basics of Python in a Great Crash Course Full of Notions, Tips and Tricks Have you always wanted to learn how to program? Have you always thought it was too difficult? Or did you think you didn't have enough basic skills? If so, keep reading... The PROGRAMMING LANGUAGES ACADEMY has created a targeted learning path within the reach of anyone who wants to start programming without having the appropriate skills. What you will find in this book is a real step by step path that will take you from 0 to 100 in a few days!!! Once you start reading you will appreciate a simple, clear and essential guide. The chapters are short and will deliver new information gradually, so that you are not overwhelmed by too many notions all together. Illustrations, examples and step-by-step guides in each chapter allow you not to make mistakes but above all not to cause confusion. You no longer have to waste time and money trying to learn Python from expensive online courses or from incredibly long textbooks that leave you just more confused and frustrated. Python Workbook: Learn How to Quickly and Effectively Program with Exercises, Projects, and Solutions Do you want to learn one of the most in-demand programming languages of today and start an exciting career in data science, web development, or another field of your choice? Learn Python! Python is easy to read because the code looks a lot like regular English, but don't let this simplicity deceive you: it's one of the most powerful and versatile programming languages out there! In fact, it powers many of your favorite websites and services, including Instagram, Spotify, and even Google! This book takes you on a practical journey through the amazing features of Python. Unlike books that focus on theoretical concepts only, this book will show you how Python is actually used - and encourage you to get creative! Here's what you'll find in this book: Practical programming exercises that will help you apply programming concepts to real-life situations Debugging exercises that will teach you to notice errors in Python code quickly Fun projects that will really test your knowledge and motivate you to practice even more Valuable tips for mastering Python quickly An answer key to check if you were right Learning the basics of any programming language may seem a bit boring at first, but once you've written your first program that really does something - even if it's just printing text on the screen - your excitement and motivation will become unstoppable and you'll yearn for more and more programming challenges that will hone your skills! This book is a perfect companion for any beginning Python programmer. If you've tried learning Python before but got discouraged by too much theory... this book is guaranteed to rekindle your interest in Python programming! If you're ready to learn the basics of python programming 7 DAYS FROM TODAY, get a copy of this book today! Are you ready to start writing Python apps that really work? Scroll up, cli
Publisher:
ISBN: 9781654414016
Category :
Languages : en
Pages : 363
Book Description
Would you like to start programming with Python from scratch? This is definitely the easiest way you can find! What are you waiting for, keep reading! This boxset includes: Python Programming for Beginners: The Ultimate Beginner's Guide to Learning the Basics of Python in a Great Crash Course Full of Notions, Tips and Tricks Have you always wanted to learn how to program? Have you always thought it was too difficult? Or did you think you didn't have enough basic skills? If so, keep reading... The PROGRAMMING LANGUAGES ACADEMY has created a targeted learning path within the reach of anyone who wants to start programming without having the appropriate skills. What you will find in this book is a real step by step path that will take you from 0 to 100 in a few days!!! Once you start reading you will appreciate a simple, clear and essential guide. The chapters are short and will deliver new information gradually, so that you are not overwhelmed by too many notions all together. Illustrations, examples and step-by-step guides in each chapter allow you not to make mistakes but above all not to cause confusion. You no longer have to waste time and money trying to learn Python from expensive online courses or from incredibly long textbooks that leave you just more confused and frustrated. Python Workbook: Learn How to Quickly and Effectively Program with Exercises, Projects, and Solutions Do you want to learn one of the most in-demand programming languages of today and start an exciting career in data science, web development, or another field of your choice? Learn Python! Python is easy to read because the code looks a lot like regular English, but don't let this simplicity deceive you: it's one of the most powerful and versatile programming languages out there! In fact, it powers many of your favorite websites and services, including Instagram, Spotify, and even Google! This book takes you on a practical journey through the amazing features of Python. Unlike books that focus on theoretical concepts only, this book will show you how Python is actually used - and encourage you to get creative! Here's what you'll find in this book: Practical programming exercises that will help you apply programming concepts to real-life situations Debugging exercises that will teach you to notice errors in Python code quickly Fun projects that will really test your knowledge and motivate you to practice even more Valuable tips for mastering Python quickly An answer key to check if you were right Learning the basics of any programming language may seem a bit boring at first, but once you've written your first program that really does something - even if it's just printing text on the screen - your excitement and motivation will become unstoppable and you'll yearn for more and more programming challenges that will hone your skills! This book is a perfect companion for any beginning Python programmer. If you've tried learning Python before but got discouraged by too much theory... this book is guaranteed to rekindle your interest in Python programming! If you're ready to learn the basics of python programming 7 DAYS FROM TODAY, get a copy of this book today! Are you ready to start writing Python apps that really work? Scroll up, cli
Aprende a programar en Python: de cero al infinito
Author: Silvia Guardati Buemo
Publisher: Marcombo
ISBN: 842673555X
Category : Computers
Languages : es
Pages : 369
Book Description
Si tienes cero o nula experiencia en programación y quieres saber más acerca de la solución algorítmica de problemas, enfatizando en el análisis, el diseño, la implementación y la prueba de las soluciones, este libro será tu gran aliado. Gracias a la lectura de este manual serás capaz de analizar un problema y, una vez entendido, diseñar el algoritmo que representa una solución del problema (computational thinking). Además, desarrollarás la capacidad de programar, pues los problemas planteados son de una naturaleza tal que permiten que los algoritmos diseñados puedan ser implementados por medio de un lenguaje de programación, en este caso, Python. El libro es el resultado de muchos años de enseñanza de materias en las cuales el objetivo principal es despertar en los alumnos el gusto por resolver problemas por medio de los algoritmos. La idea de enseñar a programar debe ir más allá de enseñar un lenguaje de programación, debe desarrollar la capacidad de análisis, despertar el interés por diseñar soluciones eficaces y eficientes, promover la escritura de código agradable de leer y, por lo tanto, fácil de mantener y evolucionar, y debe convencer acerca de la fundamental importancia de probar todos los algoritmos, para garantizar que funcionan correctamente. El manual está pensado para un público muy variado, ya que no exige tener conocimientos previos de computación o de programación: empieza con conceptos muy simples e incorpora más elementos de forma gradual. Asimismo, se ajusta muy bien a materias de ciencias de la computación dedicadas a la enseñanza del desarrollo de algoritmos y su implementación usando lenguajes de programación. Específicamente puede ser un libro de texto de las primeras materias de cualquier plan de estudios que incluya esta área del saber. Sin duda, con interés y ganas de aprender, con este libro dominarás las bases del pensamiento algorítmico, la solución de problemas y su implementación.
Publisher: Marcombo
ISBN: 842673555X
Category : Computers
Languages : es
Pages : 369
Book Description
Si tienes cero o nula experiencia en programación y quieres saber más acerca de la solución algorítmica de problemas, enfatizando en el análisis, el diseño, la implementación y la prueba de las soluciones, este libro será tu gran aliado. Gracias a la lectura de este manual serás capaz de analizar un problema y, una vez entendido, diseñar el algoritmo que representa una solución del problema (computational thinking). Además, desarrollarás la capacidad de programar, pues los problemas planteados son de una naturaleza tal que permiten que los algoritmos diseñados puedan ser implementados por medio de un lenguaje de programación, en este caso, Python. El libro es el resultado de muchos años de enseñanza de materias en las cuales el objetivo principal es despertar en los alumnos el gusto por resolver problemas por medio de los algoritmos. La idea de enseñar a programar debe ir más allá de enseñar un lenguaje de programación, debe desarrollar la capacidad de análisis, despertar el interés por diseñar soluciones eficaces y eficientes, promover la escritura de código agradable de leer y, por lo tanto, fácil de mantener y evolucionar, y debe convencer acerca de la fundamental importancia de probar todos los algoritmos, para garantizar que funcionan correctamente. El manual está pensado para un público muy variado, ya que no exige tener conocimientos previos de computación o de programación: empieza con conceptos muy simples e incorpora más elementos de forma gradual. Asimismo, se ajusta muy bien a materias de ciencias de la computación dedicadas a la enseñanza del desarrollo de algoritmos y su implementación usando lenguajes de programación. Específicamente puede ser un libro de texto de las primeras materias de cualquier plan de estudios que incluya esta área del saber. Sin duda, con interés y ganas de aprender, con este libro dominarás las bases del pensamiento algorítmico, la solución de problemas y su implementación.