Re: ideas for programs?



"Brandon McGinty" <brandon.mcginty@xxxxxxxxx> wrote in message
news:mailman.6346.1149051733.27775.python-list@xxxxxxxxxxxxx
Hi,
I've been learning python for the past couple of months and writing misc
scripts here and there, along with some web apps.
I'm wondering if anyone has ideas of programs I might try my hand at
making?
I'd appreciate it if they don't use images, because I'm blind.

Also, I'm thinking of hiring myself out as a free-lance programmer.

Python is your tool to put your expertise on a computer. Skill with Python,
or any computer language for that matter, counts for little. Expertise that
you can code into a computer program however, counts for much. No matter
what the language you use to accomplish computer automation.

Are there many individuals/companies which would aprove programs written
in python?

Don't even ask that question. It's irrelevant.
Companies approve programs that solve company problems! Does anyone care
what Excel, Quickbooks, Autocad, Turbo Tax, MySQL, whatever, are written
in? No!

Automate something useful! A bookeeping problem. Or a computer networking
problem.
OR a chemistry, cooking, gardening, truck routing, record keeping, music
problem.
What about new ways a computer might make life easier for the handicapped?
Or old ways done better. How do the blind communicate with a computer? I
see nothing but software opportunites yet undone.

Python plus expertise in something else. It's the something else that hangs
people up. You need to have or acquire that something else. I can't write a
bookeeping program if I don't understand bookeeping and my Python abilities
offer no relief from that particular deficiency.

Most adds I've seen require the programmer have a strong grasp of c++ or
java.

Those ads are worthless! They are put forth by people with meaningless jobs
in human resources and no understanding of what one might do with computer
software.

Hobbies? Interests? Expertise? What inspires you that might be put into
computer code?
You can't sell a program because it's written in Python. But you can sell a
Python program that solves a problem. Find a problem and beat it with
software.

The particular language you choose to use has nothing to do with it!

But we do like Python ;-)
Thomas Bartkus


.



Relevant Pages

  • Re: ideas for programs?
    ... > Python is your tool to put your expertise on a computer. ... Skill with ... > or any computer language for that matter, ...
    (comp.lang.python)
  • Re: Apple Mac OS X 10.6 support & compatability with Python 3 ?
    ... On my desktop I dual boot with XP - Ubuntu and have Python on both. ... ascertained the MAC AIR does not come preloaded with Python and ... And then ask for his supervisor, ... Beyond their expertise indeed. ...
    (comp.lang.python)
  • Re: Does Python really follow its philosophy of "Readability counts"?
    ... with enforcing that "shouldn't" in the language itself? ... In Python, direct access to pointers is a MUST NOT. ... where you are allowed to mess with the implementation. ... human assembly language programmers? ...
    (comp.lang.python)
  • Re: Python for Fortran programmers
    ... proposition for Python in the Fortran community", ... compiled language such as Fortran or C++, but I would still prefer to ... greater number of programming errors that are typically detected by a ...
    (comp.lang.fortran)
  • Re: Basic inheritance question
    ... used 'this' in C++ and Java. ... but in Python it doesn't. ... language, they would write a lot of ten liners that is changed a LOT ... Add three levels of inheritence and a couple globals and you'll find out ...
    (comp.lang.python)