Algunas correcciones de tipeo y cambios en el contenido#3
Open
marilynpi wants to merge 1 commit intohumitos:masterfrom
marilynpi:master
Open
Algunas correcciones de tipeo y cambios en el contenido#3marilynpi wants to merge 1 commit intohumitos:masterfrom marilynpi:master
marilynpi wants to merge 1 commit intohumitos:masterfrom
marilynpi:master
Conversation
marilynpi
commented
Nov 17, 2017
|
|
||
| <!--endsec--> | ||
|
|
||
| Sabrás que tienes `virtualenv` iniciado cuando veas que la línea de comando tiene este prefijo `(myvenv)`. |
Author
There was a problem hiding this comment.
Vimos que varias no entienden bien dónde tiene que aparecer el (myvenv).
| ## Variables | ||
|
|
||
| Un concepto importante en programación son las variables. Una variable no es más que un nombre para alguno de forma que puedas usarlo más tarde. Los programadores usan estas variables para almacenar datos, hacer su código más legible y para no tener que recordar qué es cada cosa. | ||
| Un concepto importante en programación son las variables. Una variable nombra a un objeto de forma que puedas usarlo más tarde. Los programadores usan estas variables para almacenar datos, hacer su código más legible y para no tener que recordar qué es cada cosa. |
Author
There was a problem hiding this comment.
Me pareció interesante seguir hablando de 'objetos' en referencia a los datos para seguir la misma línea :)
| ``` | ||
|
|
||
| ¡Un error! Como puedes ver, Python tiene diferentes tipos de errores y este se llama **NameError**. Python te dará este error si intentas utilizar una variable que no ha sido definida aún. Si más adelante te encuentras con este error, verifica tu código para ver si no has escrito mal una variable. | ||
| ¡Un error! Como puedes ver, Python tiene diferentes tipos de errores y este se llama **NameError**. Python te dará este error si intentas utilizar una variable que no hemos creado. Si más adelante te encuentras con este error, verifica tu código para ver si no has escrito mal una variable. |
Author
There was a problem hiding this comment.
Hasta ahora el tutorial no ha hecho referencia a qué le llamamos definir una variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Algunas correcciones que estamos viendo las chicas en los preparativos del Taller de Programación para Mujeres que se hace en Cba, en el marco de la PyConAr.