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

Author Archives: cesarisc

WSQ08 – On To Functions

Hi again :v now I’m here to present this code about creating a functions and how to call them in a script! Here’s my code that use functions instead of use the normal operations, this can be helpful to avoid bugs, remove unnecessary lines, easy to read, and to understand How do I learn this?…
Continue reading

WSQ07 – Sum of Numbers

Hi πŸ™‚ this time I posting my latest code in Python 3 where I ask for two integers and then sum the numbers between them (but also inclusive the numbers given) for example; Lower number:6 Upper number:10 (6+7+8+9+10)=40 So here’s my code: This task was difficult to me because I used some new features that…
Continue reading

WSQ07 – Sum of Numbers

Hi πŸ™‚ this time I posting my latest code in Python 3 where I ask for two integers and then sum the numbers between them (but also inclusive the numbers given) for example; Lower number:6 Upper number:10 (6+7+8+9+10)=40 So here’s my code: This task was difficult to me because I used some new features that…
Continue reading

WSQ06 – Pick a number

This time is my code is about a random number, to be sincere it was a difficult task to me because I have to use while, for i i in range and if’s, and they doesn’t connect like in other languages I have learned. I have to keep awake to find the right way to…
Continue reading

WSQ06 – Pick a number

This time is my code is about a random number, to be sincere it was a difficult task to me because I have to use while, for i i in range and if’s, and they doesn’t connect like in other languages I have learned. I have to keep awake to find the right way to…
Continue reading

WSQ05 – Temperature

Hi again πŸ™‚ this time I made a code to change temperatures from Fahrenheit to Celsius, it was an easy task, I just have to ask the user to give me the temperature in Fahrenheit and then by operations change it to Celsius, I use 2 if’s one inside other in order to give 3…
Continue reading

WSQ04 – About me

Hi I’m the editor of this blog, my name is Cesar and I have created a little page about myself and why I’m here feel free to check if you want to πŸ˜‰ Here comes the link: (click the gif)

WSQ04 – About me

Hi I’m the editor of this blog, my name is Cesar and I have created a little page about myself and why I’m here feel free to check if you want to πŸ˜‰ Here comes the link: (click the gif)

WSQ05 – Temperature

Hi again πŸ™‚ this time I made a code to change temperatures from Fahrenheit to Celsius, it was an easy task, I just have to ask the user to give me the temperature in Fahrenheit and then by operations change it to Celsius, I use 2 if’s one inside other in order to give 3…
Continue reading

WSQ03 – Fun with numbers

Basic operations in Python 3, for this I had to ask the user to enter 2 numbers then I change the values into a integer (int) in order to proceed to the basic operations, sum, minus, multiplication and division, finally I just print the results Here the screen shot of my code: For this I…
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).