Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

english translation of 'Contenido' #304

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sources/lectures/TWP05/TWP05_6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tipos de variables
:align: center
:alt:

+ El contenido de una variable tiene un tipo
+ El Content de una variable tiene un tipo
+ El tipo define la naturaleza de los datos que almacena la variable
+ Los tipos más comunes son:
+ **Numéricas:** numeros enteros, números de coma flotante.
Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP05/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Variables and Input of Data


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP10/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Conditions


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP15/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Repetitions


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP17/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Lists


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP18/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Strings


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP20/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for, random and functions


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP23/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Files and dictionaries


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP25/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Classes and objects


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP30/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ General review 1


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP33/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ String Review
+ Y aprenderemos uno de los conceptos más importantes de orientación a la objetos: métodos

.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP35/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Function Review


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP37/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ File, List, and Dictionary Review


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP38/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ General review 2


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP40/TWP40_2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Variables
Variables con valores definidos e indefinidos
---------------------------------------------

+ Solo se puede usar el contenido de una variable si ya tiene un valor *definido* antes.
+ Solo se puede usar el Content de una variable si ya tiene un valor *definido* antes.
+ Si se usa variable que no tiene valor definido o se encuentra *indefinido* daría como resultado un error como el siguiente.

.. activecode:: ac_l40_2
Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP40/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ General review 3


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP42/TWP42_2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Accediendo a la base alumnos.bd
cur.execute('insert into alumnos values("masanori",421)')
cur.execute('insert into alumnos values("emengarda",666)')

# selecciona todo el contenido de la tabla de alumnos
# selecciona todo el Content de la tabla de alumnos
cur.execute('select * from alumnos')

result = cur.fetchall()
Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP42/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Databases


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP45/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Hacking with Python


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP47/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Modules


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP50/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Graphical User Interface


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP54/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Exceptions


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP56/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DJ Mix 1


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP58/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DJ Mix 2 revisión orientada a objetos


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP60/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pygame


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down
2 changes: 1 addition & 1 deletion _sources/lectures/TWP65/toctree_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Introduction to Web Development


.. toctree::
:caption: Contenido
:caption: Content
:maxdepth: 1
:numbered:

Expand Down