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

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
‘#WSQ01’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Fri, 18 Sep 2015 17:02:11 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ #WSQ01 https://kenscourses.com/tc101fall2015/2015/wsq01-30/ Fri, 18 Sep 2015 17:02:11 +0000 http://giorgio6859.wordpress.com/?p=12 ]]> 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 y tuvimos que eliminar todas las carpetas con las que descargué el programa y volver a instalarlo desde cero, asegurándome de no perder la conexión esta vez.

Negro YEAH

]]>
https://creativecommons.org/licenses/by/4.0/
How to use Python3 https://kenscourses.com/tc101fall2015/2015/how-to-use-python3/ Tue, 15 Sep 2015 14:39:00 +0000 http://kenscourses.com/tc101fall2015/?guid=03c7a4c78d21f1aaa00e3a4a657db3f6 Installing Python 3


First 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 the web site in which a list of versions of Python will be shown. Here you can select which version you would like to download. Make sure it is Python 3 and not Python 2.


After you have selected this option, go to the bottom of the page and select the following option:



If you are using a Mac computer select the option on the green circle, if you are using Windows, select the option on the orange circle

After this, you only need to click “Next” and “Acept” several times to get Python 3 installed.



How to run a Python 3 file

For running a Python 3 file on Cygwin I had a reasonable amount of difficulties; so I decided to log into www.Lynda.com and look for a video in which the showed you how to run a Python file.

I found the following video in which they show you how to run a file using Aptana Studio: http://www.lynda.com/Python-tutorials/Installing-developer-tools/122467/142556-4.html?autoplay=true

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ01… better late than never (?) https://kenscourses.com/tc101fall2015/2015/wsq01-better-late-than-never/ Fri, 11 Sep 2015 02:09:14 +0000 http://hrglez.wordpress.com/?p=12 ]]> Hi everybody!
I have already intalled a compiler and text editor:

Here and image of them executing the “Hello World” program:

wsq01

I think that is all, folks. Have nice day!

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ01 https://kenscourses.com/tc101fall2015/2015/wsq01-23/ Mon, 07 Sep 2015 00:32:52 +0000 http://finntec.wordpress.com/?p=6 ]]> 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 of my the guest system is crappy, but I’ll fix that soon.

WSQ01

]]>
https://creativecommons.org/licenses/by/4.0/
How i set up Python https://kenscourses.com/tc101fall2015/2015/how-i-set-up-python/ Tue, 01 Sep 2015 14:08:39 +0000 http://saldabal.wordpress.com/?p=6 Seguir leyendo 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.

Code

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 of python, the most important as far as i now is the first digit of the version. For example Python 2.xxx or Python 3.xxx. Generally we can separate python in Python2 and Python3. For this course we will use Python3 therefore i downloaded Python3 for 64 bits. This is very important because if you install the wrong version i won´t work.

After i installed Python3 i realized it comes with the default IDLE which is useful; it also bring it´s own shell and a command line. In the shell and the commad line you can run simple lines of code to be testing your programms while you´re writing stuff, and that´s because Python it´s an interpreted languaje, it doesn´t need to be compiled to work. But for purposes of the class i will learn to use ATOM, which is a text editor. Then i installed “Cygwin” which is a shell (programm) in which you can run linux commands in windows. It´s kind of an interface which helps you to introduce yourself into the linux world. I found it difficult because i now nothing about linux but it´s interesting to learn that kind of stuff in addition it´s very useful as an student of electronics.

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ01 https://kenscourses.com/tc101fall2015/2015/wsq01-20/ Mon, 31 Aug 2015 14:39:53 +0000 http://alansprogramming.wordpress.com/?p=18 Continue reading 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 video:

https://www.youtube.com/watch?v=hh-V6el8Oxk

It was helpful, though not as simple as watching Ken’s video, which in the end was the one that saved me from all the utter confusion that developed through several nights of trying to install ALL Cygwin packages and inevitably failing. And that was okay as long as I learned from that particular mistake, which is storming into anything really without any previous preparation.

]]>
https://creativecommons.org/licenses/by/4.0/
#WSQ01-Setup Python https://kenscourses.com/tc101fall2015/2015/wsq01-setup-python-2/ Sun, 30 Aug 2015 14:47:36 +0000 http://diegotc101.wordpress.com/?p=12 I installed python at its official website: https://www.python.org/

wsq01.1

Here is the Shell

wsq01.2

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

wsq01.5

It was easy for me to install Python, but installing Cygwin was a little bit more difficult and I needed help from a friend to install it.

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ01 https://kenscourses.com/tc101fall2015/2015/wsq01-11/ Sat, 29 Aug 2015 19:32:07 +0000 http://5nbppkkyj.wordpress.com/?p=13 ]]> 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 and Ubuntu/Elementary OS installation so I shall use OS X as a short-term solution to not being able to dual boot my laptop. I will probably figure this out next week.

ProofShellScreenshot


This helped me get a nice overview of editing before getting into the actual programming How to edit Python Code.

Downloaded Python3 from the Python Website.
Downloaded cygwin from cygwin.com

]]>
https://creativecommons.org/licenses/by/4.0/
#WSQ01 https://kenscourses.com/tc101fall2015/2015/wsq01-13/ Tue, 25 Aug 2015 21:51:34 +0000 https://interestingstuff.withknown.com/2015/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/  

]]>

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/  

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ01 https://kenscourses.com/tc101fall2015/2015/wsq01-10/ Tue, 25 Aug 2015 01:16:22 +0000 http://carminaperezguerrero.wordpress.com/?p=6 ]]> 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 helped me fix that.

I wrote my Python document on Atom

Atom

And finally ran it on Cygwin successfully.

yay

]]>
https://creativecommons.org/licenses/by/4.0/