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

Tag Archives: #Mastery10

Basic strings things

Hi guys. This program is a really simple one, but it is just a sample. It asks you to enter your name (or a word) and prints the number of letters in the word, the first letter and the last one. The main code (you can make it by yourself quickly): https://github.com/hrglez/TC1017/blob/master/StrName See you!

Basic strings things

Hi guys. This program is a really simple one, but it is just a sample. It asks you to enter your name (or a word) and prints the number of letters in the word, the first letter and the last one. The main code (you can make it by yourself quickly): https://github.com/hrglez/TC1017/blob/master/StrName See you!

Seasonal fruits!

Hi, I created a program that shows the user the seasonal fruits by entering the number of the month. I done it in Spanish because I just do not want to translate every single name of every fruit. Here an image: And the main code, as usual: https://github.com/hrglez/TC1017/blob/master/Fruits Have a great month.

Seasonal fruits!

Hi, I created a program that shows the user the seasonal fruits by entering the number of the month. I done it in Spanish because I just do not want to translate every single name of every fruit. Here an image: And the main code, as usual: https://github.com/hrglez/TC1017/blob/master/Fruits Have a great month.

Arrays, vectors, loops… masteries!

Hello, niggers. Here a program which ask the user for the age and stature of three persons and then print the data: The code: https://github.com/hrglez/TC1017/blob/master/Stature Have a nice day, fellows.

Arrays, vectors, loops… masteries!

Hello, niggers. Here a program which ask the user for the age and stature of three persons and then print the data: The code: https://github.com/hrglez/TC1017/blob/master/Stature Have a nice day, fellows.

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

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