Results 1 to 8 of 8

Thread: looking for a python compiler + tutorial

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Location
    NZ
    Beans
    19
    Distro
    Ubuntu 6.06 Dapper

    Smile looking for a python compiler + tutorial

    looking for recommendations for a python compiler + tutorial
    my only programming experence is from a teach yourself c++ in 28 days book (not good)
    and working my way through the school computer system

  2. #2
    Join Date
    Oct 2006
    Location
    Austin, Texas
    Beans
    2,715

    Re: looking for a python compiler + tutorial

    You don't need a compiler to use python, it can be interpreted. Just write a python program, save it as a ".py" and run it from the command line with "python my_program.py"

    BTW, if you want tutorials, search this board ^ (there is a search option somewhere up there)
    There are a ton of good links laying around.

  3. #3
    Join Date
    Jun 2006
    Location
    CT, USA
    Beans
    5,267
    Distro
    Ubuntu 6.10 Edgy

    Re: looking for a python compiler + tutorial

    look at master tuturial here

    BTW tutorial thread is falling into past - we need to make it sticky! where are moderators when we need them?
    Last edited by pmasiar; January 10th, 2007 at 02:25 AM.

  4. #4
    Join Date
    Jan 2006
    Beans
    4,208
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: looking for a python compiler + tutorial

    www.awaretek.com has some good python links.
    www.diveintopython.org is good if you've got a little programming experience already, but would also be okay for an "advanced beginner"

  5. #5
    Join Date
    Aug 2006
    Beans
    366

    Re: looking for a python compiler + tutorial

    Very complete list of python books. Also, check out activestate and faqts for code samples and snippets.
    http://python-forum.org/py/viewtopic...er=asc&start=0
    Linux Counter entry # 99383 (since 1995), Feisty Xbuntu 64 bit
    Folders! We don't need no stinking folders. "I don't have anything on my machine that needs folding" -- Unknown

  6. #6
    Join Date
    Aug 2006
    Beans
    1,225

    Re: looking for a python compiler + tutorial

    I'm surprised more of you pro-Python programmers don't recommend the e-tutorial written by Python's author? Why not?
    Python Tutorial by Guido van Rossum

  7. #7
    Join Date
    May 2007
    Beans
    12

    Re: looking for a python compiler + tutorial

    for those who really want to "compile" and distribute binary code:
    http://docs.python.org/tut/node8.htm...00000000000000

  8. #8
    Join Date
    Mar 2007
    Location
    Turkey
    Beans
    1,574

    Re: looking for a python compiler + tutorial

    You can compile Python to only Bytecode on Linux as far as I know, and that links does that. To convert a .py to an exe under Windows there is py2exe.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •