Re: Looking for a programming resource for newbees
Steve,
Try this.
http://www.freenetpages.co.uk/hp/alan.gauld/
If you were at the Python.org site, and clicked on "Getting started,"
the first sentence says, "Are you completely new to programming?"
That's you, right? ;)
http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
After you learn a little bit, if you really want "case studies" then
move on to the Python Cookbook, but that is pretty advanced coding.
A newer book called Beginning Python
http://www.amazon.com/exec/obidos/asin/0201748843/inscape20/
comes at it with a brief intro and then gets right into actual
projects, but I don't think the writing is as well done as say, Chris
Fehily's Python Quickstart Guide.
http://www.amazon.com/exec/obidos/asin/0201748843/inscape20/
but caution here because it is 2001, a little long in tooth but snappy
writing and gobs of examples.
rick
.
Relevant Pages
- Re: Paul Graham on Python hackers
... > as an imperative language. ... > first learning the language or writing small programs. ... in python are objects. ... Of course you can use OO languages to do imperative programming. ... (comp.lang.python) - Re: Does Python compete with Java?
... >>will still be able to read the programs that we are writing now. ... I'm totally fresh to python, and i'm enjoying the language, and the ... operator overloads and static methods. ... dcg or ebnf rules if you're completely new to programming ... (comp.lang.python) - Re: Python arrays and sting formatting options
... It's not cargo cult programming if you tell people to use the ``with`` ... The context was that a Fortran programmer asked for some help in writing ... a piece of code in Python. ... If he doesn't know enough basic Python techniques to solve *a simple ... (comp.lang.python) - Re: PEP 3107 and stronger typing (note: probably a newbie question)
... I recommend reading the Agile Manifesto to understand why maximal flexibility is crucial in most real-world application programming -- and therefore why, ... revision when writing in Haskell, ... Python applications. ... As we have known for a long time you can write unstructured code in almost any language, and you can do structured programming in almost any language given discipline. ... (comp.lang.python) - Re: [Python-Dev] The baby and the bathwater (Re: Scoping, augmented assignment, fast locals
... but on a *space* of programs of identical function, as of manner of probing recent features and modules of Python that I manage to apply to it. ... parent lexical scope, be performed on the object bound to a parent scope ... I guess not in the manner of someone who started programming when programs had to fit in a couple dozen kbytes. ... intersection of the file tagged "arrogant would-be mind-readers", and of the file tagged "you are late on the normal trajectory if you did not reproduce my own oh-so-significant mistakes", both well-populated already, although I forgot who I put in them. ... (comp.lang.python) |
|