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

Tag Archives: #Mastery7

Mastery7

This is the masteries about

Use of comments in Python

You can find my video here:

Use of comments in Python and Basic output (print) in Python

Here is the link to youtube to se the Mastery 7 and 10.

Mastery 7 and 8

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

Here is the link to my code:

 

Mastery 17

Use of “switch” as a conditional

#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”)    

Create a Python Project (Inside IDLE) / Use of comments in Python 3!

Hi everyone to create a Python Project you first have install and configure Python 3 use the following link if you haven’t do it yet, CONFIGURE PYTHON 3 The first step is look for IDLE in windows search. Open IDLE, as soon as it opens you are going to see the interactive shell of Python…
Continue reading

Mastery 7

Last mastery for this partial

Arrays

Now I am going to show (not explain) you some basic facts for arrays: This is just about creating and basic using arrays: The sample code: https://github.com/hrglez/TC1017/blob/master/ArraysSample

Arrays

Now I am going to show (not explain) you some basic facts for arrays: This is just about creating and basic using arrays: The sample code: https://github.com/hrglez/TC1017/blob/master/ArraysSample

Using Vectors!

Hello, fellows. Here a code where I kind of explain the basic use of vectors: Be aware that you have to include a new library for using vectors. The main code: https://github.com/hrglez/TC1017/blob/master/VectorSample Have a nice day!

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