[program-l] Re: Advice request, from a beginner

  • From: Devin Prater <r.d.t.prater@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Tue, 27 Apr 2021 08:39:06 -0500

Yeah, Ruby is another pretty good one, a lot like Python. I chose to just
stick with Python, since that's what I've been learning anyways, and
dealing with indentation is, surprisingly, easier to deal with than the
countless end end end that I'd have to do in Ruby. Like, with Python, I can
go from indent level 8 to indent level 0 and it'll know "okay, all that is
over."
Devin Prater
r.d.t.prater@xxxxxxxxx


On Mon, Apr 26, 2021 at 11:47 PM Immigrant <dmarc-noreply@xxxxxxxxxxxxx>
wrote:

I am not too scared of indentations. It is frustrating when your code is
not working because you forgot to properly indent, but that is no different
from forgetting how many braces you need to properly finish off a block.

-----Original Message-----
From: program-l-bounce@xxxxxxxxxxxxx <program-l-bounce@xxxxxxxxxxxxx> On
Behalf Of Jackie McBride
Sent: Monday, April 26, 2021 11:19 AM
To: program-l@xxxxxxxxxxxxx
Subject: [program-l] Re: Advice request, from a beginner

Some depends on what you wanna do. Quorum has a scene editor that helps a
blind person place objects on a grid so as not to overlap, etc, which,
honestly, you're not going to find in Python. So if you're into primarily
text/web programming, Python's cool. If you wanna manipulate shapes &
stuff, perhaps Quorum has some advantages. In the final analysis, it all
comes down to what you're trying to accomplish & what you feel comfortable
with. I myself hate the indentation in Python, but that's just me. & this
is why horse racing is a thing.

On 4/26/21, Devin Prater <r.d.t.prater@xxxxxxxxx> wrote:
Yep, after looking at Quroum's website with the teaching tracts, I
suggest Python. I mean, loook at this syntax.

``` Quorum
use Libraries.Containers.List
class Main
   action Main
      List<integer> myList
      myList:Add(12)
```

``` Python
list = [1, 2, 3]
```

I mean, it doesn't get simpler from there. Random number generation?

``` Quorum
use Libraries.Compute.Random
Random generator
integer value = generator:RandomIntegerBetween(0, 10) output value ```

``` Python
import random
print(random.randint(0,10))
```

Not as many lines as lists, but just, so much typing! Like, we have to
*type* all this. So, I am all behind Python. It's got many, many
libraries for plenty of uses, even audio game libs like Lucia and
Earwax, data science, web development, app development for Windows,
Mac, Linux, iOS, and Android with Beeware, a way for pretty much
platform-independent TTS with GTTS, just so much. And from beginner
*to* advanced programmer, Python is there. It's not just for schools
for the blind, like Quorum is panning out to pretty much be. And the
syntax is fast to type, lol.

Now, of course, I'm not anywhere near an advanced programmer, with
only one successful project under my belt, but I know I wouldn't have
half the help online when learning Quorum. Python, meanwhile, has so
many tutorials, books, and forums (Stackoverflow for the win!), that I
can pretty much always find an answer to any problem I have. Also,
there are *choices*. For web development, which I'm about to get into,
there is Django, web2py, py4web or web4py or something, Flask, and
probably more. Many different ways to do things! Yes, this is because
of Python's age, but as a newbie, I need all the help I can get.
Devin Prater
r.d.t.prater@xxxxxxxxx


On Mon, Apr 26, 2021 at 1:33 AM Gabriele Battaglia <
dmarc-noreply@xxxxxxxxxxxxx> wrote:

Hello.
I strongly suggest you to go with Python.
Gabe.
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq




--
Subscribe to a WordPress for Newbies Mailing List by sending a message to:
wp4newbs-request@xxxxxxxxxxxxx with 'subscribe' in the Subject field OR
by visiting the list page at //www.freelists.org/list/wp4newbs
& <//www.freelists.org/list/wp4newbs&;> check out my sites at
www.brightstarsweb.com & www.mysitesbeenhacked.com
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: