Python Forum
Speed of progress of writing code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Speed of progress of writing code
#1
I'm trying to gauge my development ability. There are different Python programming challenges that employers have candidates perform. How long would it take to write a program that does the following:

1. Reads in a .csv of people's names
2. Prompts the user to enter numbers (0-9) that correspond to letters on a keypad on a phone.
3. Returns a list of last names that match the numbers entered.

The output would all be text. The user would run "python foo.py" to start the program.

Should something like this take an experienced Python software engineer 1 hour? Would it take 40 hours for a junior software engineer to do something like this? I'm curious how much time a senior and junior professional Python software engineer would need to write a program that does the above three things.
Reply
#2
5 minutes top. Or 2
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
I thing it'll takes around 10 minutes or less if they're all pro at python
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  I need help writing this code for string properties and methods hannah71605 4 3,125 Mar-22-2021, 12:36 PM
Last Post: menator01
  Need help in Code for Writing View Functions in Flask - Python Web Framework ashishsme14 2 3,039 May-22-2020, 03:43 AM
Last Post: snippsat
  HELP - Writing code returning True or False Kokuzuma 2 2,794 Nov-01-2018, 03:37 AM
Last Post: Kokuzuma
  Problem writing code with my pseudocode MattWilk97 1 2,887 Aug-29-2017, 01:54 AM
Last Post: ichabod801
  Need Help with writing this code!? r6lay 7 5,905 Feb-13-2017, 10:03 AM
Last Post: Ofnuts

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020