RE: Newbie In Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sells, Fred

    RE: Newbie In Python

    get a python-aware editor. I vary between emacs and Eclipse, depending on my mood and the size of the project.
    -----Original Message-----
    From: python-list-bounces+frsells =adventistcare. org@python.org
    [mailto:python-list-bounces+frsells =adventistcare. org@python.org]On
    Behalf Of Bruno Desthuilliers
    Sent: Tuesday, May 20, 2008 6:25 AM
    To: python-list@python.org
    Subject: Re: Newbie In Python


    andrew.smith.cp p@gmail.com a écrit :
    I have Heard About "Python" its a OOD Language.
    'OOD' ='object oriented ???' ?
    i have to Learn it
    where from i should start it.
    Err... What about reading the docs on python.org - possibly starting
    with the tutorial:
    Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax an...


    You'll find other tutorial etc here:


    i have python compiler
    Just for the record, "python" is also the name of a compiler for CMU
    Common Lisp (totally unrelated to the Python language), so make sure
    that what you have is the CPython language install.

    HTH
    --
Working...