Tag Archives: #WSQ01

Untitled

DIEGO PLASCENCIA A01229988

Hello, i am here to try to help you to instal C++ for WINDOWS, i use the video that Ken made as a guide, here is the link for the video:

https://www.youtube.com/watch?v=i2h_976SpV0

#WSQ01 Cygwin set-up

Set up C++

Finally I set up cygwin, I was working wtih codeblocks but It´s time to try out with cygwin

 

This video was very useful: https://www.youtube.com/watch?v=i2h_976SpV0

 

#WSQ01 #TC1017

<iostream>

 

using namespace std;

 

int main ()

{

cout <<“hello world”<< endl;

return 0;

}

#TC1014 #WSQ01 Setup python

Installed python 3 for my programming class 😉 

I downloaded it from this link: https://www.python.org/downloads/

 

#WSQ01 C++ #WSQ01

1 min read

Well finally, I could install Cygwin and atom, first let me talk you about my experience, I was trying to install Cygwin for days, and it was impossible, everytime I tried, every time it gets lock, and didn’t start the download of packages g++ and make. So I thought was my internet, but really it wasn’t, I asked for help to Ken, and he advice me to change the mirror and try a new one, so I did that, and the problem doesn’t finished, but I tried a lot times, and finally in BiblioTeca I could download the packages.

 

 

Here’s a video that it helped to compile in CygWin Video compile CygWin 

Let’s Rock with PYTHON 3 XD

1 min read


Python installed, now it’s time to introduce myself to the world of programming, isn’t ?

 

Learn To Program 2015-01-31 08:11:00

WSQ01
Instalar la ultima versión de Python en nuestra PC es muy simple, así como correr nuestro primer programa “Hola Mundo”.

A través de este video creado por mi, muestro como descargar y crear nuestro primer programa.
https://www.youtube.com/watch?v=vpg8qw6EPz0&feature=youtu.be

Fue algo muy simple, pero que me llena de alegría para seguir haciendo vídeos y programas.

**********************
Programa hecho en Python:
**********************
https://gist.githubusercontent.com/A01630323/57009370e8e1a2667fae/raw/7fa9ff7bfde7ab35ae17837ec9ba6f72c470b0b6/WSQ01

Learn To Program 2015-01-31 08:11:00

WSQ01
Instalar la ultima versión de Python en nuestra PC es muy simple, así como correr nuestro primer programa “Hola Mundo”.

A través de este video creado por mi, muestro como descargar y crear nuestro primer programa.
https://www.youtube.com/watch?v=vpg8qw6EPz0&feature=youtu.be

Fue algo muy simple, pero que me llena de alegría para seguir haciendo vídeos y programas.

**********************
Programa hecho en Python:
**********************
https://gist.githubusercontent.com/A01630323/57009370e8e1a2667fae/raw/7fa9ff7bfde7ab35ae17837ec9ba6f72c470b0b6/WSQ01

WSQ01

1 min read

I downloaded python 3 at https://www.python.org/ , of course 🙂

I didn’t have any struggles, the installation  went well as if I was installing a cheap game from the internet.  On a side note, I also downloaded Atom.

WSQ01