Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Best First Programming Language?

Received: by 10.50.182.132 with SMTP id ee4mr4013431igc.5.1349576334945;
        Sat, 06 Oct 2012 19:18:54 -0700 (PDT)
X-BeenThere: sector67@googlegroups.com
Received: by 10.42.98.148 with SMTP id s20ls10903043icn.6.gmail; Sat, 06 Oct
 2012 19:18:54 -0700 (PDT)
Received: by 10.42.33.9 with SMTP id g9mr8096034icd.25.1349576334357;
        Sat, 06 Oct 2012 19:18:54 -0700 (PDT)
Received: by 10.42.33.9 with SMTP id g9mr8096033icd.25.1349576334337;
        Sat, 06 Oct 2012 19:18:54 -0700 (PDT)
Return-Path: <bob.badde...@gmail.com>
Received: from mail-ie0-f196.google.com (mail-ie0-f196.google.com [209.85.223.196])
        by gmr-mx.google.com with ESMTPS id ul6si684829igb.2.2012.10.06.19.18.54
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 06 Oct 2012 19:18:54 -0700 (PDT)
Received-SPF: pass (google.com: domain of bob.badde...@gmail.com designates 209.85.223.196 as permitted sender) client-ip=209.85.223.196;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of bob.badde...@gmail.com designates 209.85.223.196 as permitted sender) smtp.mail=bob.badde...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-ie0-f196.google.com with SMTP id 10so1722305ied.11
        for <sector67@googlegroups.com>; Sat, 06 Oct 2012 19:18:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type;
        bh=cMrFvy9dXje6jXsJeNW9d4Ln6qpBd+8eoAeLQTc4vdo=;
        b=EW5v1PczPPTtVsMfJwyFfhMViyItnFAYQSxlXy2U4ZYxeWxVtRaxBpvGQeWcEXNKWL
         fqJvW8N5artw0Dxdplv1Sl76dhOzkPQK4l9r2pGR4mNGvcclbKPqXK/Lg2VAuN05OMql
         i79a49HROG41hRPXjxqUYjmpfOHfZsivCnUJceZOyGQeVeq9X1cJP0AQKMypb0MXb4oH
         cYIRE4NTuHnlZ1WIVDwkX2Ny0ux4VEOAYtZIzZZkH224yqmlLH4XrU8K5cjB/VLI/5YN
         IrqTo4wUgwDwUDWbSFKJajwWA1QsEp1JaHEra6cl7e0MsKhV/DNs9fpv6dBHYVHGCPRE
         FWWg==
Received: by 10.43.134.70 with SMTP id ib6mr9935822icc.37.1349576334180;
        Sat, 06 Oct 2012 19:18:54 -0700 (PDT)
Return-Path: <bob.badde...@gmail.com>
Received: from [192.168.1.200] (24-177-122-11.dhcp.mdsn.wi.charter.com. [24.177.122.11])
        by mx.google.com with ESMTPS id n5sm4351495igw.13.2012.10.06.19.18.52
        (version=SSLv3 cipher=OTHER);
        Sat, 06 Oct 2012 19:18:53 -0700 (PDT)
Message-ID: <5070E68A.8010...@gmail.com>
Date: Sat, 06 Oct 2012 21:18:50 -0500
From: Bob Baddeley <bob.badde...@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1
MIME-Version: 1.0
To: sector67@googlegroups.com
Subject: Re: [S67 Public] Best First Programming Language?
References: <9c90e3a1-5a1b-4ae6-b019-88783cebc1f8@googlegroups.com>
In-Reply-To: <9c90e3a1-5a1b-4ae6-b019-88783cebc1f8@googlegroups.com>
Content-Type: multipart/alternative;
 boundary="------------070505020705070208060206"

This is a multi-part message in MIME format.
--------------070505020705070208060206
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

http://www.codecademy.com/, and specifically 
http://www.codecademy.com/tracks/javascript-upgraded

Codeacademy also does python, so there's that.

There are so many resources for learning javascript and python online, 
and so many free IDEs and they are platform independent, and everything 
is moving towards web based and NOT desktop applications, so in the long 
run learning Javascript and how to build web sites may be more useful 
than tying oneself to Microsoft and expensive IDEs and desktop applications.

bob


n 10/06/2012 09:12 PM, Jesse Robinson wrote:
> My wife is considering learning a programming language, just for fun, 
> and I've been mulling over what to have her start.  She has no 
> programming experience.  Here are my thoughts
>
> I'm thinking VB.net or C# only because I think Visual Studio makes it 
> easier to learn a language and also gives you quick gratification 
> because of the auto gui it does.  Just drop a button on a form, double 
> click, add some code and you can see what it does.  I'm leaning VB vs 
> C# only because then she could possibly use her skills as vb scripts 
> in excel.
>
> I have some good Java books, but I'm worried that Java is too hard to 
> be a first language.  Other thoughts were maybe Python, but I have no 
> experience in Python so I wouldn't be able to help, and I don't know 
> what experience it offers.  I know lots of plugins and scripts for 
> other programs are written in it, but don't know how standalone it is 
> for her to learn.
>
> Also thought about processing, so maybe she could do Arduino work. 
>  She has no interest in hardware so there is no reason for her to 
> learn that then.
>
> Any other suggestions?
>
> Also anyone know any good free courses online for one of these?  I 
> found some python ones, but not a C# or VB one.
> -- 
> You received this message because you are subscribed to the Google 
> Groups "Sector67 Public" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/sector67/-/NcU8qmOAo1kJ.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to 
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sector67?hl=en.


--------------070505020705070208060206
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a href="http://www.codecademy.com/">http://www.codecademy.com/</a>,
      and specifically
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a href="http://www.codecademy.com/tracks/javascript-upgraded">http://www.codecademy.com/tracks/javascript-upgraded</a><br>
      <br>
      Codeacademy also does python, so there's that.<br>
      <br>
      There are so many resources for learning javascript and python
      online, and so many free IDEs and they are platform independent,
      and everything is moving towards web based and NOT desktop
      applications, so in the long run learning Javascript and how to
      build web sites may be more useful than tying oneself to Microsoft
      and expensive IDEs and desktop applications.<br>
      <br>
      bob<br>
      <br>
      <br>
      n 10/06/2012 09:12 PM, Jesse Robinson wrote:<br>
    </div>
    <blockquote
      cite="mid:9c90e3a1-5a1b-4ae6-b019-88783cebc1f8@googlegroups.com"
      type="cite">My wife is considering learning a programming
      language, just for fun, and I've been mulling over what to have
      her start. &nbsp;She has no programming experience. &nbsp;Here are my
      thoughts
      <div><br>
      </div>
      <div>I'm thinking VB.net or C# only because I think Visual Studio
        makes it easier to learn a language and also gives you quick
        gratification because of the auto gui it does. &nbsp;Just drop a
        button on a form, double click, add some code and you can see
        what it does. &nbsp;I'm leaning VB vs C# only because then she could
        possibly use her skills as vb scripts in excel.</div>
      <div><br>
      </div>
      <div>I have some good Java books, but I'm worried that Java is too
        hard to be a first language. &nbsp;Other thoughts were maybe Python,
        but I have no experience in Python so I wouldn't be able to
        help, and I don't know what experience it offers. &nbsp;I know lots
        of plugins and scripts for other programs are written in it, but
        don't know how standalone it is for her to learn.</div>
      <div><br>
      </div>
      <div>Also thought about processing, so maybe she could do Arduino
        work. &nbsp;She has no interest in hardware so there is no reason for
        her to learn that then.</div>
      <div><br>
      </div>
      <div>Any other suggestions?</div>
      <div><br>
      </div>
      <div>Also anyone know any good free courses online for one of
        these? &nbsp;I found some python ones, but not a C# or VB one.</div>
      -- <br>
      You received this message because you are subscribed to the Google
      Groups "Sector67 Public" group.<br>
      To view this discussion on the web visit <a
        moz-do-not-send="true"
        href="https://groups.google.com/d/msg/sector67/-/NcU8qmOAo1kJ">https://groups.google.com/d/msg/sector67/-/NcU8qmOAo1kJ</a>.<br>
      To post to this group, send email to <a class="moz-txt-link-abbreviated" href="mailto:sector67@googlegroups.com">sector67@googlegroups.com</a>.<br>
      To unsubscribe from this group, send email to
      <a class="moz-txt-link-abbreviated" href="mailto:sector67+unsubscribe@googlegroups.com">sector67+unsubscribe@googlegroups.com</a>.<br>
      For more options, visit this group at
      <a class="moz-txt-link-freetext" href="http://groups.google.com/group/sector67?hl=en">http://groups.google.com/group/sector67?hl=en</a>.<br>
    </blockquote>
    <br>
  </body>
</html>

--------------070505020705070208060206--