Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Learning Python in Ubuntu

  1. #11
    Join Date
    Dec 2006
    Location
    New York
    Beans
    773

    Re: Learning Python in Ubuntu

    The way I practice Python is by opening a terminal and typing "python". It's quick and easy, just hit Ctrl+D to exit. Note though, that (I'm pretty sure) you cannot save the work you do in there. To be able to save your work you're better off using a text editor like SciTe, nano, or vim.

  2. #12
    Join Date
    Dec 2006
    Location
    Sacramento, CA
    Beans
    284
    Distro
    Ubuntu 6.10 Edgy

    Re: Learning Python in Ubuntu

    Quote Originally Posted by Pobega View Post
    The way I practice Python is by opening a terminal and typing "python". It's quick and easy, just hit Ctrl+D to exit. Note though, that (I'm pretty sure) you cannot save the work you do in there. To be able to save your work you're better off using a text editor like SciTe, nano, or vim.
    You'll definitely like ipython. It's an enhanced verison of command-line Python. It supports lots of additional magic commands, tab-completion, better command history, and other cool stuff!

Page 2 of 2 FirstFirst 12

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
  •