Re: Newbie Here



The impression for me for python is that it can be scalable and you can
really build a full fledge application from it. In the past I used to
evangelized on certain language and think that the world is full of
philips screws that I can use my philips screwdriver to screw at. I was
totally wrong. But generally I think if you are looking at web
scripting, PHP is simple to learn and fast to execute; if you want to
automate and parse data on the fly, Perl is no doubt; and if you want
to build application and not in particular in execution speed, Python
is the way to go. I considered myself as a newbie too as I always
trying to learn a thing or two, here and there.

The way I learn to program usually I would get one of those open source
application written in whatever language I wish to learn and I would
study it from ground zero. I would try to understand the programmer
style and also try to understand his logic and why he want to do this
or that. You may think its crazy but I kinda like to pretend I am a
detective trying to solve a case. When you have the right attitude and
fun, you will pick up fast. This way you will basically learn
everything. Books are good but just don't get sucked into everything. I
discovered that in real programming life, 80% of what you apply comes
from the 20% of the knowledge you've learn. Just my n cents worth.

Pardon my political incorrect grammar if any, as I am not a native
english speaker.


Mark Sargent wrote:
> Hi All,
>
> I'm taking the plunge into Python. I'm currently following this tutorial,
> http://docs.python.org/tut/
> I am not a programmer in general, although I've learnt a bit of bash
> scripting and some php/asp. I want to get into python to use it for
> Linux/Unix related stuff. A question I have, is, those of you who use it
> for the same things, what do you primarily use it for. Could you show me
> some examples.? I find the hardest thing with programming, is not
> remember the syntax/logic etc, but, when to use it. Perhaps that is also
> a personal thing, but, I'd love to see some basic examples out there.
> Cheers.
>
> Mark Sargent.

.



Relevant Pages

  • Re: Python or PHP?
    ... If it's one of the things for which Python ... every language here and there more ways to do something. ... you make Perl more complicated than it is:-D. ... Not the programmer. ...
    (comp.lang.python)
  • Re: Attack a sacred Python Cow
    ... Prove that implicit self is a good idea -- ... The issue here has nothing to do with the inner workings of the Python ... needs to be supplied by the programmer. ... It just occurred to me that Python could allow the ".member" access ...
    (comp.lang.python)
  • Re: age of Python programmers
    ... I started out as a systems administrator, ... shell scripting, I soon became a scripting nut, parsing conf files, ... A programmer friend suggested python and it was then that I found ...
    (comp.lang.python)
  • Re: True inconsistency in Python
    ... >Explicit comparison with the true constant ... In most languages (including Python), ... Now of course any idiot C programmer knows that these two are ...
    (comp.lang.python)
  • Re: Finding installed package files
    ... >contains links to the most important information about the installation. ... >programmer IDE projects and/or whatever. ... There are 23 packages on this system whose name begins with a 'g'. ... >small graphical program which searches Python module information from the ...
    (alt.os.linux.redhat)