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
‘Fundamentals of Programming’ Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Tag Archives: Fundamentals of Programming

#WSQ16

Hi guys! Here’s the WSQ16. I spent a lot of time doing this, honestly I think it was hard. The only way to succeed is practicing over and over. By the way, here’s my code: https://github.com/JsphSalazar/WSQ-s/blob/master/WSQ16

#WSQ15

Hi guys! I didn’t the WSQ15 because I couldn’t install the PIL. I talked with Ken and he said that it was okay because windows sucks! I just saw the code of my classmates.

#Mastery23

Hey guys! Today I’m going to talk about list in Python. Like a string, a list is a sequence of values. In a string, the values are characters; in a list, they can be any type. The values in a list are called elements or sometimes items. There are several ways to create a new […]

#Masteries 8 y 9

Mastery 8 – The Zen of Python The Zen of Python is a collection of 19 software principles that influences the design of Python Programming Language, written in August 2004 by Tim Peters. The principle text is released into public domain. Zen of Python is written as an informational entry number 20 in Python Enhancement […]

#Mastery3

Hi guys! This time we will learn how to create an account for GitHub, Blog and Twitter. It’s very easy, I will show you some images with the steps you need to follow. Blog In this case I’m going to use WordPress, I thinks it’s really nice and simple. Type on your browser this link: […]

#Mastery 1

Hi guys I’m here to explain how to create a Python file and run it but for some reason the command line of my laptop doesn’t work. So I decided to use Atom and run it with Cygwin as Ken taught us. The first step is open our text editor, I’m using Atom Before start […]

#Mastery 7

Hi everyone! This going to be a short post, I just explain you how to use comments on Python. You just need to write a  #  at the beginning of the line of code, like this: This is code: print(“Hello World”) This is a comment: #print(“Hello World”)    

#Masteries 15 y 16

Hi guys, in this post I’m going to explain briefly how to use the conditional ” if ” and how to use ” else ” with a conditional too. Every conditional has to have at least two parameters, for example I want to evaluate a number, I want to see if the number is bigger […]

#Quiz11

Hi everyone, I think this is the last quiz of the course 🙁 Question 1: This one was the same that WSQ14. I just changed the value of the parameters, it was really easy… Here´s the code: https://github.com/JsphSalazar/Quiz11/blob/master/s1.py Question 2: This one was a little complicated but I searched some examples from a lot of […]

#ECOS

Hey guys! As part of our duties as students of Tecnológico de Monterrey, we have to answer the survey ECOS. This is very important for us and for our teachers because this will help to improve future courses and the way they teach us.  

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