Trabajo en Equipo

--Originally published at M E R I N O

Trabajar en equipo para algunos puede ser algo del día a día y para otros puede ser una tortura, en este blog veremos cómo.

1. Conoce a tu Equipo

Lo más importante dentro de un equipo es saber con quién estás trabajando, más si es un equipo a largo plazo. Tienes que saber de tu equipo tanto en lo profesional como en lo social. Por ejemplo, si trabajan mejor solos, darles tareas que no dependan de más de una persona, o si conocen alguna plataforma mejor que otro en el equipo, darle el mando de esa tarea, también qué actividades fuera de lo profesional hacen, si hacen deporte, arte o tocan algún instrumento, además de hacer un enlace más fuerte, te das cuenta de cómo son y la mejor manera de tratar con ellos.

2. Habla… Pero no tanto

La comunicación entre el equipo siempre es crucial, es necesario tener una buena comunicación entre todos los integrantes del equipo para que la meta se alcanzada de una manera positiva. Pero a nadie le gusta el spam, entonces no es necesario estar dando reportes de tu trabajo cada que agregues una palabra a una práctica, o cada que pongas una tuerca. Esto parece como una exageración pero conforme pasa el tiempo, ese spam pequeño se va extendiendo más y más y se vuelve muy difícil de trabajar.

3. Do or do not, there is no try

Supervisa que las tareas no se dejen a medias, es mejor tener tareas completadas que 20 a medias, está bien trabajar en dos, máximo tres, tareas por persona, porque a veces pasa que estamos haciendo nuestro trabajo y nos bloqueamos, o hay algo que nos impide trabajar, es ahí donde entra la segunda tarea, sí es más eficiente pero llenar tu lista de actividades no es Continue reading "Trabajo en Equipo"

Semestre i – Review

--Originally published at M E R I N O

Quise postergar este blog lo más posible para tener un alcance global de todo el semestre, también estar lo más tranquilo que se pueda para que las emociones no influyan en lo que realmente es y pues… Aquí va:

Empecemos con qué es, el semestre i es un modelo hecho por el Tecnológico de Monterrey en el que llevas todas tus materias con un mismo grupo, dentro de este grupo se hacen equipos pequeños y se enfocan en resolver un reto. Como es diferente a llevar clases normales, los temas de clase son diferentes a un semestre normal, un porcentaje se dedica a resolver el reto y el otro a  ver los temas de clase como si fuera un semestre cualquiera (este porcentaje depende de la materia y el maestro). En teoría todo suena muy bien.

Ahora, la realidad. La realidad fue que se nos obligó a varios estudiantes (ITE-ISC) a que lleváramos este modelo de semestre sin previo aviso de dirección de carrera, ni siquiera un cartel como lo hay en otras carreras, la mayoría de nosotros no estaba de acuerdo de llevar semestre i, pero al final todos entramos. Nos dijeron, no se preocupen todo está bien planeado va a estar cool. La verdad, no estoy seguro si se haya planeado tan bien o no, pero lo que si vi que falló fue la ejecución del plan. Llevamos materias de semestres adelante, que en mi opinión deberían llevarse en esos semestres ya que cuando llegues a esos semestres deberías estar más preparado y con más experiencia del tema. Otra cosa que molestó a todo el grupo es que nos hayan quitado un tópico a la fuerza, muchos de nosotros no estaba de acuerdo con que sucediera esto pero aún así lo hicieron. En fin, podría hablar mal de Continue reading "Semestre i – Review"

Review

--Originally published at M E R I N O

This course was…

I think this course was really good and at the same time weird, because of the method our teacher (Ken) used to teach us, he let us “free”, gave us the topics, and that’s it, obviously if we had doubt we can asked and solve doubts and that kind of this.

This method of learning, in my opinion, is really good and at the same time a little bit hard, because if you know nothing about the topic it’s going to be difficult to start, and that’s the hardest part, but if you know something or maybe a lot, the course will be awesome, you’ll learn even more.

Overall I had a good experience. I felt comfortable with the course, I learn things about programming and tools for life.

 


Strrrings

--Originally published at M E R I N O

A string is type of variable. It accepts any type of characters like numbers, letters or special characters. It’s often used to write words.

To declare a String you only need to write between “”t the text you want to show, after the name of the variable

example = “String”

You can also set something to be a string writing str().  The part of code you want to be a string goes into the parentheses

str(input(“Write something”))

Here is a blog that shows some tricks you can use with strings


Do this… Not like that… Oh… C’mon…

--Originally published at M E R I N O

Ok, let’s go straight to the point. Humans never follow instructions. Why? Because we’re humans and we love doing whatever we want.

The problem is that computers don’t work that way. If a program ask you to write 7, as a number not as letters.

As programmers we can “obligate” the user to write the way we want.

How? With a cool function called try and except

Captura de pantalla 2016-10-28 a la(s) 22.24.58.png

Captura de pantalla 2016-10-28 a la(s) 22.28.00.png

Captura de pantalla 2016-10-28 a la(s) 22.28.41.png

This make the question if “something” isn’t an integer then print “this is not a whole number”, if it is, then print “Good Job!”.

If you want to know more about validating inputs click here


Here we use uhh For… While… Uhh… What?

--Originally published at M E R I N O

Sometimes when we’re writing code, we need a loop, but we don’t know exactly what loop to use. To be able to choose between this two functions you need to declare what do you want to do.

If you want to repeat an action over and over again, you use While

If you want to repeat an action a certain amount of times it’s recommended to use For

Here is a blog that can help you if you need more information and a video that explains very clearly how to use this loops.


While-dest dreams

--Originally published at M E R I N O

While loops yay.

This loops are used when you want to repeat a section of your code like printing a message if the input is wrong or if you want to interact with a variable until it’s true. like making a count to 10. You can also use else to do something when the loop ends and make it cooler. Here is an example:

Captura de pantalla 2016-10-10 a la(s) 11.58.21.pngCaptura de pantalla 2016-10-10 a la(s) 11.58.45.png

But be careful, because if you write something weird or the wrong operator you can end with an infinite loop. Whoops. Like this example:

Captura de pantalla 2016-10-10 a la(s) 12.06.08.png

Captura de pantalla 2016-10-10 a la(s) 12.08.08.png

Clic here if you want to know more about While loops and here if you want to know if you’re using the right operator. Thanks for reading. CODE!


Fruit-Loops

--Originally published at M E R I N O

101 For Tec

Loops are very used in daily life, and I´m not talking about food, i´m talking about programming. But you may ask what is a loop. A loop according to the Merriam Webster is “a series of instructions (as for a computer) that is repeated until a terminating condition is reached”.

Loops depend of a condition, this is a boolean, a boolean is a value that can be either false or true, for more information of Basic Operators, you can go here

In python we have two types of loops and one conditional:

  1. If else
  2. For
  3. While

Now…what is the structure of a loop? It is the following

loop-statement

And…what about the ‘if/else’ conditional? Is this

conditional

In the following posts Rodrigo Merino and I will explain you more about this

References:

http://www.merriam-webster.com/dictionary/loop

http://www.tutorialspoint.com/computer_programming/computer_programming_loops.htm

https://www.tutorialspoint.com/python3/python_decision_making.htm

View original post


pIFthon

--Originally published at M E R I N O

If statement:

The If statement is a conditional statement and works like this. If a value is true then the instruction stop and the code continues, but if the value is false, the code read the next line on the IF.

loop_architecture.jpg

 

The syntaxis is like this:

if expression:
<body>
else:
<body>

Here is an example:

Captura de pantalla 2016-09-12 a la(s) 10.25.02.png

Captura de pantalla 2016-09-12 a la(s) 10.25.28.png

For more details about IF and ELSE you can go to here and here. And also check this blog for more loops wohoo.