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

Tag Archives: #mastery29

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

#Mastery29

You can do a lot of things with Python, one of them is validate the input of the user. Basically, you can compare the input from the user and the input you expect. Here’s an example: As you can see, at the end of the program it asks to the user if he/she want to […]

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

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:

Masteries 29,9: Validate what the user inputs

Here I will show show an easy way to validate what the user inputs specially what type of data is typing. That means that you can restrict the user to type something no longer than 10 characters, or to type only an integer or a … Continúa leyendo Masteries 29,9: Validate what the user inputs

MASTERY29

Mastery 29 – Validated input

I had some trouble figuring out how use a condition with the input type but i solved it with some reading. Here is the code that prove it:The program will only start to work if it is a positive integer number, otherwise (if it is a string or a negative…

#Mastery29

Hey today we are going to learn how to :

Validated user input in Python

#Mastery29 :

Have a good 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).