[pythonvis] Python Tip of the Day #3

  • From: "Jeffrey Thompson" <jthomp@xxxxxxxxxxx>
  • To: <pythonvis@xxxxxxxxxxxxx>
  • Date: Sun, 18 May 2014 10:47:43 -0400

                Python Tip of the Day

 

                Some more capitalization tips:

                1) the logic keywords "and", "or", and "not" have no
capitals in any of them.

 

                Another problem is dropped pronunciation.

For example, the characters "=!L" is pronounced as "equals" and the
exclamation point is dropped.

Yet the exclamation has meaning because "=!"

means "not equal".

This is because that is how JAWS reads items, as if one were writing a
letter, not programming code.

That is the default option when JAWS is installed.

It is possible to develop a new JAWS settings which would be more suitable
for programming.

You can create a new voice for programming.

One option is to read all punctuation.

You cqan save these settings and chqange from letter reading voice to a
programming code voice.

This could be very useful.

 

                Jet

Other related posts:

  • » [pythonvis] Python Tip of the Day #3 - Jeffrey Thompson