<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Buenos días,<br>
<br>
<br>
¡Me gustaría anunciar mi libro en español!<br>
<br>
<a class="moz-txt-link-freetext"
href="https://www.librodepython.com/">https://www.librodepython.com/</a><br>
<br>
<blockquote>
<h1 style="box-sizing: border-box; margin: 20px 0px 10px;
font-size: 36px; font-family: "Helvetica Neue",
Helvetica, Arial, sans-serif; font-weight: 500; line-height:
1.1; color: rgb(51, 51, 51); font-style: normal; font-variant:
normal; letter-spacing: normal; orphans: auto; text-align:
start; text-indent: 0px; text-transform: none; white-space:
normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width:
0px; background-color: rgb(255, 255, 255);">Introducción a la
programación con Python</h1>
<h1><span style="color: rgb(51, 51, 51); font-family:
"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px; font-style: normal; font-variant: normal;
font-weight: normal; letter-spacing: normal; line-height:
24px; orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
inline !important; float: none; background-color: rgb(255,
255, 255);"></span></h1>
<span style="color: rgb(51, 51, 51); font-family: "Helvetica
Neue", Helvetica, Arial, sans-serif; font-size: 15px;
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 24px; orphans: auto;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; display: inline !important;
float: none; background-color: rgb(255, 255, 255);">Este libro
está orientado a quienes se inician en la programación. Los
conceptos básicos de programación, tales como expresiones,
variables, repeticiones, decisiones, listas, funciones, archivos
y bancos de datos con SQLite 3 están presentados –uno por uno–
con ejemplos y ejercicios. La obra procura analizar la
programación de computadores como una herramienta de uso diario.
Puede ser leída durante un curso de introducción a la
programación de computadores, o puede ser usada como una guía de
estudio para autodidactas. Para un aprovechamiento pleno de su
contenido son suficientes conocimientos básicos de informática
tales como saber digitar textos, abrir y guardar archivos. Todo
el software utilizado en el libro se puede descargar
gratuitamente y ejecutarse en Windows, Linux y Mac OS X.<br>
<br>
</span><br>
<h1 style="box-sizing: border-box; margin: 20px 0px 10px;
font-size: 36px; font-family: "Helvetica Neue",
Helvetica, Arial, sans-serif; font-weight: 500; line-height:
1.1; color: rgb(51, 51, 51); font-style: normal; font-variant:
normal; letter-spacing: normal; orphans: auto; text-align:
start; text-indent: 0px; text-transform: none; white-space:
normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width:
0px; background-color: rgb(255, 255, 255);">Público objetivo</h1>
<p style="box-sizing: border-box; margin: 0px 0px 10px; color:
rgb(51, 51, 51); font-family: "Helvetica Neue",
Helvetica, Arial, sans-serif; font-size: 15px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 24px; orphans: auto;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255);">Algunos quieren aprender a programar solos. El libro fue
escrito para que usted pueda aprender a programar gradualmente.
Los primeros capítulos explican los conceptos básicos de
programación en un orden lógico, con ejercicios prácticos. Todo
lo que usted necesita saber es cómo usar un computador y un
navegador (Internet Explorer, Firefox, Safari o Google Chrome);
el libro comienza mostrando cómo bajar e instalar Python, no
solo en Windows sino también en Linux (Ubuntu) y Mac OS X. Se ha
prestado especial atención a la estructura condicional (if), a
la repetición (while) y a las funciones (incluyendo la
recursividad). El libro también aborda la manipulación de
strings (partes de textos), para que usted aprenda a trabajar
con variables que contienen texto y se prepare para escribir
programas más completos. Al final se incluyen archivos con la
creación de páginas web sencillas y una introducción breve a la
programación orientada a objetos.</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px; color:
rgb(51, 51, 51); font-family: "Helvetica Neue",
Helvetica, Arial, sans-serif; font-size: 15px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 24px; orphans: auto;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255);">Quizás usted se pregunte si este libro es lo que está
buscando. Aquí van algunos consejos para ayudarlo a decidir:</p>
<ul style="box-sizing: border-box; margin-top: 0px; margin-bottom:
10px; color: rgb(51, 51, 51); font-family: "Helvetica
Neue", Helvetica, Arial, sans-serif; font-size: 15px;
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 24px; orphans: auto;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255);">
<li style="box-sizing: border-box;">Usted desea aprender a
programar computadores</li>
<li style="box-sizing: border-box;">Usted estudia lógica de la
programación en un instituto o en una facultad, y precisa
material de apoyo para estudiar por su cuenta</li>
<li style="box-sizing: border-box;">Usted es un estudiante de
Introducción a las Ciencias de la Computación (ICC)</li>
<li style="box-sizing: border-box;">Usted quiere aprender Python
para usarlo en otros programas</li>
<li style="box-sizing: border-box;">Usted quiere aprender a su
propio ritmo.</li>
<li style="box-sizing: border-box;">Usted utiliza computadores y
hace tiempo que quiere aprender a programarlos.</li>
</ul>
<p style="box-sizing: border-box; margin: 0px 0px 10px; color:
rgb(51, 51, 51); font-family: "Helvetica Neue",
Helvetica, Arial, sans-serif; font-size: 15px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 24px; orphans: auto;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255);">Al terminar el libro usted deberá estar preparado para
escribir programas que:</p>
<ul style="box-sizing: border-box; margin-top: 0px; margin-bottom:
10px; color: rgb(51, 51, 51); font-family: "Helvetica
Neue", Helvetica, Arial, sans-serif; font-size: 15px;
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 24px; orphans: auto;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255);">
<li style="box-sizing: border-box;">Lean datos del teclado</li>
<li style="box-sizing: border-box;">Utilicen listas</li>
<li style="box-sizing: border-box;">Manejen directorios y
archivos</li>
<li style="box-sizing: border-box;">Calculen medias y sumatorias</li>
<li style="box-sizing: border-box;">Definan sus propias
funciones, incluyendo funciones recursivas, lambdas y
recorrido de funciones por parámetro.</li>
<li style="box-sizing: border-box;">Lean y escriban archivos,
incluyendo páginas web sencillas.</li>
<li style="box-sizing: border-box;">Utilicen clases y objetos
simples.</li>
<li style="box-sizing: border-box;">Manipulen texto (strings),
siendo capaces de encontrar una palabra o una letra.</li>
<li style="box-sizing: border-box;">Utilicen bancos de datos y
SQL.</li>
</ul>
<p style="box-sizing: border-box; margin: 0px 0px 10px; color:
rgb(51, 51, 51); font-family: "Helvetica Neue",
Helvetica, Arial, sans-serif; font-size: 15px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 24px; orphans: auto;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255);">Lo que este libro no le enseña pero lo prepara para que
pueda aprenderlo:</p>
<ul style="box-sizing: border-box; margin-top: 0px; margin-bottom:
10px; color: rgb(51, 51, 51); font-family: "Helvetica
Neue", Helvetica, Arial, sans-serif; font-size: 15px;
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 24px; orphans: auto;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255);">
<li style="box-sizing: border-box;">Interfaces gráficas (GUI)</li>
<li style="box-sizing: border-box;">Django o frameworks web</li>
</ul>
</blockquote>
<br>
Mi español es muy básico , pero el libro fue traducido por hablantes
nativos. <br>
<br>
Espero que les guste.<br>
<br>
<br>
<pre class="moz-signature" cols="72">--
-------------------
Nilo Menezes (@lskbr)
Livro: <a class="moz-txt-link-freetext" href="http://python.nilo.pro.br/">http://python.nilo.pro.br/</a>
Libro: <a class="moz-txt-link-freetext" href="https://www.librodepython.com">https://www.librodepython.com</a></pre>
</body>
</html>