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

Author Archives: davidg2897

WSQ 16 – Cars

For this WSQ I used the book to know how to read files. Here’s the working program. Here’s the source code and my GitHub repository.  

WSQ15 – Images

For this WSQ I used the resources Ken gave us in the TC1014 page. Here’s the working program. It’s really long because I gave the user options. Here’s the image before and after Here’s the source code and my GitHub repository.

WSQ 14 – Estimating e

For this WSQ I used this webpages: Calculating value of e e – Euler’s number Here’s the working program Here’s the source code and my GitHub repository.  

WSQ 13 – Babylonian Method

This WSQ I made it in class with Luis and some help from Ken. Here’s the working program. Here’s the source code and my GitHub repository.  

WSQ 12 – Greatest common divisor

Here’s WSQ 12, I made it in class with Ken. Here’s the working program Here’s the source code and my GitHub repository.

Mastery 28 & 30

Mastery 28 – User input (text based) in Python (basic) Here’s basically any WSQ we’ve done, in most of them user input is needed. Mastery 30 – Reading and writing of files in Python Here’s an example code I made to demonstrate I know how to write and read files in Python.

Mastery 26 & 27

Mastery 26 – Creation and use of strings in Python Here’s Quiz 11 in which I used lines of a document, of type string to check for the banana word. Mastery 27 – Creation and use of dictionaries in Python Here’s the progress I have from WSQ17 in which I create and use a dictionarie.

Mastery 23 & 25

Mastery 23 – Creation and use of lists in Python Here’s WSQ10 in which I created and used a list. Mastery 25 – Creation and use of ranges in Python Here’s WSQ 14 in which is created and used a range in a for loop. You can algo assign it to a variable and use […]

Mastery 18 & 22

Mastery 18 – Nesting of conditional statements Here’s WSQ 09, in which I use nesting of conditional statements. Mastery 22 -When to use what type of repetitions on a program. There are two types of loops in Python, while and for loops, when you want to make a repetition indefinite number of times to use […]

Mastery 08 & 09

Mastery 08 – The Zen of Python Here’s the Zen of Python running inside my shell. Mastery 09 – Basic type and their use in Python Python has 6 different basic types of data. They are: Integers These are numbers that belong to all the real numbers. Floating point numbers These are all the real […]

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