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

Tag Archives: #Mastery8

Mastery 8 – Zen Of Python

Mastery 8 y 19

Mastery 7 and 8

Use of comments in C++
C++ coding conventions

Here is the link to my code:

 

C++ Coding Conventions and Strings

Here’s my video explanation about coding conventions: And my video explanation for creation and use of strings

Masteries 8 & 30

Python conventions (Zen of Python)
Reading and writing of files in Python

Mastery 8

Coding conventions
Here is a video that may help when you write your code 🙂

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

The Zen of Python


       The Zen of Python is a document wrote by Tim Peters in August of 2004. This document stablishes 19 software principles that influenced the design of the Python Programming Language.


      This principles are shown whenever you type the command “import this” on a Python interpreter.


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