Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘#WSQ01’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: #WSQ01

#WSQ01

Después de mucho tiempo por fin logré descargar Cygwin correctamente. El problema que tuve fue que mientras lo estaba descargando perdí la señal y no logró descargarse completamente. Más tarde cuando quise continuar la descarga me decía que ya la había terminado pero no podía compilar mis códigos. La solución fue pedirle ayuda a Ken […]

How to use Python3

Installing Python 3First of all, we need to install Python 3 in our computers. For doing this, you need to enter the followinweb site: https://www.python.org/Once you are here, select the option of downloads:This will take you to another part of t…

WSQ01… better late than never (?)

Hi everybody! I have already intalled a compiler and text editor: Here and image of them executing the “Hello World” program: I think that is all, folks. Have nice day!

WSQ01

It’s time to install Python. I decided to install VirtualBox so that I can run Ubuntu on my Windows PC. This video (in german, but there are videos in english, as well) showed me how to use an .iso-file to install Ubuntu using VirtualBox. Fortunately Pyhton 3 is already installed on Ubuntu. Unfortunately the resolution […]

How i set up Python

This task was about learning to install python in a computer. In my case i have installed windows 8 as operating system in my personal computer. First of all i searched for python in the internet and found the official page of the languaje: https://www.python.org/ In it i found there are a lot of versions … Seguir leyendo How i set up Python

WSQ01

So, this was (a) fun (nightmare)! The first time I tried to install Cygwin, it took about two hours before the program finally sent the message just about everyone hopes for when they install anything: installation failed. Yup, it wasn’t a great start but I was determined to make it right so I watched this … Continue reading WSQ01

#WSQ01-Setup Python

I installed python at its official website: https://www.python.org/

Here is the Shell

I also installed Cygwin at its official website: https://www.cygwin.com/

It was easy for me to install Python, but installing Cygwin was a little bit more difficul…

WSQ01

I setup my school computer to run Python3, kind of. I have downloaded and installed Python3 and I’m currently using Cygwin. This isn’t my ideal programming environment as I was planning to use Linux and maybe learn something while screwing up my computer (as suggested by Ken). A quick Google search revealed something weird regarding my laptop model […]

#WSQ01

I have just installed Cygwin and Atom in order to program using C++. When I first attempted to install Cygwin, I found many packages and got confused because i did not know which to install. After watching Ken’s tutorial about how to install it, it was rather easier. Also, I created a “Hello World” program which, after several attempts, compiled and worked. Finally, I found this great page with tutorials related to C++: http://www.cplusplus.com/  

WSQ01

This week I got Python, Atom and Cygwin all set up on my computer! I had some problems using Python with Cygwin, but Ken Bauer helped me to get it right. I later had a problem accessing to the directory, in which I had my Python document, from Cygwin, but I found this page that […]

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).