1 Visitor Messages

  1. View Conversation
    i want 2 use facial expression recognization for stress interviews
    the person who comes ifor the interview will not know that the webcam is hidden and webcam can click snaps of the person and these snaps can be used for detecting facial expressions
Showing Visitor Messages 1 to 1 of 1
About manux

Basic Information


Age
18

Statistics


Total Posts
Total Posts
234
Posts Per Day
0.19
Last Post
mobile networks 01-20-2011 03:32 PM
Visitor Messages
Total Messages
1
Most Recent Message
08-02-2010 08:31 AM
General Information
Last Activity
01-20-2011 03:37 PM
Join Date
10-13-2008
Referrals
0
View manux's Blog

Recent Entries

Abusing dictionaries?

by manux on 06-17-2010 at 08:11 AM
I've recently realized that I have a practice that saves me a lot of writing time but is very confusing to someone not familiar with Python, using dictionaries instead of if..elif..else .
Personally I think it's a very good solution because it allows interaction with external data to change the control flow of the program, without having to change the code.

Here is a simple example of the normal way of doing things:
Code:
c = input("Enter command: ")
if c=="a":

Read More

Categories
Uncategorized