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

Author Archives: diegoalatorre

#Quiz06

I failed the quiz 05, I just did the easy way by using the operator “**” and by multiplying the strings “*”, but this time I found a way of doing it the way the teacher told us to do it. It was hard for me to find the solution, but I made it. Part […]

#WSQ10-Lists

In this WSQ I had to make a program that ask for 10 numbers, store the numbers on a list and that get the standard deviation, the total and the average of the numbers. This was more or less easy for me, the hard part was getting the idea of how I could make the […]

WSQ09 – Factorial Calculator

On this WSQ I had to make a factorial calculator and ask the user if he wanted to do another factorial number or if he wanted to quit the program. It was more or less hard for me to do this WSQ because I’m still having trouble with wile loops. Here is a photo of […]

#WSQ08-On To Functions

On this WSQ I had to do the same as on WSQ03, but I had to use functions for each of the calculations. It was really easy for me to do this WSQ becasue I alrady had one big part of the program. Here is a photo of the code: Here is a picture of […]

Masteries Partial 1 Part 2

This video includes Masteries: 15.- Use of Conditional “If” 16.- Use of “Else” with a conditional 17.- Uso of “Elif” with a conditional 28.- User input (text based) in Python (basic) 11.- Calling python Functions 12.- Creating python Functions

Masteries Partial Part 1

This video includes Masteries:
3.- Create Accounts: Twitter, Gitgub and Blog
4.- Submit Work Via Blogg RSS and Gitgub
1.- Ability to Create file and Run from command line
7.- Use of Comments in Python
10.- Basic output (print) in Python

#WSQ07-Sum of Numbers

In this WSQ I had to make a program in which the user gave a lower bound and a upper bond and I had to make a sume between all the numbers between them, for example: Lower bound:1 Upper bound:10 The computer would do the sum 1+2+3+4+5+6+7+8+9+10=55. It was difficult for me to do this […]

#WSQ07-Sum of Numbers

In this WSQ I had to make a program in which the user gave a lower bound and a upper bond and I had to make a sume between all the numbers between them, for example: Lower bound:1 Upper bound:10 The computer would do the sum 1+2+3+4+5+6+7+8+9+10=55. It was difficult for me to do this […]

#WSQ06-Pick a Number

In this WSQ I had to guess a value form 1 to 100 and do a program on Python. It was more or less difficult for me to do this activity and I had to went tutoring in order to do this activity. Here is a picture of my code in Atom: Here is a […]

#Quiz 04

1.-My blog exists, if it did not exist how would I post this? 2.-My blog is registered with Ken, I searched on the search button my name and an entry of my blog appeared I can login to this kenscourses.com, here is a proof of my username Post of my own blog with subject and […]

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