Closed Thread
Results 1 to 7 of 7

Thread: Start Programming with python

  1. #1
    zapelin is offline Newbie
    Join Date
    Nov 2009
    Posts
    1
    Rep Power
    0

    Start Programming with python

    hello i want start programming with python and i need a book, i dont know what book choose. I need a book that give the programming basics and teach me how to programming in python.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    kakarukeys is offline Newbie
    Join Date
    Apr 2009
    Posts
    20
    Rep Power
    0

    Re: Start Programming with python

    O'Reilly Learning Python is a good start. There are plenty of Python material on the internet too. Search for pdf files. You might get some good e-books.

  4. #3
    Hignar's Avatar
    Hignar is offline Programming Expert
    Join Date
    May 2009
    Posts
    419
    Blog Entries
    2
    Rep Power
    12

    Re: Start Programming with python

    Quote Originally Posted by kakarukeys View Post
    O'Reilly Learning Python is a good start.
    Agreed. Most of O'Reiily's "learning" series seem pretty good especially if brand new to programming.

    They also seem to be one of the few publishers who give reasonable discounts for ebooks. If you buy direct off their website the ebook is $15 less than the printed version and you can download it as often as you want. As a result I have copies on my laptop, desktop, ebook reader and iphone.
    If there's a new way, I'll be the first in line.

    But, it better work this time.

  5. #4
    manux's Avatar
    manux is offline Programming Professional
    Join Date
    Oct 2008
    Posts
    234
    Blog Entries
    1
    Rep Power
    14

    Re: Start Programming with python

    I really recommend looking for free online material too

    Plenty of articles there : BeginnersGuide - PythonInfo Wiki

  6. #5
    Join Date
    Nov 2009
    Location
    I seem to be lost...
    Posts
    1,566
    Blog Entries
    1
    Rep Power
    22

    Re: Start Programming with python

    Here is a website link that has a lot of free ebooks you might find some things here.
    Knowledge: Intermediate C#, Beginner AS3, HTML, CSS, Binary, Hex, Octal.
    Science is only an educated theory, which we cannot disprove.

  7. #6
    qozz is offline Newbie
    Join Date
    Jan 2010
    Posts
    1
    Rep Power
    0

    Re: Start Programming with python

    I personally started with 2 free ebooks, the first is Invent your own Computer Games with Python, the second is (and my favorite) A Byte of Python.

    The first doesn't cover the concept of oriented object programming and the latter is outdated. I suggest you read them int his order because you'll be able to quickly point out what has changed from python 2.x to 3.1.

    From what I remember, the print statement uses parentheses in 3.1 and does not in 2.x and the file opening system is a bit different.

    I would have linked but the forum won't let me, so just google them

  8. #7
    Root23 is offline Programmer
    Join Date
    Jan 2010
    Posts
    144
    Rep Power
    8

    Re: Start Programming with python

    The class I'm taking at school uses Guide to Programming with Python by Michael Dawson. It seems to be pretty good. I also heard (via Amazon review) that Python Programming for the Absolute Beginning by Michael Dawson is essentially the same book, just not laid out in a manner optimal for teaching in a classroom environment, AND it's much cheaper.

    It seems to have good reviews on Amazon as well.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How To Start Programming
    By Eleqtriq in forum General Programming
    Replies: 2
    Last Post: 08-12-2010, 11:29 AM
  2. Replies: 11
    Last Post: 07-31-2010, 12:52 AM
  3. Where does a python programmer start?
    By Xrythidon in forum Python
    Replies: 5
    Last Post: 07-27-2010, 09:03 PM
  4. Should I start with Python?
    By Donovan in forum Python
    Replies: 25
    Last Post: 10-31-2008, 02:16 PM
  5. New to programming... Python a good start?
    By TwoToedTurkey in forum Python
    Replies: 3
    Last Post: 08-01-2007, 09:55 AM

Tags for this Thread

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