Page 1 of 3 123 LastLast
Results 1 to 10 of 52

Thread: Easiest Programming Language?

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Beans
    70
    Distro
    Ubuntu 9.10 Karmic Koala

    Question Easiest Programming Language?

    I am teaching a programming class. What is the simplest programming language to learn and use?

  2. #2
    Join Date
    Feb 2008
    Location
    Munster, Ireland
    Beans
    2,467
    Distro
    Ubuntu Mate

    Post Re: Easiest Programming Language?

    HTML (although perhaps not strictly a programming language).

    You could consider python. Try this to make the code:

    Code:
    sudo apt-get install idle
    Last edited by Rytron; December 2nd, 2009 at 02:01 AM.
    1st Distro used (live CD): Knoppix in early 2007 ¦ 1st Distro Installed: Ubuntu 7.10 in Feb 2008
    GNU/Linux User #470660 – Ubuntu User #28226
    Isaac Asimov: "I do not fear computers. I fear the lack of them."

  3. #3
    Join Date
    Nov 2009
    Beans
    70
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Easiest Programming Language?

    No, I can not use html, or else I would.

    EDIT: Python I am considering.
    Last edited by ctult; December 2nd, 2009 at 02:03 AM.

  4. #4
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Easiest Programming Language?

    Basic used to be the starting language (I started with Fortran in college).
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  5. #5
    Join Date
    Mar 2009
    Location
    Mammoth Lakes, CA
    Beans
    552
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Easiest Programming Language?

    Hi,
    there is a program out there called "scratch". windows and mac only right now, but it runs great in wine. it was developed by some computer scientists at MIT. It is awesome for learning the basics. Basically you drag and drop variables and such into an area and make a sprite move, talk or whatever. here is the website: www.scratch.mit.edu I would recommend downloading a few of the examples just to see how it works.

    I'm currently learning C right now, and this program helped me so much.

    Hope that helps

    Dave
    ------------------------------------------------------

  6. #6
    Join Date
    Nov 2009
    Beans
    70
    Distro
    Ubuntu 9.10 Karmic Koala

    Smile Re: Easiest Programming Language?

    Quote Originally Posted by switch10 View Post
    Hi,
    there is a program out there called "scratch". windows and mac only right now, but it runs great in wine. it was developed by some computer scientists at MIT. It is awesome for learning the basics. Basically you drag and drop variables and such into an area and make a sprite move, talk or whatever. here is the website: www.scratch.mit.edu I would recommend downloading a few of the examples just to see how it works.

    I'm currently learning C right now, and this program helped me so much.

    Hope that helps

    Dave

    I am using scratch at the beginning of the year

  7. #7
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Easiest Programming Language?

    Forget BASIC.

    Use Python. It's an excellent language - very flexible, very quick to write and debug, and it's used extensively throughout Ubuntu.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  8. #8
    Join Date
    Dec 2007
    Location
    Gainesville, Florida
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Easiest Programming Language?

    I would think that the best language to use for your class would depend on what you are trying to teach. Python is an excellent high level language, but C is probably the most used language. I personally think C is a great language to learn, as it consists only of it's operators. Even the C Standard Library itself is written in C. Having said that, pointers can be tricky to learn, but quite powerful once mastered.

    If you are teaching basic programming constructs then probably Python would be a good choice. And I agree with 3rdalbum, forget BASIC.

  9. #9
    Join Date
    Nov 2009
    Location
    England
    Beans
    50
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Easiest Programming Language?

    Beginners All-Purpose Symbolic Instruction Code (BASIC)

  10. #10
    Join Date
    Jun 2008
    Location
    New York, USA
    Beans
    781

    Re: Easiest Programming Language?

    Quote Originally Posted by Land Rover Series 3 View Post
    Beginners All-Purpose Symbolic Instruction Code (BASIC)
    10 FOR X = 1 TO 100
    20 PRINT "I will not talk in class"
    30 NEXT X


    All done!
    Gentlemen may prefer Blondes, but Real Men prefer Redheads!

Page 1 of 3 123 LastLast

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
  •