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

Tag Archives: #Mastery1

Mastery1 & Mastery2

Those are the masteries about
 

Ability to create Python file and run from command line
Ability to create Python project in IDE and run inside the ID

You can find my video here:

 

Mastery 1 y 2

Matery 1 and 2

Ability to create C++ file and run from command line
Ability to create C++ project in IDE and run inside the IDE

Here is the link to my video:

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

Harmonic sum of integers

Hi, for this post I made a program which calculates the sum of all the integers from zero to a value specified by the user. Here an image of the program running: Here the code: https://github.com/hrglez/TC1017/blob/master/HarmonicSum Thanks! Have a nice life.

Harmonic sum of integers

Hi, for this post I made a program which calculates the sum of all the integers from zero to a value specified by the user. Here an image of the program running: Here the code: https://github.com/hrglez/TC1017/blob/master/HarmonicSum Thanks! Have a nice life.

How to create an account in Twitter, GitHub and WordPress

Hi this is César the author of this blog, this post is made to explain some points about Python 3. This post is for Windows users. In this first post we will be seeing how to create a Python file and how to run it from the terminal, for this I’m going to use the…
Continue reading

How to create an account in Twitter, GitHub and WordPress / Create Hello World!

Hi this is César the author of this blog, this post is made to explain some points about Python 3. This post is for Windows users. In this first post we will be seeing how to create a Python file and how to run it from the terminal, for this I’m going to use the…
Continue reading

Masteries 1 & 2

Mastery 1 – Ability to create Python file and run from command line To accomplish this Mastery you will need to have Python, Atom and Cygwin installed (if you are a Windows user like me). When you open Atom you will have something like this:  Click where it says Plain Text. Search for the coding […]

Masteries 1 & 2

Mastery 1 – Ability to create Python file and run from command line To accomplish this Mastery you will need to have Python, Atom and Cygwin installed (if you are a Windows user like me). When you open Atom you will have something like this:  Click where it says Plain Text. Search for the coding […]

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