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

Tag Archives: #mastery28

Mastery28 & Mastery29

Those are the masteries about

User input (text based) in Python (basic)
Validated user input in Python

 
You can find my video here:

mastery 28 and 29

#Mastery28

Python has the ability to receive input coming from the user. I’m talking about input function. When this function is called, the program stops and waits for the user to type something and the program continues when the user press return or enter. After the input() function, Python received the text from the user and […]

Mastery28 & Mastery29

User input (text based) in Python (basic) and Validated user input in Python One way to have data in your code is to get it from external sources such as databases, another computer, the Internet, etc. The options are endless(sort of). Depending on what your code is about you will find that user input is quite […]

Mastery 28

Reading and writing on files. This is a very cool tool to use with c++. The first time I used this I was shocked. How can this order work?! I mean, suddenly this type of assgiments have created in me some sort of extreme curiosity about what’s behind a computer. How does this computer I’m […]

Input (user input) / Validate Input

Sometimes we need the feedback from the user and this is how we made by input(), if you don’t know how this is done please check the video below 😀 and learn how to validate what the users typed!!! Here’s the video:

Mastery 28 & 30

Mastery 28 – User input (text based) in Python (basic) Here’s basically any WSQ we’ve done, in most of them user input is needed. Mastery 30 – Reading and writing of files in Python Here’s an example code I made to demonstrate I know how to write and read files in Python.

Interaction with Files #Mastery28

This Mastery consisted of writing and extracting information from files.Here’s my video explaining the concept:http://youtu.be/CIMHpCOYHKs?hd=1#Mastery28 #TC1017

#mastery28

Hey today we are going to learn how to create and use user input in Pythons 3 : creating and use user input #Mastery28

Masteries 7 & 28

Use of comments in Python
User input (text based) in Python

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