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

Author Archives: 5nbpppkkyj

Mastery02

WSQ07

This was challenging but surprisingly fun. I had some problems that were solved understanding what I was doing so the book helped me a lot.
This is my code:

This is Sumofnumbers.py in action:

Creating a Python File and running it from the Command Line

For a basic understanding and use of the command line I recommend this Code Academy course. You can watch my tutorial here:

WSQ06

This WSQ06 was quite easy, I just had to find a way in which I could get a random number so I used the function random.randint(a,b). What my program does It sets a random number between 1 and 100 and then asks the user to guess that number. I wrote it in a way that the user […]

#QUIZ04

I just registered

And managed to log in successfully.

WSQ05

This was quite easy since it was similar to the Fun with Numbers WSQ. In this WSQ I ask the user to choose a temperature measurement unit to convert their Fahrenheit degrees to. Once they chose it I inserted their integer input into its respective formula. I printed the conversion result and used if and elif to state […]

WSQ04

In this WSQ04 I’m forced to reconsider some life choices and share with you some personal stuff. You can check it all out in my About page.

WSQ03

In this WSQ03 I ask the user to choose an operation i.e. sum, difference, product, division, or calculate the remainder, and then type in two integers for the code to solve. The code prints the options and the user chooses by typing an integer (1,2,3,4,5). I assigned different numbers for each option and assigned somewhat similar values […]

WSQ02

Flipped Classroom Personally, I find it useful for this particular subject but it has its disadvantages. I’m responsible enough to learn on my own, a flipped classroom sort of reinforces this, but I will often get lost in the sea of information that’s out there. Mostly because I find it interesting but it’s not particularly useful […]

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 […]

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