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

Author Archives: luisduartepalacios

#WSQ09 – HOMEWORK – A01631728

This WSQ have a lot of ways to do it. After a lot of research and thinking what was the best way to do it I finally discover that this, for me, is the easiest one. I thought I would write more in this one but actually it was more of thinking what to put. […]

#WSQ08 – HOMEWORK – A01631728

In this WSQ I ask the person to put to numbers and then they decide what to do, sum, subtraction, division or multiplication. For this one I used functions and also conditionals. This one was a hard WSQ haha Github code: https://github.com/luisduartepalacios/WSQ08/blob/master/WSQ08.cpp

Masteries – TC101 – A01631728 – VIDEOS

Here are my masteries explain by video, I really enjoy this ones haha, hope you like it.
I made masteries:
1, 3, 4, 7, and 10
Link masterie 1:https://www.youtube.com/watch?v=IHEVbhx1nBs
Link masterie 3:https://www.youtube.com/watch?v=x2TLBQKC7qY
Link m…

#WSQ07 – HOMEWORK – A01631728

I didn’t know how to do the sum between the numbers, later in a Ken’s class he explain how to do it, and I go it. I’m felling good because every time I learn more things about programming and I like it  🙂 Github code: https://github.com/luisduartepalacios/WSQ07/blob/master/WSQ07.cpp

WSQ06 – HOMEWORK – A01631728

This WSQ was a hard one because it became a infinite loop and I didn’t knew why. After some time, I figure it out that if I put 2 “else if” insted of only “if”s, my problem could be solved.

#WSQ05 – HOMEWORK – A01631728

I just finish this homework, I think this one was a harder one because I didn’t knew how to put decimals, but at the end I just found that I need to use float. I have some errors but at the end I solve them 🙂 Github code: https://github.com/luisduartepalacios/WSQ05/blob/master/WSQ05.cpp

#WSQ03 – HOMEWORK – A01631728

I just start viewing videos and then I realize some thing about how to sum numbers. Then I saw that the only thing that change just the symbol for whatever you wanna do, + – * /, and then I just memorize the code and where to put the variables or the other things haha. […]

#WSQ02 – HOMEWORK – A01631728

So I just learn more about what flipped learning is and I think I find it interesting. I hope I learn a lot with this type of teaching and learning, and also I hope I ask to the teacher all my questions. Source: http://www.washington.edu/teaching/files/2012/11/FlippedClassroomUWcolors-1-1024×242.jpg

#WSQ01 – Homework – A01631728

Yeah so basically I just went to the page the teacher put on the homework and when I was at the main page to download Cygwin I just didn’t know what to install. Then I just follow the instructions and I think I just got it 😛

#WSQ00 – Homework – A01631728

“I agree to our #TC101 Page One”.
#WSQ00 #TC1017
http://t.co/zQBU29sdeP — Luis Duarte (@LuisADP21) August 20, 2015 So here is the link to my homework, hope you like it teacher 🙂 I had no problems doing this because I used to use twitter long time ago.

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