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
juansalvadorfernandez’s Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Author Archives: juansalvadorfernandez

Create python file and run fom command line…

Once you are sure you have absolutely no problems with your python installation, you can proceed to make use of it. For this course (Introduction to Python) we have been given some pointers as of how to set up our programming environment, including which programs to use for both writing (Atom) and running the code … Continue reading Create python file and run fom command line…

Sum of numbers

This has been the hardest one so far, I had a lot of trouble geting the range to work as I wanted it to, to solve my problem I checked out this post: ilkapython: https://ilkapython.wordpress.com/2015/09/18/wsq07-sum-of-numbers/ I finally found the “for r in range (x,y)” part, and with that I was able to finish my program:

Pick a number

The only problem I had with this program was figuring out a way of counting the number of times the program loops, then i just made a ney variable specially for the “Retry count” and made it so that each time a loop is compleated the count would be added +1:

Temperature

The only problema I had here is that instead of “if, elif, else” I tried to use “if, if, else”, but we worked it out in class together:

About me…

This is the link for the “About” page in my blog, feel free to take a look: https://juansalvadorfernandez.wordpress.com/acerca-de/

Fun wih numbers

The only problema I had with this asignment was at the time of printing both text and the variable for the result, since I was using “+” at the time of printing, later Ken explained that when we do this Python gets anoyed since “+” can be used for integers, strings and floats. To solve … Continue reading Fun wih numbers

Seting up Programming Enviroment

Yei!

All set up, Python 3, Cygwin and Atom.

Flipped Classroom

I can’t really make a judgment since this course is my first time using the “Flipped Classroom” system. Even so, I remain very positive going through this experience will be useful for me, since each student can work at their own pace, keeping the amount of stress at mínimum and teaching students some extra skills like time … Continue reading Flipped Classroom

QUIZ04 done!

Well, here you have a screen shot of the black-bar-thingy, Sing-in worket just fine for me.

Here! have a free lake-vew:

Finally seting up stuff

Here it is, Twitter and stuff, finally getting started. XD

#TC101 #WSQ00 I agree to page 1 http://t.co/67XWoM9C9B pic.twitter.com/DwLvfHXZVE
— Juan S. Fernandez (@JuanSalvaFC) August 21, 2015

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).