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

Author Archives: a01551772

Bonus quiz

I have liked Ken’s course a lot, i’ll try to take the next course with him again. Here’s my video:

Masteries: 7, 10, 28 and 29

#wsq16

my code: https://github.com/lulisgarciap/wsq11/blob/master/wsq16.py Frida’s code helped to do it. Remember to download the file text of cars in the carpet where you have your python files! =)

#wsq14

At the beginning it was hard for me to understand what the code suposed to do. When I understood everyhing easier, everything works with the formula. here’s my code: https://github.com/lulisgarciap/wsq11/blob/master/wsq14.py

Masteries: 15. Use of the conditional “if”; 16. Use of “else” with a conditional; 17. Use of “elif” with a conditional; 18. Nesting of conditional statements

This video is a bit long, but i show all these masteries.
The conditionals if, else, elif and of course you nest statements in each condition.

M 8. Python conventions (Zen of Python)

The Zen of Python Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren’t special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless […]

M 6. Install Linux on their own computer

What is Linux Linux is, in simplest terms, an operating system. It is the software on a computer that enables applications and the computer operator to access the devices on the computer to perform desired functions. The operating system (OS) relays instructions from an application to, for instance, the computer’s processor. The processor performs the […]

Masteries 1 and 2.

I had allready wrote about these masteries, but now i wanted to improve with a video ! =)

#wsq13

The babylonian method was not that hard, you just have to understand the formula.
The variable root can take any value.
https://github.com/lulisgarciap/wsq11/blob/master/wsq13.py

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