Closed Thread
Results 1 to 10 of 10

Thread: Starting Python in Ubuntu - New to programming/linux

  1. #1
    Jadon is offline Newbie
    Join Date
    Feb 2010
    Location
    Dallas, Texas
    Posts
    6
    Rep Power
    0

    Starting Python in Ubuntu - New to programming/linux

    I'm getting into programming, and decided Python to be my starting language.

    I'm on Ubuntu Linux. New to linux, getting the hang of this quickly, very complex and very nice environment.

    I would love if anyone could suggest what applications I could get to help me coding Python. Also if anyone knows any good books for Python coding. =]

    Any help is greatly appreciated.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    lor's Avatar
    lor
    lor is offline Programming Goddess
    Join Date
    Jun 2009
    Posts
    895
    Blog Entries
    4
    Rep Power
    16

    Re: Starting Python in Ubuntu - New to programming/linux

    Hi Jadon,
    I've compiled my collection of Python resources for you (this includes a bunch of ebooks, links and compiled HTML help files, 42 in total, all clean) so I hope this helps you:
    Python.zip
    Unfortunately, I don't really have any suggestions as to any apps that can help you out on Ubuntu.

  4. #3
    saeras's Avatar
    saeras is offline Learning Programmer
    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    67
    Rep Power
    8

    Re: Starting Python in Ubuntu - New to programming/linux

    I believe ubuntu comes preinstalled with python 2.6 so to start doing some fooling around with it you just have to go into the console and write python. If you'd want to save some program and run it you'd just have to save a file (with the code in it) as something.py and then run it from the console with "python something.py", as for an ide you could download Eric Python IDE from the ubuntu software center. Or if you want something a little more simpler you could get IDLE from the ubuntu software center.
    I do recommend you get IDLE though as I think it's more suited for a beginner.

    You could also check this out but that would require you to learn vim. It could be a good knowledge though.

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

    Re: Starting Python in Ubuntu - New to programming/linux

    I'm in a similar boat as you.. new to Python, and new to Xubuntu.

    I've already started with Python though, in a Windows environment. I just used IDLE in Windows and it's pretty nice, and as mentioned above, I think it is a nice environment for a beginner. Python is on a lot of Linux distros, but I don't believe it's actually preinstalled on Xubuntu, which may be the case for Ubuntu as well. You will definitely find it in the Synaptic Packet Manager though.

    As far as helpful books.. I find that 'Guide to Programming with Python' by Michael Dawson is easy to follow. I also glance through 'Byte of Python' by Swaroop from occasion if I'm trying to figure out a certain syntax and don't have the other book near by.

  6. #5
    Jadon is offline Newbie
    Join Date
    Feb 2010
    Location
    Dallas, Texas
    Posts
    6
    Rep Power
    0

    Re: Starting Python in Ubuntu - New to programming/linux

    Thanks for the help =D

    Python was pre-installed on Ubuntu and I've been writing a few beginner games in it using the terminal and the gedit that comes with ubuntu. I have a PDF called "Invent your own games in python" which is entertaining and easy to follow.

    So far, I've made a simple "Guess the number I'm thinking of" game.

    Thank you lor for that zip, I'll check it out right now. Also looking into that vim thing saeras.

    I appreciate the help!

  7. #6
    saeras's Avatar
    saeras is offline Learning Programmer
    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    67
    Rep Power
    8

    Re: Starting Python in Ubuntu - New to programming/linux

    One more thing that have helped me alot is this site. It might be quite an obvious site but i do find myself going there very frequently to look up something that have faded from my memory.

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

    Re: Starting Python in Ubuntu - New to programming/linux

    If you go into the Synaptic Package Manager and scroll down to Python Programming language they have an example pack you can install as well.

    -edit-

    And after having installed said package... I have no clue where it goes.

  9. #8
    NanoBrain89 is offline Newbie
    Join Date
    Feb 2011
    Posts
    3
    Rep Power
    0

    Re: Starting Python in Ubuntu - New to programming/linux

    Quote Originally Posted by lor View Post
    Hi Jadon,
    I've compiled my collection of Python resources for you (this includes a bunch of ebooks, links and compiled HTML help files, 42 in total, all clean) so I hope this helps you:
    Python.zip
    Unfortunately, I don't really have any suggestions as to any apps that can help you out on Ubuntu.
    hey do u still have this?? i am new to linux / python... i use 3.1python and some begginer tips or sources would be nice! =)

  10. #9
    lor's Avatar
    lor
    lor is offline Programming Goddess
    Join Date
    Jun 2009
    Posts
    895
    Blog Entries
    4
    Rep Power
    16

    Re: Starting Python in Ubuntu - New to programming/linux

    No sorry, I lost my ebook collection when my hard disk failed unfortunately.

  11. #10
    restored is offline Newbie
    Join Date
    Jan 2011
    Posts
    14
    Rep Power
    0

    Re: Starting Python in Ubuntu - New to programming/linux

    Quote Originally Posted by NanoBrain89
    i use 3.1python and some begginer tips or sources would be nice
    for python3 you can use diveintopython3.org, good explanations

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 02-24-2011, 03:29 AM
  2. Starting off with Linux
    By Roman Y in forum Linux/Unix General
    Replies: 7
    Last Post: 09-21-2010, 03:45 PM
  3. Replies: 11
    Last Post: 07-31-2010, 12:52 AM
  4. Is python a good starting language?
    By qcom in forum Python
    Replies: 6
    Last Post: 06-03-2010, 11:10 AM
  5. Starting a Linux OS
    By MarkA in forum Linux/Unix General
    Replies: 8
    Last Post: 12-04-2008, 07:34 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