Python Forum
convert words to nums and vica versa
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
convert words to nums and vica versa
#6
Don't try to write Python. Not at first.

Instead, work out how you would do this yourself if you had to do it in very very basic steps where you can only do one thing at a time, and have very poor memory, so have to have a post-it-note for each and every bit of information you are dealing with. Try it. Use a large surface. Do it physically.

The difficulty most people initially have with figuring out how to tell a computer what to do is that we don't realise just how dumb they are, especially in this modern age of very fancy touch and voice based apps. As humans, we take lots of shortcuts, intuitive leaps, recognise patterns. Computers don't.

Once you've done this, and refined it as a steps you can write down, with lines for loops, you have yourself an algorithm. We can help you then.
I am trying to help you, really, even if it doesn't always seem that way
Reply


Messages In This Thread
convert words to nums and vica versa - by Nimtram - Oct-24-2018, 07:17 AM
RE: convert words to nums and vica versa - by buran - Oct-24-2018, 07:58 AM
RE: convert words to nums and vica versa - by gruntfutuk - Oct-26-2018, 07:05 PM

Forum Jump:

User Panel Messages

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